Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Assign throttling policy to distribution list or group

Answered 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 AM
     
     
    No, 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 AM
    Moderator
     
     Answered

    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

  • 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