File tree Expand file tree Collapse file tree
support/windows-server/virtualization Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,23 +104,23 @@ Here are the resolutions for each scenario respectively:
1041041 . 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
1171171. 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
You can’t perform that action at this time.
0 commit comments