We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71afcab commit 4f2f85aCopy full SHA for 4f2f85a
1 file changed
memdocs/configmgr/core/servers/manage/create-queries.md
@@ -88,7 +88,7 @@ This section contains example WQL queries that you can use in your hierarchy or
88
89
### Computers that run Windows 10
90
91
-Use the following query to return the NetBIOS name and operating system version of all computers that run Windows 7.
+Use the following query to return the NetBIOS name and operating system version of all computers that run Windows 10.
92
93
``` WQL
94
select SMS_R_System.NetbiosName,
@@ -188,4 +188,4 @@ where SMS_Client_ComanagementState.ComgmtPolicyPresent = 1 AND SMS_Client_Comana
188
189
## Next steps
190
191
-[How to manage queries](manage-queries.md)
+[How to manage queries](manage-queries.md)
0 commit comments