Dolla, dolla, code y'all

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

0

Set VM guest setting via powershell

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

0

How to encode user info via powershell

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

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