3 lines
271 B
PowerShell

$redirectionServiceRef = $wsmanConnectionObject.NewReference("SELECT * FROM AMT_RedirectionService WHERE Name='Intel(r) AMT Redirection Service'")
$redirectionServiceInstance = $redirectionServiceRef.Get()
$accessLog = $redirectionServiceInstance.GetProperty("AccessLog")