serverRoom/backend-csharp/amt-sdk-20-0-0-1/IntelvProModule/PS_Snippets/TLS/SetToServer-MutualAthonticationCommitChanges.ps1

7 lines
440 B
PowerShell

function CommitChanges
{
$setupAndConfigurationServiceRef = $wsmanConnectionObject.NewReference("SELECT * FROM AMT_SetupAndConfigurationService WHERE Name='Intel(r) AMT Setup and Configuration Service'")
$inputObject = $setupAndConfigurationServiceRef.CreateMethodInput("CommitChanges")
$outputObject = $setupAndConfigurationServiceRef.InvokeMethod($inputObject)
$returnValue = $outputObject.GetProperty("ReturnValue")
}