---
title: "ADCreateGroup (Opus Funktion)"
---
### Beschreibung

Eröffnet eine AD-Gruppe

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | LDAP Path |
|  | [string](../../standard-datentypen/string.md) | Name der Gruppe, wird als Name den Objektes verwendet |
|  | [integer](../../standard-datentypen/integer.md) | 0 = Global Group, 1 = Universal Group |
|  | [integer](../../standard-datentypen/integer.md) | 0 = Security Group, 1 = Distribution Group |

### Rückgabewert [void](../../standard-datentypen/void.md)

nichts

### Beispiel

```
ADCreateGroup("OU=Classes,OU=Groups,OU=STF,DC=STF,DC=CH",Ls_GroupName, 1, 0);
```

### Siehe auch

---
