get updates!

welcome!

Welcome to the 0direction blog! My name is Cory and I am a 10 year veteran of the IT industry currently working for MaximumASP as a Senior System Engineer specializing in Storage and Disaster Recovery. If you find something here that helps you, please leave a comment! If you see something that could be improved or have a question, please send me some feedback! Happy scripting! -Cory

Powershell security restrictions

Powershell has a number of security restrictions out of the box to keep malicious code from running and also (I would assume) to protect the user.  The first thing you will notice is that powershell will not run a script without the full path to the script defined.  This means that even if you are [...]