Kingskawn 5 Posted February 19 Report post Posted February 19 Some end-users are having some trouble with 365 Apps (O365ProPlusRetail) that says there license is not valid or active. I want to make a query or something to group these machines and apply a regfix. But for that I need to find them. We had the ospp.vbs /dstatus before but as the license comes from the cloud (not mak nor kms) I don't know how I can see this. There is a nice guide of Eswar Koneti but not doable for us : https://eskonr.com/2019/09/check-microsoft-office-activation-status-using-sccm-compliance-settings/ Quote Share this post Link to post Share on other sites
GarthMJ 125 Posted February 19 Report post Posted February 19 ok, I will bite, why isn't this doable for you? Are you trying to say this doesn't work for you because of the cloud lic? Quote Share this post Link to post Share on other sites
Kingskawn 5 Posted February 22 Report post Posted February 22 Hi Garth, I tried the trick with ospp.vbs as I used to on Office 2010, 2013 and 2016 but as our licenses are activated from the cloud it's like not working. This is the output I get: To find them we can check on the existence of the folder and tokens created in -> \AppData\Local\Microsoft\Office\16.0\Licensing But this is per user. Quote Share this post Link to post Share on other sites
GarthMJ 125 Posted February 22 Report post Posted February 22 Well, there you go, you will need to create your own powershell/VBS script to do the detection. And move the data to an area that CM can inventory. Once you do that you can have CM inventory the data. This might not be a simple task as it will depend on if the users are Admin on their computer or not. Quote Share this post Link to post Share on other sites
Eswar Koneti 29 Posted 22 hours ago Report post Posted 22 hours ago here are the 2 blog post i have written to find the office365 activation details. http://eskonr.com/2019/09/check-microsoft-office-activation-status-using-sccm-compliance-settings/http://eskonr.com/2018/10/how-to-get-office-365-proplus-activation-status-and-excluded-apps-etc-using-sccm-configmgr/ Thanks, Eswar Quote Share this post Link to post Share on other sites