Code Projects

Powershell projects I've completed and used. All long running achievable projects I've completed at work.

Powershell

Many scripts I thought were impressive and I scrubbed for any identifying details before uploading to GitHub. I use Powershell to complete simple automation almost daily at work.

Termination Script
This script fully automates ever step of the termination process.
Github 
Microsoft Team DID Assignment Tool
This script allows the assignment of DID's to a user account in Teams. It also supports multiple domains and error checks/logs everything being done.
Github 
Micorsoft Teams Channel Creation Script
This script will pull from a txt document in it's folder and will create these channels as private channels(cannot be done with a teams template).
Github 
AD  30 Day Report Generator
This script searches AD in specific OU's for computer objects that have not logged in for more than 30 days. We used this to audit and disable users who have not connected to the VPN for over 30 days.
Github 
Random Generator
This script will randomly select a word from a list but only show it a limited amount of time. Once the number limit is reached it's removed from the list until the counter is reset.
Github 
Hash Generator
A short script I use often to assist with hash creation for our endpoint management platform, BigFix. It generats the needed code to enter into BigFix action scripts using SHA1 and SHA256.
Github