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 [...]
Read the rest... »Tags: powershell, Security