Forum Discussion
hernan-invosys
Jul 10, 2020Copper Contributor
Powershell New-CsOnlineSession with AccessToken
Hello guys, I am trying to run 'New-CsOnlineSession' with -OAuthAccessToken parameter in a Powershell script. The oauth token comes from a WebApp that authenticates the user. This WebApp uses Micro...
SjoerdV
Jul 18, 2020Iron Contributor
hernan-invosys is there a reason why you should still be using these cmdlets? As they are now incorporated in the https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-release-notes module since 1.1.3-Preview. The latter supporting a wider variety of authentication methods. Still there might be a reason not to switch that I am unaware of... Thanks for your insight.