Posted On January 14, 2020

Active Directory: How to Disable Account

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Active Directory: How to Disable Account

RDP into a domain controller > Right-click the Windows icon on the bottom left corner > type in DSA.MSC > press Enter

Expand the domain name > right-click on the domain object > Find…

Input the name of the user in the “Name” field > click Find Now

Select “Disable Account”

Click OK to confirm

Right-click the disabled account > Move > select the “Disabled Accounts” container

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Disable Windows Defender

Simultaneous Uninstalls: # removeWindowsDefender.ps1 # Version 0.02 $computerNames=@( 'server1', 'server2' ) function removeWindowsDefender($computerNames){ function uninstallWindefend($computername){…

How to increase the database size limit on Exchange 2003 SP2

Connect to the Server that is running Exchange 2003 SP2 Click Start > Run >…

Moving a Domain Controller to a Different Geographical Location

Changing IP of a Domain Controller - If dcpromo has been done before the move…