rdpsign,query,pw*,pushd: add Korean translation (#14443)

This commit is contained in:
Chooooo
2024-10-29 22:37:47 +09:00
committed by GitHub
parent 290ece6544
commit 3cc009c670
5 changed files with 86 additions and 0 deletions

28
pages.ko/windows/query.md Normal file
View File

@@ -0,0 +1,28 @@
# query
> 프로세스, 세션 및 원격 데스크톱 세션 호스트 서버에 대한 정보를 표시합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/query>.
- 모든 사용자 세션 표시:
`query session`
- 원격 컴퓨터의 현재 사용자 세션 표시:
`query session /server:{{호스트명}}`
- 로그인한 사용자 표시:
`query user`
- 원격 컴퓨터의 모든 사용자 세션 표시:
`query session /server:{{호스트명}}`
- 모든 실행 중인 프로세스 표시:
`query process`
- 세션 또는 사용자 이름별 실행 중인 프로세스 표시:
`query process {{세션명|사용자명}}`