Set-StrictMode -Version 3.0 is not documented · Issue #2135 · MicrosoftDocs/PowerShell-Docs

Issue Details From PowerShell 3.0, Set-StrictMode -Version 3.0 is added to verify an array index access. But, this is not documented. # PowerShell 3.0 or later $array = (1,2,3) # No error, returns ...