Modifies a CIM instance on a CIM server by calling the ModifyInstance method of the CIM class
Functions: | |
Type: | |
Toolsets: |
Set-CimInstance -Query 'Select * from Win32_Environment where name LIKE "testvar%"' -Property @{VariableValue="abcd"}
Usecase
$s
using New-CimSession
CimCmdlets