New Module: SimpleADAdmin
Another day another module. Using PowerShell Gallery to publish modules and make them available to all is really a game changer. I’ve been finding myself repackaging old scripts into modules and publishing them (see PSHTMLTools) and SimpleADAdmin is no exception. It’s basically Get-SAUser but now in a module.
Checkout out the blog post about it, and you can read the documentation on Github. Installation is easy:
Install-Module SimpleADAdmin
In the future, I want to add Get-SAGroup to the module to allow you to manipulate and locate groups much easier. Enjoy!
Sorry, the comment form is closed at this time.