$computerName = Get-WmiObject Win32_ComputerSystem $name = "New Computer Name" $computername.rename("$name")
No comments:
Post a Comment