MS Graph API Error 405 when concatenating strings but not when using hardcoded strings
I was wondering if someone might be able to point me in the right direction here.
I’m trying to use the Graph API to build out a script to create user accounts and hand that off to other users to use. This is using a Service Principal Account / client id/Secret for authentication. I don’t want to use the SDK because then they have to go get Admin to install the modulesalont with other hoops to jump through. They’re pretty much stuck using default Powershell ISE.