Microsoft Hyper-V remote monitoring configuration variables
The following table provides Microsoft Hyper-V remote variable settings.
Directory path and variable | Description | Example |
|---|---|---|
HRM/Hosts/<HYPER-V>/authenticationType | Specifies the authentication type.
| "/HRM/Hosts/myhyperv.server.com/authenticationType" = { REPLACE = "0" }, |
HRM/Hosts/<HYPER-V>/connectionProtocol | Specifies the protocol to be used for connection.
| "/HRM/Hosts/myhyperv.server.com/connectionProtocol" = { REPLACE = "0" } |
HRM/Hosts/<HYPER-V>/hostname | Specifies the host name. | "/HRM/Hosts/myhyperv.server.com/hostname = { REPLACE = "myhyperv.server.com" } |
HRM/Hosts/<HYPER-V>/isCluster | Determines whether configured server is cluster or standalone host.
| "/HRM/Hosts/myhyperv.server.com/isCluster" = {REPLACE = "0" }, |
HRM/Hosts/<HYPER-V>/port | Specifies the WinRM connection port number | "/HRM/Hosts/myhyperv.server.com/port" = { REPLACE = "5985" } |
HRM/Hosts/<HYPER-V>/userAccount | Specifies the user account required for the connection. For example, Administrator or domain/user | "/HRM/Hosts/myhyperv.server.com/userAccount" = { REPLACE = "patrolUser" } |
SecureStore/HYPER-V/<HYPER-V>/connectPassword | Specifies the password used for connection. | "/SecureStore/HYPER-V/myhyperv.server.com/connectPassword" = { REPLACE = "HYPER-V;HYPERV_HOST;HYPERV_CLUSTER/mypassword" } |
HRM/Hosts/<HYPER-V>/vmNameFilter | FILTER_TYPE: Specifies the type of filter criteria used for filtering (Include or Exclude)
FILTER_REGEX: A valid regular expression for filtering criteria. For example: ^VM | "/HRM/Hosts/myhyperv.server.com/vmNameFilter" = { REPLACE = "1^myvm" } |