Tag: powershell

Nearest Domain Controller without Powershell AD Module

Getting the nearest Domain Controller when the AD module is present, is fairly simple, all you would need to do is running the following: Get-ADDomainController -DomainName “itdroplets.com” -Discover -NextClosestSite But what if you want to achieve the same result on a client/server that doesn’t have the Powershell Active Directory modules installed? Well, in cmd you […]

Read more

IT Droplets

IT Droplets