FG
💻 Software

How can I create a 32-bit remote powershell session (on a 64-bit machine)?

Fresh5 days ago
Mar 15, 20266883 views
Confidence Score0%
0%

Problem

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?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I create a 32-bit remote powershell session (on a 64-bit machine)?

Low Risk

I found the answer. You have to use the parameter, like this: 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 which is 32-bit, while a 64…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment