"윈도우10 OpenSSH 설치 확인"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
2번째 줄: 2번째 줄:
;윈도우10 OpenSSH 설치 확인
;윈도우10 OpenSSH 설치 확인


<source lang='powershell'>
<syntaxhighlight lang='powershell'>
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'


11번째 줄: 11번째 줄:
Name  : OpenSSH.Server~~~~0.0.1.0
Name  : OpenSSH.Server~~~~0.0.1.0
State : NotPresent
State : NotPresent
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 6월 25일 (금) 22:15 기준 최신판

1 개요[ | ]

윈도우10 OpenSSH 설치 확인
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'


Name  : OpenSSH.Client~~~~0.0.1.0
State : Installed

Name  : OpenSSH.Server~~~~0.0.1.0
State : NotPresent

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}