Assign throttling policy to distribution list or group
-
Friday, June 15, 2012 11:00 AM
Hi,
Is it possible to assign throttling policy to distribution list or group instead of user mailbox?
Kelvin Teang
All Replies
-
Friday, June 15, 2012 11:13 AMNo, why do you want to do that?
Sukh
-
Monday, June 18, 2012 1:21 AM
Hi Sukh,
I have 100 users who need this policy. That's why I am thinking to assign to the group or DL. It is easier to manage by group or DL.
Kelvin Teang
-
Monday, June 18, 2012 7:31 AMModerator
Hi,
You can try to the cmdlet below.
$identity = "user1","user2","user3"...
foreach ($id in $identity){set-throttlingPolicyAssociation $id -ThrottlingPolicy Policy1}
Xiu Zhang
TechNet Community Support
- Marked As Answer by Xiu Zhang - MSFTModerator Tuesday, June 26, 2012 6:18 AM
-
Monday, June 18, 2012 8:35 AM
Hi Kevin
That isn't possible, you will have to use a script to lool thorugh each of the mailboxes, something like the above.
Sukh

