In PowerShell V2, we added a bunch of computer management cmdlets:
PS >Get-Command -Noun Computer | Format-Table -Auto
CommandType Name Definition
-———- —- ———-
Cmdlet Add-Computer Add-Computer [-DomainName] <String> [-Credent
Cmdlet Checkpoint-Computer Checkpoint-Computer [-Description] <String> [
Cmdlet Remove-Computer Remove-Computer [[-Credential] <PSCredential>
Cmdlet Restart-Computer Restart-Computer [[-ComputerName] <String[]>]
Cmdlet Restore-Computer Restore-Computer [-RestorePoint] <Int32> [-Ve
Cmdlet Stop-Computer Stop-Computer [[-ComputerName] <String[]>] [[
Astute followers of our CTP process might notice a missing entry in this list when compared to earlier builds: the Rename-Computer cmdlet.


