id
Specifies a particular open file. Queries information about a specific file when used alone.
/CLOSE
Closes the specified file and removes any file locks.
GROUP
Use the GROUP mode to query, add, delete, and modify Windows groups. Use this mode alone to
display a list of groups on the domain controller. This command only works on Windows domain
controllers. Use the LocalGroup mode for local workstations instead. This mode uses the following
syntax:
NET GROUP [groupname [/COMMENT:???text???]] [/DOMAIN]
NET GROUP groupname /ADD [/COMMENT:???text???] [/DOMAIN]
NET GROUP groupname /DELETE [/DOMAIN]
NET GROUP groupname username [...] /ADD [/DOMAIN]
NET GROUP groupname username [...] /DELETE [/DOMAIN]
The following list describes each of the command line arguments.
groupname
Defines the name of the group that you want to query, add, delete, or modify.
Providing just the group name displays the list of users in that group. You also see the group
alias and comment (the comment normally indicates the purpose of the group).
/COMMENT:???
text
???
Adds or modifies a comment for a new or existing group. You may use up
to 48 characters to describe a group.
Pages:
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681