IT Blog

Feature image

How to mass change the primary group of users in active directory with PowerShell

This very simple PS code will allow you to change the primary group of a group of users and report back who the users are you've changed through the script.

Read More Discuss
Feature image

Active Directory reset adminCount back to 0

The PS code below will find admin accounts in your Active Directory that have an adminCount higher than 0 and reset it back to 0, always verify why the count was increased!

Read More Discuss
Feature image

Powershell how to encrypt a password

This guide will help you get started with encrypting passwords within PowerShell.

The first part is to encrypt a non encrypted password through CLI, you can change the logic in such a manner to prompt a popup and even a credential session popup.
After the AES key and password are encrypted you can g…

Read More Discuss