A collection of useful powershell scripts
Ce dépôt a été archivé le 2020-04-19. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
Aller au fichier
Zweili Andreas 16ab068b68 really fix the disable computer command 2017-07-19 15:37:33 +02:00
scripts really fix the disable computer command 2017-07-19 15:37:33 +02:00
.gitignore Initial commit 2017-07-14 23:21:22 +02:00
LICENSE Initial commit 2017-07-14 23:21:22 +02:00
README.md add todo list and files 2017-07-17 07:36:00 +02:00
control-ad.ps1 pretefy the outputs of the various commands 2017-07-15 12:18:07 +02:00

README.md

control-ad

This is my collection of usefull powershell scripts. The idea is to automate various tasks and provide other usefull functions.

Usage

To just use the scripts on a day to day basis I recommend that you just start the control-ad.ps1 script. This will then show you a simple menu and let's you execute the various scripts from there.

The scripts however, are written to get started on their own as well and can get converted into modules very easily. Each script contains a function which then gets called on the last line. If you want to convert the script into a module just delete the last line and rename the script to script-name.psm1

Currently some functions might be a bit rough but I intend to clean them up along the way.

Todo

  • Add a script to validate a user This way I could add a check to the scripts and inform the user that he used a wrong username