Skip to content

Commit 4f2f85a

Browse files
authored
Update create-queries.md
Fixed slight mistake - article mentions Windows 7 instead of Windows 10.
1 parent 71afcab commit 4f2f85a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/configmgr/core/servers/manage/create-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This section contains example WQL queries that you can use in your hierarchy or
8888
8989
### Computers that run Windows 10
9090

91-
Use the following query to return the NetBIOS name and operating system version of all computers that run Windows 7.
91+
Use the following query to return the NetBIOS name and operating system version of all computers that run Windows 10.
9292

9393
``` WQL
9494
select SMS_R_System.NetbiosName,
@@ -188,4 +188,4 @@ where SMS_Client_ComanagementState.ComgmtPolicyPresent = 1 AND SMS_Client_Comana
188188

189189
## Next steps
190190

191-
[How to manage queries](manage-queries.md)
191+
[How to manage queries](manage-queries.md)

0 commit comments

Comments
 (0)