Exchange 2007 sesecurityprivilege error
When I run get-exchangecertificate I get the error:
WARNING: An unexpected error has occurred and debug information is being generated: The process does not possess
the 'SeSecurityPrivilege' privilege which is required for this operation.
Get-ExchangeCertificate : The process does not possess the 'SeSecurityPrivilege' privilege which is required for
At line:1 char:24
+ Get-ExchangeCertificate <<<< -domain "domainname" | fl
It is being run as administrator and in the local security policy 'manage auditing and security log' includes Exchange Servers.
It would great if someone could help me with this. I am trying to setup Activesync.
December 3rd, 2009 5:39pm
See this post in the technet http://social.technet.microsoft.com/Forums/en/exchangesvradmin/thread/dcc4f1ae-2409-47e1-aa77-732dbbff5b99This was resolved a PSS engineer. Just try to cover all the steps .Also have a look into this.http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/Q_24020593.htmlRaj
Free Windows Admin Tool Kit Click here and download it now
December 4th, 2009 9:21am
Hi,
1. I suggest you check the 2080 event on the Exchange 2007 server. You must have a Domain Controller has SACL right.
For your reference:
Event ID 2080 from MSExchangeDSAccess
http://support.microsoft.com/kb/316300/en-us
2. You could refer to following KB to use Policytest tool to troubleshoot the issue:
XADM: Exchange 2000 Error Messages Are Generated Because of SeSecurityPrivilege Right and Policytest Issues
http://support.microsoft.com/kb/314294/EN-US/
Note: To prevent inadvertent denial of the SeSecurityPrivilege right to Exchange servers, you can create a custom policy for domain controllers to implement the SeSecurityPrivilege right:
~~~~~~~~~~~~~~~~
Mike Shen
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tngfb@microsoft.com
~~~~~~~~~~~~~~~~
December 7th, 2009 10:39am