I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Change Domain Focus / Scope in Powershell

If your working in a multi domain forest, when you launch Exchange Management Console its focus by default will be the child domain that you are logged into. In order to change this setting to the root domain run the command below :

Set-AdServerSettings -ViewEntireForest $True

Source : Microsoft Technet