Tagged: PSCustomObject

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

Replace String In Multiple Files

This script is a recent real world example whereby Powershell was able to be used to quickly find and replace a string in multiple .bat files (hence replace string in multiple files). The files...