PowerShell Install-Module
Required Windows Management Framework 5.0
Install Posh-SSH
Open PowerShell
Install-Module Posh-SSH New-SSHSession -ComputerName "thomasmaurer.azure.cloudapp.net" -Credential (Get-Credential) Invoke-SSHCommand -Index 0 -Command "uname"
반응형
'os > Window' 카테고리의 다른 글
Scoop - Command-line Install Manager (0) | 2018.09.13 |
---|---|
Windows10 화면 배율 조정 (0) | 2017.02.15 |
Choco GUI Tool (0) | 2016.12.09 |
Windows Chocholatey 패키지 관리 (0) | 2016.11.15 |
Windows Symblic Link 만들기 (0) | 2016.02.25 |