Link to home
Start Free TrialLog in
Avatar of Joe Pelish
Joe PelishFlag for United States of America

asked on

Finding Office activation status on multiple workstations

I am using this command on several computers

get-ciminstance -class SoftwareLicensingProduct -ComputerName $Computer -Filter "Description like '%office%'"

All have Office installed. Some are activated some are not. Thanks to O365 I had to upgrade everyone in the company and at some point, my VL ran out and some did not get activated.

Anyway, some computers come back with the desired information others do not return anything. I then tried on the ones that returned nothing to get all licenses and yes it returns the Windows license status correctly. Why can't I get the Office license from these computers? And yes I did a sanity check one and it does have Office installed.

Any help would be greatly appreciated.



Thanks in advance,

Joe Pelish
Avatar of Sudeep Sharma
Sudeep Sharma
Flag of India image

I then tried on the ones that returned nothing to get all licenses and yes it returns the Windows license status correctly.

What do you get when you the PowerShell command mentioned in your question?
Are you doing it remotely?
If remotely which version of PowerShell are you using? What OS is running on the system which are not reporting anything?

Thanks,
Sudeep
ASKER CERTIFIED SOLUTION
Avatar of Abhilash Pappiyil
Abhilash Pappiyil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Joe Pelish

ASKER

Thanks for letting me know about this. I will look at using it!