Você pode executar o PowerShell 2 Windows 8 passando a chave -version
para powershell.exe:
powershell.exe -version 2.0
Se você executar o PowerShell 2 dessa maneira, a ajuda parece funcionar como esperado:
PS > help gci
NAME
Get-ChildItem
SYNOPSIS
Gets the items and child items in one or more specified locations.
[...]