1 Votes

Windows Activation State
Log In or Register to download the BES file, and more.


Relevance

 
Used in 1 fixlet   * Results in a "string"/number
Show indented relevance
(select "LicenseStatus from SoftwareLicensingProduct WHERE (PartialProductKey is not null) and (Name like 'Windows(R)%25')" of wmi) as string contains "1"

Property Details

ID3008577
Status
TitleWindows Activation State
KeywordsActivation
DescriptionGets the Windows activation state. Returns true if activated or false if not activated.
Added by
Last Modified by on 4/14/2016 2:45:12 PM
Counters 50 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/3008577'><img src='https://bigfix.me/cdb/relevanceimage/3008577?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
@kirbiros try this to get raw data: selects "* from SoftwareLicensingProduct WHERE (PartialProductKey is not null) AND (Name like 'Win%25')" of wmis
kirbiros -
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?
jgstew -
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
kirbiros -
it works on Win 7 but not on WinXP, Win 2003 and Win 2008 R2
jgstew -
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