Clearing Static Global Catalog Servers
Hello,
I was doing some testing and set one of my front end servers to a group of static global catalog servers using the 'set-exchangeserver -staticglobalcatalog' command. I would like to clear the static gcs and have the server talk to any gc like before. I can't
figure out the powershell command to do this?
This is exchange 2007. Thanks,
bd142001
March 24th, 2011 11:40am
Try:
Set-ExchangeServer -StaticGlobalCatalog:$Null
Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
March 24th, 2011 12:03pm
That worked! thanks!!
March 24th, 2011 12:29pm