1 Votes |
Windows Activation State
Relevance
Used in 1 fixlet | * Results in a "string"/number |

(select "LicenseStatus from SoftwareLicensingProduct WHERE (PartialProductKey is not null) and (Name like 'Windows(R)%25')" of wmi) as string contains "1"
Property Details
3008577 | |
Windows Activation State | |
Activation | |
Gets the Windows activation state. Returns true if activated or false if not activated. | |
strawgate | |
strawgate on 4/14/2016 2:45:12 PM | |
50 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Sharing
Relevance Image Sharing: |
Social Media: |
Comments
![]() |
|
@kirbiros try this to get raw data: selects "* from SoftwareLicensingProduct WHERE (PartialProductKey is not null) AND (Name like 'Win%25')" of wmis |
![]() |
|
For Windows 2008 R2, I've used this Property > (Name like 'Windows Server(R)%25') What should be the LIKE statement if I'm going to filter it for WinXP, Win7, Win 8, Win 2008 , WIn 2008 R2 and Win 2012? |
![]() |
|
Mine is similar, but I am missing the `name like` part which does seem needed now that office sometimes uses the same location. https://bigfix.me/analysis/details/2998366 |
![]() |
|
it works on Win 7 but not on WinXP, Win 2003 and Win 2008 R2 |
![]() |
|
I have an analysis with this and a bunch of other stuff that I adapted from an existing analysis that needed updating post WinXP but I don't have it on BigFixMe for some reason, yet I do have the office version: https://bigfix.me/analysis/details/2994711 |