<!DOCTYPE html> <html> <head> </head> <body> <p><strong>Per cambiare da remoto la descrizione di un computer eseguire i seguenti comandi Powershell</strong></p> <p>$PC = Get-WmiObject -class Win32_OperatingSystem -computername "GOPC075"<br />$PC.Description = "Workstation di Coppolecchia Dino"<br />$PC.Put()</p> </body> </html>
Subscribe
0 Comments
Oldest