MID Server Resource Reservation OOB does not work for PowerShellDescriptionMID Server Resource Reservation OOB does not work for PowerShell.Steps to Reproduce 1. Run discovery2. While discovery is running, navigate to MID Server and click "Grab Resource State" UI action3. Look at the input queue payload generated and notice that no resources are allocated for PowerShellWorkaroundNavigate to scripts: mid_limited_resource_script_157bf2f1533380105ddbddeeff7b12f1.xmlmid_limited_resource_script_640cd23d53bf40105ddbddeeff7b12bd.xml In these script files where "(parms.os_type.toLowerCase().startsWith('windows_'))" check is done, change to (parms.os_type.toLowerCase().startsWith('windows')) and save changes. This PRB is fixed in Yokohama.Related Problem: PRB1823815