Get Windows Activation remotely with PowerShell

Hello,

You can get Windows activation remotely with PowerShell on multiple computers with :

Get-WmiObject -Class SoftwareLicensingProduct -Filter "PartialProductKey LIKE '%'" -ComputerName Computer1

You will find help about that class on MSDN :

http://msdn.microsoft.com/en-us/library/cc534596(v=vs.85).aspx

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.