We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414e926 commit 04d543bCopy full SHA for 04d543b
reference/6/Microsoft.PowerShell.Management/Stop-Computer.md
@@ -67,7 +67,7 @@ Because *AsJob* creates the job on the local computer and automatically returns
67
68
### Example 4: Shut down a remote computer
69
```
70
-PS C:\> Stop-Computer -CompupterName "Server01" -Impersonation anonymous -Authentication PacketIntegrity
+PS C:\> Stop-Computer -ComputerName "Server01" -Impersonation Anonymous -Authentication PacketIntegrity
71
72
73
This command stops the Server01 remote computer.
0 commit comments