-company Company Specifies the contact??™s company name.
group
The group object adds a new group to Active Directory. This object uses the following syntax:
dsadd group GroupDN [-secgrp {yes | no}] [-scope {l | g | u}]
[-samid SAMName] [-desc Description] [-memberof Group ...]
[-members Member...] [{-s Server | -d Domain}] [-u UserName]
[-p {Password | *}] [-q] [{-uc | -uco | -uci}]
The following list describes each of the command line arguments.
-secgrp {yes | no} Determines whether the utility adds the group as a security group (yes)
or as a distribution group (no). The default setting adds the group as a security group.
-scope {l | g | u} Determines the group scope. The scopes include local (l), global (g), and
universal (u). Mixed mode domains don??™t support the universal scope. The default setting is global.
-samid SAMName Specifies the SAM name for the group. You must supply a unique value. The
utility creates a SAM name for the group from the distinguished name when you don??™t supply
this value.
-memberof Group ... Defines the group membership of the group you want to add. The
input argument is the distinguished name of a group.
Pages:
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115