Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorblack
borderWidth1
borderStylesolid
titleLockout Status Tool
Installation

Go to https://www.microsoft.com/en-us/download/details.aspx?id=15201.

Download and install the program when prompted. (Installing the tool will require your DADMIN credentials.)

The default location for the tool to be installed is C:\Program Files (x86)\Windows Resource Kits\Tools\.

Once installed, double-clicking the program will open and run it.

NOTE: For ease of access, you may want to pin the program to your Start menu or task bar.

Using the Lockout Tool

Searching for the user's name and clicking 'OK' will run a search for the listed criteria, including bad password attempts, when it was last set, and the user's account's state.

NOTE: It can take up to 30+ seconds for a user's account to be fully loaded and displayed in the tool.

...

Panel
borderColorblack
borderWidth1
borderStylesolid
titleActive Directory Users and Computers (ADUC)
Installation

Push and install CSDS Microsoft Remote Server Admin Tool Win10, located within CSDS Applications - Install.

  • Run the machine's Configuration Manager Action cycles within its Control Panel to push the Remote Server Admin Tool to the machine, if necessary; most notably, the Machine Policy Retrieval & Evaluation Cycle.

Using ADUC

Hold down the "Shift" key and right-click on the Start menu entry for Active Directory Users and Computers and select "Run as a different user".

NOTE: Alternatively, pin ADUC to your taskbar, shift-right-click and select "Run as a different user" if the Start menu option does not work.

Sign in with your OnePurdue secure credentials.

On first time use of ADUC:

Click Action, then Change Domain.

Change the domain to read central.purdue.lcl. Click Save this domain setting for the current console, and then click OK.

...

Panel
borderColorblack
borderWidth1
borderStylesolid
titleUtilizing ADUC


Either right-click on central.purdue.lcl and click "Find" or click the magnifying glass icon to bring up the search window for Active Directory.


Panel
borderColorblack
bgColorwhite
titleColorwhite
borderWidth1
titleBGColorblack
borderStylesolid
titleLaunching ADUC via Batch Script

A batch script can be created that allows a Specialist to launch the application with their OnePurdue account, instead of right-clicking and signing in as another user.

Creating the Batch Script

• Open Notepad.

Copy and paste the information below into Notepad:

Panel
borderColorblack
bgColorwhite
titleColorblue
borderWidth1
borderStyledashed
titleScript

@echo off

cls

cd C:\WINDOWS\system32

runas /user:onepurdue\******** "mmc %systemroot%\system32\dsa.msc"

In Notepad, replace ******** with the name of the Specialist's secure account.

NOTE: Make sure there is a space after the name of the Specialist's secure account.

In the “Save as type” drop down menu, choose “All Files (*.*)”.

For the file name, type in “onepurdueAD.bat”. Save the new file to any location you want on your computer.

Image Added

Using the Batch Script

When double-clicking the new .bat file where it has been saved, a command window will launch and ask for the password for the current user's secure account. Type the password and hit 'Enter'.

NOTE: You will not see the characters of the password as they are typed.