Using powershell to change remote computer description
Changing or viewing remote computer's description, name and other options related to Win32_WmiObject and class Win32_OperatingSystem is relatively easy with powershell. Just type in new script in PoweShell ISE or in notepad and save it as .ps1 file. [crayon-5df0ec95f1e10655943415/] You can as well display current description and other options by typing: [crayon-5df0ec95f1e15600525408/] Full list of [...]