Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.21 KB

File metadata and controls

24 lines (18 loc) · 1.21 KB

AdminTools

Introduction

Hey, thanks for stopping by, this is my collection of System Administration PowerShell scripts to make my life easier. The project can be found on GitHub. I am a newbie at creating PowerShell Modules, so my current suggestion for running this is loading the commands to memory at PowerShell startup:

Add-Content -Path $profile -Value 'Import-Module ".\AdminTools.psm1"'

Cloning with git

If you're cloning this project with the git client, I would suggest you use the following:

git clone https://github.com/baileydauterman/AdminTools.git --depth 1

I went through a lot of iterations for documenation and the clone will most likely fail if you try to clone it with all the history information.

About

I am happy to take suggestions for any PS functions that would be useful to a majority of system administartors. You can either send me a message, my information is here or submit a pull request to the project and I can merge the functions after testing is completed.

Issues

Submit an issue to any problems that you have with the functions so that they can be troubleshot and fixed ASAP.