Forum Discussion
rrmartin
Jan 21, 2021Copper Contributor
Audit policies assigned to multiple users
I would like to audit what policy is assigned to each users. We are a school using teams and we have over 700 users. I have not found a way using PowerShell To generate a file that list all users a...
- Jan 21, 2021
You can get this info from the Teams admin center, or via the Get-CSOnlineUser cmdlet, which you can also use to filter users based on specific policy.
VasilMichev
Jan 21, 2021MVP
You can get this info from the Teams admin center, or via the Get-CSOnlineUser cmdlet, which you can also use to filter users based on specific policy.
- rrmartinJan 21, 2021Copper ContributorThanks, found the filter setting in admin center after posting this. I don't see a way to export to csv. I think I can with the cmdlet.
- VasilMichevJan 21, 2021MVP
Yup, no export option in the portal, but it's easily doable via PowerShell if you need it.