Skip to content

Commit

Permalink
Fix typo in Unregister-ScheduledJob (#1932)
Browse files Browse the repository at this point in the history
* Update Unregister-ScheduledJob.md

* Update Unregister-ScheduledJob.md

* Update Unregister-ScheduledJob.md

* Update Unregister-ScheduledJob.md
  • Loading branch information
wemyss authored and Sean Wheeler committed Dec 7, 2017
1 parent 010d9e5 commit 89de813
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference/3.0/PSScheduledJob/Unregister-ScheduledJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This command deletes the TestJob scheduled job on the local computer.
PS C:\> Get-ScheduledJob | Unregister-ScheduledJob -Force
PS C:\> Unregistered-ScheduledJob -Name * -Force
PS C:\> Unregister-ScheduledJob -Name * -Force
```

This examples shows two different commands that delete all scheduled jobs on the local computer.
Expand Down
2 changes: 1 addition & 1 deletion reference/4.0/PSScheduledJob/Unregister-ScheduledJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This command deletes the TestJob scheduled job on the local computer.
PS C:\> Get-ScheduledJob | Unregister-ScheduledJob -Force
PS C:\> Unregistered-ScheduledJob -Name * -Force
PS C:\> Unregister-ScheduledJob -Name * -Force
```

This examples shows two different commands that delete all scheduled jobs on the local computer.
Expand Down
2 changes: 1 addition & 1 deletion reference/5.0/PSScheduledJob/Unregister-ScheduledJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This command deletes the TestJob scheduled job on the local computer.
### Example 2: Delete all scheduled jobs
```
PS C:\> Get-ScheduledJob | Unregister-ScheduledJob -Force
PS C:\> Unregistered-ScheduledJob -Name "*" -Force
PS C:\> Unregister-ScheduledJob -Name "*" -Force
```

This example shows two different commands that delete all scheduled jobs on the local computer.
Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/PSScheduledJob/Unregister-ScheduledJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This command deletes the TestJob scheduled job on the local computer.
### Example 2: Delete all scheduled jobs
```
PS C:\> Get-ScheduledJob | Unregister-ScheduledJob -Force
PS C:\> Unregistered-ScheduledJob -Name "*" -Force
PS C:\> Unregister-ScheduledJob -Name "*" -Force
```

This example shows two different commands that delete all scheduled jobs on the local computer.
Expand Down

0 comments on commit 89de813

Please sign in to comment.