Tagged: PSCustomObject

0

Check Windows Virtual Machines for Partition Alignment

Incorrect virtual machine partition alignment can be the cause of performance issues in a vSphere virtualised environment. Here is a script that will check Windows Virtual Machines to validate if their disk partition alignment...

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...