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
Post your comment on this topic.