One of PowerShell's great strengths is that you can accomplish a lot with very little code. However, this also means that if you aren't careful you can quickly execute a lot of bad or unintentional code. One solution is to script securely. This session will examine a number of techniques and concepts for creating and running secure PowerShell code and scripts.
You will learn:
- Understand PowerShell's security model
- Scripting security best practices
- How to leverage proxy functions