Archive for March, 2010
PowerShell Script: Encrypting / Decrypting A String – Function Encrypt-String
By: Brenton Blawat The encryption and decryption of strings is essential when creating an enterprise product that has clear text passwords. This function displays how to encrypt and decrypt a string using Powershell using Richard’s code located at http://poshcode.org/116. While I found his code very useful, he didn’t explain the syntax and is why I [...]
Read Full Post | Make a Comment ( None so far )PowerShell Script: Finding A Distinguished Name of a Group/User: Function Find-DN
By: Brenton Blawat This article explains the the method by which one would be able to Search Active Directory for the distinguished name of a User or Group. This is helpful when trying to add an object to Active Directory or adding Users to Groups. Function Find-DN Finding Distinguished Name: Download PS1 Here 1: # [...]
Read Full Post | Make a Comment ( 2 so far )

