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