Skip to content

OPUM-LABS/ADUser-Amuser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

ADUser-Amuser

A tool for easy interactions wit ADUsers based on PowerShell.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

Product Name Screen Shot

This program allows you to perform actions on multiple AD User objects at the same time easily and efficiently without having to know any PowerShell command.
"Amuser" stands for the fact that the processing of repetitive tasks with ADUsers can also be fun.

Features

You can do for all selectet users at once:
✨ Write all groups to the info-attribute
✨ Write all groups as a list to a TXT-File
✨ Remove all assigned groups
✨ Move user to a desired OU
✨ Remove from the global adressbook (Exchange)
✨ Disable user
✨ Delete user (with a "high security" confirmation mechanism)
✨ Set up to five attribute-values at once
✨ Toggle between simple and verbose output
✨ Toggle between dark and bright theme

Bonus:
✨ Check inside the program if a new version is available

Built With

(back to top)

Getting Started

Just download the latest ADUser-Amuser.exe or ADUser-Amuser.ps1 and run it on a domain-joined computer.
(Note that neither the EXE nor the PS1 file is signed.
A warning message will appear either when you download the file(s) or most likely later when you try to open it!)

Prerequisites

The following prerequisites must be met:

  • PowerShell 5 and up
  • domain-joined computer

Installation

This is a program that can be easily run without installation.

(back to top)

Usage

ADUsers can be searched globally or filtered by OU if desired, based on their SamAccountName or UserPrincipalName. (You can select or unselect the users afterwards)
Several options are then available for interacting with them.
(Keep in mind that the program must be opened with a user who has the necessary AD permissions!)

(back to top)

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

(back to top)