What particular command syntax will allow you to rename a computer currently named Pittsburgh, to the new name of Chicago?
A. netdom renamecomputer Pittsburgh /Chicago
B. netdom renamecomputer Pittsburgh /newname:Chicago
C. netdom computerrename Pittsburgh /newname Chicago
D. netdom renamecomputer Chicago /newname:Pittsburgh
Answer: B
Computer Science & Information Technology
You might also like to view...
A program deletes a shared memory segment by using
A. shmdt B. shmctl
Computer Science & Information Technology
The ____ page replacement policy is based on the theory that the best page to remove is the one that has been in memory the longest.
A. TRU B. LRU C. LIFO D. FIFO
Computer Science & Information Technology