![]() |
The following steps describe how to get the sync time enabled using the Time Synchronization service.
1. Retrieve the instance of AMT_TimeSynchronizationService, where “the “Name” key equals “Intel(r) AMT Time Synchronization Service”.
2. Examine the AMT_TimeSynchronizationService.LocalTimeSyncEnabled property to see if it is enabled.
Click here for a snippet demonstrating this step
You can execute this snippet by inserting it into the execution template found here.
$timeSynchronizationServiceRef =$wsmanConnectionObject.NewReference("SELECT * FROM AMT_TimeSynchronizationService WHERE Name='Intel(r) AMT Time Synchronization Service'")
$timeSynchronizationServiceInstance =$timeSynchronizationServiceRef.Get()
$localTimeSyncEnabled =$timeSynchronizationServiceInstance.GetProperty("LocalTimeSyncEnabled")
Additional Information
None
Instance Diagram
Classes Used in This Flow
SDK Sample
Not applicable
Copyright © 2006-2022, Intel Corporation. All rights reserved. |