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-6046633e4aead882172185/] You can as well display current description and other options by typing: [crayon-6046633e4aeb1681897058/] Full list of [...]