Use PowerShell for that:
Get-CsOnlineUser -Filter {TeamsAppSetupPolicy -eq $null} | Export-Csv -nti "blabla.csv"
If you need help connecting to PowerShell, check here: https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-install
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to get the list of all the users who are there in the global policy from setup and permission policy in excel sheet.
Use PowerShell for that:
Get-CsOnlineUser -Filter {TeamsAppSetupPolicy -eq $null} | Export-Csv -nti "blabla.csv"
If you need help connecting to PowerShell, check here: https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-install
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
1 deleted commentComments have been turned off. Learn more
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more