Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Adds or deletes computers from a domain database.
net computer \\ ComputerName {/add | /del}
- \\ ComputerName
Specifies the computer to add or delete from the domain.
- { /add| /del}
Adds or removes the specified computer from the domain.
- net help Command
Displays help for the specified net command.
- Net computer forwards all computer additions and deletions to a domain controller.
To add the computer Grizzlybear to a domain, type:
net computer \\grizzlybear /add
Format | Meaning |
---|---|
Italic |
Information that the user must supply |
Bold |
Elements that the user must type exactly as shown |
Ellipsis (...) |
Parameter that can be repeated several times in a command line |
Between brackets ([]) |
Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} |
Set of choices from which the user must choose only one |
|
Code or program output |