Skip to content

Purge all Office 365 WCOB distribution groups for a list of users

License

Notifications You must be signed in to change notification settings

uawcob/purge-distribution-groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Purge Office 365 Distribution Groups

Given a list of users, this script removes them from all WCOB distribution groups.

Download purge.ps1 and change the usernames at the top. They must be a comma-separated list of quoted GACL usernames.

$usernames = 'john001','jane002','jeff003'

You can also just have one person in the list.

$usernames = 'john004'

WARNING this destructive script does not confirm anything. Use with caution.

About

Purge all Office 365 WCOB distribution groups for a list of users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published