Send on Behalf Of: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
Created page with "To set permissions <pre> Set-DistributionGroup "Group Name" -GrantSendOnBehalfTo username1, username2, group1 </pre> To view current permissions <pre> Get-DistributionGroup "Gro..."
 
(No difference)

Latest revision as of 05:28, 22 December 2011

To set permissions

Set-DistributionGroup "Group Name" -GrantSendOnBehalfTo username1, username2, group1

To view current permissions

Get-DistributionGroup "Group Name" | fl name,grant*

To remove all permissions

Set-DistributionGroup "Group Name" -GrantSendOnBehalfTo $null