Tagged: Active Directory

0

Enable and set passwords for user accounts on bulk

Howdy Sloths, this week we present an easy solution for a time consuming task. Imagine you had 200 user accounts that had been created and disabled. During the creation passwords weren’t recorded so when...

0

Lookup and Translate Domain SIDs

Translate Domain SIDs.ps1 A simple script today to perform a look up of an array of SIDs (Security Identifiers) against an Active Directory domain to check if the object exists or not. The components that...

0

How to count a users group membership in powershell

In our sample code today we demonstrate how to easily count a user objects group membership. An example scenario is when investigating user kerberos token bloat. Token bloat can occur when a users group...

0

Remove target group members via powershell

Todays code is useful for removing a large amount of users from one or many targeted groups. This script was created in response to multiple users being added to AD groups by accident –...

0

Set password never expire on bulk via powershell

This code snippet allows you to easily set password never expire for a list of identified users. The required input is a list of unique usernames to be processed. The end result is your...