Remote Management on Server 2012 R2 & Hyper-V (Workgroup)
# Client
Add "<IP> <servername>" on C:\Windows\System32\drivers\etc\hosts
> winrm quickconfig
> winrm set winrm/config/client '@{TrustedHosts="Server_Hostname"}'
# Server
Create same Username and Password on Server and add to Administrators Group
Add "<IP> <servername>" on C:\Windows\System32\drivers\etc\hosts
> winrm quickconfig
> winrm set winrm/config/client '@{TrustedHosts="Server_Hostname"}'
# Server
Create same Username and Password on Server and add to Administrators Group
Comentários
Postar um comentário