add usage explanation to the readme

This commit is contained in:
Andreas Zweili 2017-07-16 14:17:01 +02:00
parent ac7400ef9f
commit d421cfdf6a
1 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# control-ad
A collection of useful powershell scripts
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.