You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Some of the reports in this workbook display "The query returned no results".
The working queries use the line "WVDHosts contains Computername" to filter the hosts. The broken queries use "Computername in WVDHosts" instead.
The "WVDHosts" parameter is apparently a string, not a collection (I didn't check where that is set), so all queries need to use "contains"