File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ PS C:\> Set-RemotePSRemoting -UserName labuser –Verbose
33
33
Use the above command to add permissions on the local machine for labuser to access PowerShell remoting.
34
34
35
35
. EXAMPLE
36
- PS C:\> Set-RemoteWMI -UserName labuser -ComputerName targetserver -Credential admin
36
+ PS C:\> Set-RemotePSRemoting -UserName labuser -ComputerName targetserver -Credential admin
37
37
Use the above command to add permissions on the remote machine for labuser to access PowerShell remoting.
38
38
39
39
. EXAMPLE
40
- PS C:\> Set-RemoteWMI -UserName labuser -ComputerName targetserver -Credential admin -Remove
40
+ PS C:\> Set-RemotePSRemoting -UserName labuser -ComputerName targetserver -Credential admin -Remove
41
41
Remove the permissions added for labuser from the remote machine.
42
42
43
43
You can’t perform that action at this time.
0 commit comments