Resolution
goal
What is the syntax for creating Global Groups using the Command Line Interface?
fact
Directory and Resource Administrator 6.x
fact
Directory and Resource Administrator 7.x
fix
What is the syntax for creating Global Groups using the Command Line Interface?
fact
Directory and Resource Administrator 6.x
fact
Directory and Resource Administrator 7.x
fix
The syntax for creating a group via CLI is below.
Windows NT domain
- EA /domain:Ntdomain GROUP group_name create OU:dc=Ntdomain
Windows 2000 Domain
- EA GROUP EasternRegion CREATE OU:OU=SalesRegions,DC=USRegion,DC=ACME,DC=COM
You can also specify other parameters during the GroupCreate operation via the CLI. Below is the usage for GROUP object.
- GROUP target CREATE [GLOBAL|LOCAL|UNIVERSAL|LOCALDIST|GLOBALDIST|UNIVERSALDIST] [COMMENT:comment] [CN:display name][TERRITORIES:territory,...][CLONE:[domain\]group][OU:ouname]
Additional Information
Formerly known as NETIQKB19987