486dx / madness

Alternative Powershell GUI for basic management of Active Directory accounts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Madness

Alternative Powershell GUI for basic management of Active Directory accounts.

A little hacky, and probably has bugs, but also pretty simple compared to other options. Probably won't work straight out of the box, but shouldn't need too much tweaking.

screenshot

Usage

Needs a recent-ish version of Powershell (4.0 works for me):

   PS C:\Users\Administrator> $PSVersionTable.PSVersion
   Major  Minor  Build  Revision
   -----  -----  -----  --------
   4      0      -1     -1

Take a look at the script - there are a set of global variables that will probably need tweaking to your environment.

Run it with Powershell, under a user account that has necessary privileges for account administration actions.

Author

https://twitter.com/chair6

Please don't ask me to write Powershell for you.

About

Alternative Powershell GUI for basic management of Active Directory accounts.

License:BSD 2-Clause "Simplified" License


Languages

Language:PowerShell 100.0%