Skip to content

Commit efefbaa

Browse files
committed
Update hyper-v-cluster-connectivity-management-configuration.md
1 parent 9afcfd1 commit efefbaa

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

support/windows-server/virtualization/hyper-v-cluster-connectivity-management-configuration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,23 @@ Here are the resolutions for each scenario respectively:
104104
1. Update Group Policy and WinRM settings:
105105
1. Enable PowerShell remoting by using the following cmdlet:
106106

107-
```powershell
108-
Enable-PSRemoting
109-
```
107+
```powershell
108+
Enable-PSRemoting
109+
```
110110
111111
1. Configure CredSSP for authentication by using the following cmdlet:
112112
113-
```powershell
114-
Enable-WSManCredSSP -Role serverEnable-WSManCredSSP -Role client -DelegateComputer "<Hyper-V host>"
115-
```
113+
```powershell
114+
Enable-WSManCredSSP -Role serverEnable-WSManCredSSP -Role client -DelegateComputer "<Hyper-V host>"
115+
```
116116
117117
1. Adjust trusted hosts and firewall rules:
118118
119119
1. Set trusted hosts for WinRM by using the following cmdlet:
120120
121-
```powershell
122-
Set-Item wsman:localhost\client\trustedhosts <Hyper-V host IP>
123-
```
121+
```powershell
122+
Set-Item wsman:localhost\client\trustedhosts <Hyper-V host IP>
123+
```
124124
125125
1. Enable relevant firewall rules:
126126

0 commit comments

Comments
 (0)