Throttling Policy
Ever since we upgraded Exchange 2010 to SP1, our CA ARCServe backups have been erroring out. CA's tech support said I had to run the following commands regarding Throttling Policy
New-ThrottlingPolicy "ARCserveDocLevelPolicy" -RCAMaxConcurrency $null -RCAPercentTimeInMailboxRPC $null -RCAPercentTimeInCAS $null -RCAPercentTimeInAD $null.
Set-Mailbox BACKUPACCOUNT -ThrottlingPolicy "ARCserveDocLevelPolicy"
I believe I ran them successfully the first time but but I can't remember if I ran them in teh Exchange power shell or the Windows powershell. Now when I if I want to make a change to the policy, a message keeps coming back saying the policy already exists.
To make a change, do I have to remove the existing policy and then run the New command?
September 26th, 2011 2:00pm
yes .. you ran New-ThrottlingPolicy to policy to create new policy.
when you want to modify anything in the policy you have to use "Set-ThrottlingPolicy"
http://technet.microsoft.com/en-us/library/dd298094.aspx
DhruvDhruv
Free Windows Admin Tool Kit Click here and download it now
September 26th, 2011 2:31pm
Thank you for the reply. Do you run this from the Windows Powershell window or from the Exchange Powershell window?Jim in Cleveland
September 26th, 2011 3:51pm
On Mon, 26 Sep 2011 19:44:18 +0000, Jim in Cleveland wrote:
>Thank you for the reply. Do you run this from the Windows Powershell window or from the Exchange Powershell window?
From the Exchange shell.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
September 26th, 2011 8:01pm
Hi,
Set-ThrottlingPolicy is an Exchange related command.Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
September 28th, 2011 2:10am