File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
winserver2012r2-ps/pcsvdevice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ PS C:\> Get-PCSVDevice -TargetAddress 10.0.0.30 -ManagementProtocol WSMan -Port
100
100
This example connects with a WS-Management using HTTP.
101
101
Since the traffic is unencrypted, additional configuration on the management client is required.
102
102
103
- The first two commands create the configuration that the WS-Management client on Windows requires to enable unecrypted WSMAN traffic.
103
+ The first two commands create the configuration that the WS-Management client on Windows requires to enable unencrypted WSMAN traffic.
104
104
This is a one-time only configuration.
105
105
106
106
The third command uses the ** Get-Credential** cmdlet to create a credential, and then stores it in the ** $Credential** variable.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ PS C:\> Get-PCSVDevice -TargetAddress 10.0.0.30 -ManagementProtocol WSMan -Port
91
91
This example connects with a WS-Management using HTTP.
92
92
Since the traffic is unencrypted, additional configuration on the management client is required.
93
93
94
- The first two commands create the configuration that the WS-Management client on Windows requires to enable unecrypted WSMAN traffic.
94
+ The first two commands create the configuration that the WS-Management client on Windows requires to enable unencrypted WSMAN traffic.
95
95
This is a one-time only configuration.
96
96
97
97
The third command uses the ** Get-Credential** cmdlet to create a credential, and then stores it in the ** $Credential** variable.
You can’t perform that action at this time.
0 commit comments