Video Screencast Help
Search Video Help Close Back
to help

Problem faced when disabling throttling in Exchange 2010 SP2

Created: 25 Dec 2012 | Updated: 28 Dec 2012 | 8 comments
Amine MOUNADIR's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Hello, 

When i started disabling my vault system account using the script : 

SetEVThrottlingPolicy.ps1 -user mydomain\Administrateur

i recieved this error : 

 

Le terme « SetEVThrottlingPolicy.ps1 » n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou
 programme exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessayez.
Au niveau de ligne : 1 Caractère : 26
+ SetEVThrottlingPolicy.ps1 <<<<  -User mydomain\Administrateur
    + CategoryInfo          : ObjectNotFound: (SetEVThrottlingPolicy.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
 
Any ideas about the resolution of this error !! 
 
Thanks in advence 

Comments 8 CommentsJump to latest comment

Rob.Wilcox's picture

Did you run this from a PowerShell prompt?

Did you run it from an Exchange server?

Many Thanks,

Rob

www.quadrotech-it.com - All your EV Tools

PS I hope that the post proves helpful.

0
Login to vote
  • Actions
AndrewB's picture

open exchange powershell from an exchange server. then .\SetEVThrottlingPolicy.ps1 -user domain\evserviceaccount

notice the exchange powershell, exchange server, and the .\ before the script name.

Andy Becker | Authorized Symantec Consultant | Trace3 | Symantec National Partner | www.trace3.com

SOLUTION
+2
Login to vote
  • Actions
Rob.Wilcox's picture

Amine - Did this solve the issue for you?

Many Thanks,

Rob

www.quadrotech-it.com - All your EV Tools

PS I hope that the post proves helpful.

0
Login to vote
  • Actions
Amine MOUNADIR's picture

Thank you for your replys,

I still have the same problem,

When i'm typing the .\SetEVTrottlingPolicy.ps1 -user domain\evserviceaccount i have this error message :

  

0
Login to vote
  • Actions
TonySterling's picture

Did you copy the SetEVThrottlingPolicy.ps1 to the Exchange server and is it in that directory?

Tony Sterling
www.bluesource.net or www.bluesource.co.uk
Offices in the US and the UK

+1
Login to vote
  • Actions
Amine MOUNADIR's picture

Thank you all for your replys, 

Now it works fine,

but in a DAG environnement do we need to run the .\SetEVTrottlingPolicy.ps1 -user domain\evserviceaccount for each server member of the DAG ? if yes do we have to change the evserviceaccount or we use the same ? 

0
Login to vote
  • Actions
AndrewB's picture

it's just run once per service account so only one time :-)

Andy Becker | Authorized Symantec Consultant | Trace3 | Symantec National Partner | www.trace3.com

+1
Login to vote
  • Actions
Rob.Wilcox's picture

No, you only run it once per forest.

Many Thanks,

Rob

www.quadrotech-it.com - All your EV Tools

PS I hope that the post proves helpful.

+1
Login to vote
  • Actions