Burnout In IT and How to Avoid it
For years, I thought Burnout was equal to weak. Boy was I wrong. Burnout is a real thing and it changes how you see this world. Burnout can take a good worker and make them the worst worker. That's what it did to me. What is Burnout and How do you avoid it? What is burnout Burnout is a special type of work-related stress. It's a state of...
PSBoundParameters – Credentials
The PSBoundParameter is an amazing tool that will clear your mind of worries about non-mandatory parameter sets. In my Super Help Desk module I use the credential flag. Inside this flag, I tell the system to use the credentials provided or the currently running...
SHD – Disable Inactive Users
Now we have a way to find the disable OU, and to disable a user, now it's time to disable old accounts. We do this by targeting the Last Logon dates. Word of warning before we continue. When you do this, target a single OU instead of all of the company. Target only...
SHD – Disable User
My last blog was about how to find the disabled user OU. Now we will go over how I disable users and move them around to the disabled OU. The next blog will combine all this together and remove inactive accounts that are within a set OU. Let's rock this! First first...