Hello,
How can i monitor Windows Activation Status?
Article Comments
Hi,
Can you please provide more details about how to create this sensor?
Thanks.
May, 2023 - Permalink
Modified on 2025-06-10 16:39:17 +0200
Hello,
How can i monitor Windows Activation Status?
Hi,
Can you please provide more details about how to create this sensor?
Thanks.
You can try using a WMI sensor targeting the Win32_WindowsProductActivation class.
The ActivationRequired property will tell you if activation is required.
If 1 (one), system activation is pending for the system. The system must be activated within the number of days indicated by the RemainingGracePeriod property. If 0 (zero), activation is not required during a specific time period.
Dec, 2014 - Permalink