Error calling "C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe"DescriptionMID Server will have an error which includes: C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe Example when running upgrade: Error encountered when invoking PowerShell, the result from running '"C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe" -noninteractive -nologo -noprofile -command "$ver = if (Test-Path Variable:\PSVersionTable) { $PSVersionTable.PSVersion } else { (get-host).Version }; 'full_version:' + $ver.ToString() + ', major_version:' + $ver.Major" Example when enabling Credential-less discovery: "C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe\" is not recognized as an internal or external commandRelease or EnvironmentAll currently supported releasesCauseThis error is due to a 64-bit host running a 32-bit MID JRE. Sysnative is a virtual Windows folder, a special alias, that can be used to access the 64-bit System32 folder from a 32-bit application or script. To confirm the version a MID server is using: Navigate to the MID server listAdd column "MID Java command directory" to see the location of the JRE being usedOn the MID server host navigate to the directory where the JRE isRun command "java -version"Example of 64-bit JRE: openjdk version "1.8.0_181-sncmid1"OpenJDK Runtime Environment (build 1.8.0_181-sncmid1-b13)OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode) Notice above the "64-bit" in the version.ResolutionUse OOB MID server JRE Stop the MID server serviceMove the current MID's JRE folder to another locationIn the instance, navigate to "MID Server > Downloads" and download the 64-bit MID packageMove the new 64-bit JRE folder into the directory specified in "MID Java command directory" field of the MID serverRestart the MID server serviceNavigate to the MID server record in the instance and wait for the MID server status to change to upAttempt to reproduce issue in order to confirm resolution