วันอังคารที่ 29 มิถุนายน พ.ศ. 2564

wServer_OpenSSH


Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Set-Service sshd -StartupType Automatic
Set-Service ssh-agent -StartupType Automatic
Start-Service sshd
Start-Service ssh-agent
get-service bits, wuauserv
$Password = ConvertTo-SecureString "P@ssW0rD!" -AsPlainText -Force 
New-LocalUser "User03" -Password $Password 


ไม่มีความคิดเห็น:

แสดงความคิดเห็น