Hello,
You can know if your current PowerShell session is in 64 bits or not with that .Net method :
[environment]::Is64BitProcess
This can be helpful if you’re using old ComObjects like ADMT or Lotus Notes that requires a 32bits PowerShell session.