Forum Discussion
VibhorM
Apr 10, 2019Copper Contributor
Calling Exchange Online PowerShell Cmdlets from C# With Modern Authentication
Hi Currently We can calling Exchange Online Commandlets With the below code : WSManConnectionInfo connectionInfo = new WSManConnectionInfo(new Uri("https://outlook.office365.com/PowerShell-LiveID")...
Us9898
Mar 12, 2020Copper Contributor
Hi Vibhor,
Just wanted to check if you found any working solution for this.
I.e trying to invoke exchange power shell commands from any service using oauth
- VibhorMMar 12, 2020Copper Contributor
Hello Us9898 ,
We are using Exchange Online Remote PowerShell Module , to invoke cmdlets using modern authentication.
- Us9898Mar 12, 2020Copper Contributor
Hi VibhorM ,
thanks for the quick reply, I am trying to execute this via backed-services.
which will not need user interaction.
So i can get the token but after that i cannot connect to the API, via power shell.
Wondering if you got it working .
thank you
- kkothariyaSep 07, 2022Copper Contributor
Hello Us9898
Did you find any solution? We're having the same issue. We are getting the token but cannot connect with API (open run space) using that token.
Please let me know if you got the answer or direction.
Thanks,
Kaiyum