Bypasses
# Get details of host containing current version
# of powershell used
Get-host
# Downgrading powershell to version 2
powershell.exe -version 2Last updated
# Get details of host containing current version
# of powershell used
Get-host
# Downgrading powershell to version 2
powershell.exe -version 2Last updated