Tests if the current PowerShell process is 32-bit.
Test-PowerShellIs32Bit [<CommonParameters>]
Returns True if the currently executing PowerShell process is 32-bit/x86, False if it is 64-bit/x64.
Test-PowerShellIs32Bit
Returns True if PowerShell is 32-bit/x86, False if it is 64-bit/x64.