aboutsummaryrefslogtreecommitdiff
path: root/ScriptModification/Remove-Comments.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Consistency improvements in comment-based helpbitform1-1/+1
2013-01-20Created a ScriptModification module.bitform1-0/+156
* All scripts used to prepare and/or modify payload scripts were added to the ScriptModification module. * Added Remove-Comments - Strips comments and extra whitespace from a script. * Encrypt-Script was named to Out-EncryptedScript in order to conform to proper PowerShell verbs.