Skip to content

Commit 04d543b

Browse files
stlthSean Wheeler
authored and
Sean Wheeler
committed
Update Stop-Computer.md (#2153)
Fix typo of "-CompupterName" in Example 4.
1 parent 414e926 commit 04d543b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/6/Microsoft.PowerShell.Management/Stop-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Because *AsJob* creates the job on the local computer and automatically returns
6767

6868
### Example 4: Shut down a remote computer
6969
```
70-
PS C:\> Stop-Computer -CompupterName "Server01" -Impersonation anonymous -Authentication PacketIntegrity
70+
PS C:\> Stop-Computer -ComputerName "Server01" -Impersonation Anonymous -Authentication PacketIntegrity
7171
```
7272

7373
This command stops the Server01 remote computer.

0 commit comments

Comments
 (0)