On a local 64-bit machine, I can open 'PowerShell (x86)'. But if I do 'Enter-PSSession' to another machine running a 64-bit OS, it creates a 64-bit PowerShell.
In my scenario I need a 32-bit PowerShell session. How can I get one?
|
On a local 64-bit machine, I can open 'PowerShell (x86)'. But if I do 'Enter-PSSession' to another machine running a 64-bit OS, it creates a 64-bit PowerShell. In my scenario I need a 32-bit PowerShell session. How can I get one?
| ||||
|
feedback
|
|
I found the answer. You have to use the
You can get the list of available configurations with:
Note that the configurations are specific to the remote machine. In my quick tests, a 32-bit OS only has | |||
|
feedback
|