Applying computer description to recently deployed systems?
Hello!
Is there a way to apply the computer description to a recently deployed system that was already in the K1000? We were thinking that this should work in the same manner that the computer name is applied to a recently deployed system that is already in the K1000. Thanks.
1 Comment
[ + ] Show comment
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
10 years ago
$OSValues = Get-WmiObject -class Win32_OperatingSystem -ComputerName jdoe
$OSValues.Description = "Doe, John"
$OSValues.put() - autiger810 10 years ago