To enable Team Meeting Integration, go to ‘ATS Settings’ on the sidebar. Select ‘Integrations’ and press ‘Microsoft 365’. There, enable Team Meeting Integration and Save.

Then go to Windows PowerShell and run as an administrator.

Run Install-Module MicrosoftTeams. Next, put ‘A’ to say yes to all.

Run Import-Module MicrosoftTeams.

Connect-MicrosoftTeams. Enter administrator credentials in the login prompt as shown in the below screenshot.

After successful login, please run these commands which will create and grant application access policy to all the users.
New-CsApplicationAccessPolicy -Identity DynamicsATS-Policy -Applds “875f153d-d9c3-4b9f-9a65-a9c4650d2776” -Description “dynamics ats policy”

Next run Grant-CsApplicationAccessPolicy -PolicyName DynamicsATS-Policy -Global



Watch tutorial video

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment