Query servers for multiple processes running under a single user
Why hello there old friends! Turns out the Powersloths have been just that – sloths. While they have still been coding away they have been a tad lazy with updating code to the site....
Why hello there old friends! Turns out the Powersloths have been just that – sloths. While they have still been coding away they have been a tad lazy with updating code to the site....
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...
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...
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 –...
Today is a double whammy. Here are two scripts to help achieve a single task. In this instance, you have been requested to dump all the user objects mobile numbers and then update the...
Today we bring you a script to help record users mapped drives. In this scenario, the script was deployed as a logon script and the report was stored on a shared UNC path for...
In todays scenario we had a number of virtual guests that had been provisioned with the wrong settings. This scripts demonstrates how to set vm guest settings via powershell. The VmWare PowerCLI cmdlets enabled...
Todays code snippet is an example of how to encode user info into a byte array. In this particular scenario, the users details are encoded then injected into the registry to pre-populate a Microsoft...
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...