We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5812b commit 52384c8Copy full SHA for 52384c8
1 file changed
README.md
@@ -6,8 +6,8 @@
6
7
`Get-Help Get-Query` \
8
`Get-Query localhost` по умолчанию \
9
-`Get-Query 192.168.1.1 | ft`
10
-`Get-Query 192.168.1.1 -proc` список всех пользовательских процессов (по умолчанию -user *)
+`Get-Query 192.168.1.1 | ft` \
+`Get-Query 192.168.1.1 -proc` список всех пользовательских процессов (по умолчанию -user *) \
11
`Get-Query 192.168.1.1 -proc -user username`
12
13

0 commit comments