object could not be found on domain controller

Question : object could not be found on domain controller

I am trying to resolve a client certificate issue with a new Exchange 2007 implementation but when I try to get the configuration settings of the EWS via the command shell I get the following error.

Get-WebServicesVirtualDirectory : The operation could not be performed because object ‘server1’ could not be foun
d on domain controller ‘DC1.domain.com’.
At line:1 char:32

I verified the server name is in AD.  There is also an A record and associated PTR for this server in DNS.

Any suggestions?


Solution: object could not be found on domain controller

I would suggest trying to use “get-exchangecertificate | fl”

This will list all the Certificates on the Exchange Server in Depth and list the services that use them.

If you attach a new certificate, remember to delete all the un-necessary certificates to ensure there are no conflicts.