Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 351 Bytes

powershell-constrained-language-mode.md

File metadata and controls

13 lines (9 loc) · 351 Bytes

Powershell Constrained Language Mode

  • Enumerate which language mode powershell is currently in
$ExecutionContext.SessionState.LanguageMode
  • Attempt to change from constrained language mode to full language mode
$ExecutionContext.SessionState.LanguageMode=[System.Management.Automation.PSLanguageMode]::FullLanguage