Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions OperationalCollections/Operational Collection 3.7.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ $Collections +=
$DummyObject |
Select-Object @{L="Name"
; E={"Workstations | Windows 10"}},@{L="Query"
; E={"select SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client from SMS_R_System
where OperatingSystemNameandVersion like '%Workstation 10.0%'"}},@{L="LimitingCollection"
; E={"select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System
where SMS_R_System.Build > '10.0.10239' and SMS_R_System.Build < '10.0.19046'"}},@{L="LimitingCollection"
; E={"Workstations | All"}},@{L="Comment"
; E={"All workstations with Windows 10 operating system"}}

Expand Down