-
Notifications
You must be signed in to change notification settings - Fork 37
/
README.hyperv
26 lines (14 loc) · 946 Bytes
/
README.hyperv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
In order to make virt-who connection to Hyper-V work, some steps needs to be done first.
1. Windows Remote Management must be enabled and HTTP or HTTPS listener must be running.
Following command can be used on Hyper-V server:
winrm quickconfig
2. Firewall must allow Remote Administration
Following command can be used on Hyper-V server:
netsh advfirewall firewall set rule group="Remote Administration" new enable=yes
3. Only Basic and NTLM authentication methods are supported
Verify that at least one of methods Basic or Negotiate is enabled (True)
winrm get winrm/config/service/auth
4. Use "Administrator" account. If for security concerns "Administrator" account
cannot be used to authenticate to Hyper-V, then it is necessary to create
an additional user and assign the user to the following groups
(Windows 2012 Server): "Hyper-V Administrators" and "Remote Management Users".