Resolving PowerShell Path Issues in MID Server's Issues Tab and Orchestration ActivitiesIssue Following issues may be encountered while using MID Servers or performing Orchestration activities: PowerShell path is not specified and cannot be determined from executable search paths (OR) Specified PowerShell path "C:\WINDOWS\sysnative\WindowsPowerShell\xxxxx\Modules\" does not existReleaseAllCauseWhen starting the MID Server or executing PowerShell commands, search for the path to PowerShell and typically look for the following: Powershell.exe (for PS version between v2 through v5)pwsh.exe (for PS version v6 or above - Currently we do not support v6) If we are unable to locate the required executables in their default locations, we attempt to find the path manually. If we are still unable to find the path, the process will fail and the error mentioned above will be generated.ResolutionEnsure that powershell.exe is present in the designated default path by navigating to that path. If it is not present, verify that PowerShell is properly installed and specify the correct pathRefer to MID Server parameters for PowerShell and correctly include the path to PowerShellCheck and get the Powershell 32/64-bit and make sure the related path added in above#2Sample Command to find bits used for PowerShell: (wmic os get osarchitecture)[2] Related LinksWhere the PowerShell Modules are stored? (External)Managing current locationPowershell executable files (External)