4 lines
401 B
PowerShell
4 lines
401 B
PowerShell
$setupAndConfigurationServiceRef = $wsmanConnectionObject.NewReference("SELECT * FROM AMT_SetupAndConfigurationService WHERE Name='Intel(r) AMT Setup and Configuration Service'")
|
|
$inputObject = $setupAndConfigurationServiceRef.CreateMethodInput("PartialUnprovision")
|
|
$outputObject = $setupAndConfigurationServiceRef.InvokeMethod($inputObject)
|
|
$returnValue = $outputObject.GetProperty("ReturnValue") |