An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
@taa66
Thank you for the quick response!
Looking at the PRTG-O365Licensing script on GitHub, this looks like a custom script from "team-debold.de", so you'll have to reach out to their team to see if this possible.
I ran the script, read through it, and it looks like you might have to modify the script to change $O365User and Pass to reference your clientID and secret, if you're trying to sign in with no username/password.
The script gets the $O365User and $O365Pass parameters:
The script then references $O365User and $O365Pass to create an $O365Cred variable so you can login to MSOnline to get the list of SKUs/Licenses:
I hope this helps! If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.