Forum Discussion
Vitor_Santos
5 years agoAdvisor
On 9/30/2020 at 6:08 AM, JDV said:Hi Kyle,
Thanks I found these on exchange and implemented them and have tested if against our O365 lab, when I test the script, get an error - "There would be no instances discovered for the selected device" anything you can think of I may have adapted correctly to our environment. Has anyone else got these working?
Regards,
Justin
Yeah I actually ran with those issue(s) but then noticed that we need to do additional things.
-
Have the Powershell specific module installed at the collector level:
- Install-Module PSWinDocumentation.O365HealthService -Force (in my case there was some issue with TLS at the collector level so I had to run the command below prior to the module install
-
-> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls
12
-
Enterprise Application needs to have the following role:
I've also tweaked the script(s) actual token(s) being used on the code since they don't actually represent LM OutOfBox one(s).
It's working for me :)/emoticons/smile@2x.png 2x" title=":)" width="20" />
Hope it helps you!
Related Content
- 8 months ago
- 2 years ago