We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To implement PolicyRecordingBot, I am using the README.md page as a reference.
However, when I run the command
New-CsOnlineApplicationInstance -UserPrincipalName <upn@contoso.com> -DisplayName <displayName> -ApplicationId <your_botappId>
I get the error
New-CsOnlineApplicationInstance: Access Denied.
I would like to know how to deal with this error.
Furthermore, I found on this site that the command
New-CsOnlineApplicationInstance
is not supported.
If this command is not available, how can I create an application instance instead?
The text was updated successfully, but these errors were encountered:
You will need to sign into a user account that has Teams Administrator permissions in the tenant when running the Connect-MicrosoftTeams command.
Connect-MicrosoftTeams
Sorry, something went wrong.
No branches or pull requests
To implement PolicyRecordingBot, I am using the README.md page as a reference.
However, when I run the command
New-CsOnlineApplicationInstance -UserPrincipalName <upn@contoso.com> -DisplayName <displayName> -ApplicationId <your_botappId>
I get the error
New-CsOnlineApplicationInstance: Access Denied.
I would like to know how to deal with this error.
Furthermore, I found on this site that the command
New-CsOnlineApplicationInstance
is not supported.
If this command is not available, how can I create an application instance instead?
The text was updated successfully, but these errors were encountered: