Author: Awesomeoman

2

A quick and easy Cisco UCS backup script

This is a re-post of an original script I wrote for my old blog at awesomeman.com. In essence it is a Cisco UCS backup script utilising the UCS Powertool CMDlets provided by Cisco. Prior...

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

Find Virtual Machines With Active Memory Limits

get-vms-with-memory-limits.ps1 There is a well known issue with Virtual Machines running on all versions of ESX from 3.0 to 5.5 regarding memory limits. The VMWare KB Article at http://kb.vmware.com/kb/1003470 goes into detail but in summary,...

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