Tagged Questions
6
votes
1answer
185 views
What is the security impact of changing PowerShell's PSLanguageMode?
A vendor is asking me to change the PSLanguageMode from within IIS on my Exchange server(s).
What potential vulnerabilities am I opening myself up to?
I'm surprised to see this option present within ...
4
votes
2answers
10k views
How is PowerShell's RemoteSigned execution policy different from AllSigned?
I'm still pretty new to PowerShell, and recently read this in a blog posting about creating and using PowerShell scripts.
To prevent the execution of malicious scripts, PowerShell enforces an ...