I have the Active Directory module installed on my Windows 7 workstation using PowerShell 3 and when I use "Set-Location AD:", it is using my current domain.
Is it possible to set my base location to a different domain?
Import-Module ActiveDirectory
Set-Location AD:
Get-ChildItem
(shows current DC info)
I would like to switch to a different AD server.