Category: 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

Reset Password Expiration

Resetting the password expiration in Active Directory might come in handy when a user’s password has expired and don’t have the chance to change it yet (perhaps due to network restrictions). The Help Desk team, rather than resetting the user’s password, can reset the password expiration time without compromising security by knowing the temporary password. […]

Read more

IT Droplets

IT Droplets