Skip to content

Commit 3d054f9

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent dc60e74 commit 3d054f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docset/winserver2012-ps/scheduledtasks/New-ScheduledTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ PS C:\> Register-ScheduledTask 'baz' -InputObject $task
6363
6464
```
6565

66-
This example creates and registers a scheduled task that runs two powershell scripts daily at 09:15 AM.
66+
This example creates and registers a scheduled task that runs two PowerShell scripts daily at 09:15 AM.
6767

6868
## PARAMETERS
6969

docset/winserver2012r2-ps/scheduledtasks/New-ScheduledTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PS C:\> Register-ScheduledTask 'baz' -InputObject $task
6565
6666
```
6767

68-
This example creates and registers a scheduled task that runs two powershell scripts daily at 09:15 AM.
68+
This example creates and registers a scheduled task that runs two PowerShell scripts daily at 09:15 AM.
6969

7070
## PARAMETERS
7171

docset/winserver2016-ps/scheduledtasks/New-ScheduledTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PS C:\> Register-ScheduledTask 'baz' -InputObject $task
6666
6767
```
6868

69-
This example creates and registers a scheduled task that runs two powershell scripts daily at 09:15 AM.
69+
This example creates and registers a scheduled task that runs two PowerShell scripts daily at 09:15 AM.
7070

7171
## PARAMETERS
7272

docset/winserver2019-ps/scheduledtasks/New-ScheduledTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PS C:\> Register-ScheduledTask 'baz' -InputObject $task
6666
6767
```
6868

69-
This example creates and registers a scheduled task that runs two powershell scripts daily at 09:15 AM.
69+
This example creates and registers a scheduled task that runs two PowerShell scripts daily at 09:15 AM.
7070

7171
## PARAMETERS
7272

docset/winserver2022-ps/scheduledtasks/New-ScheduledTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PS C:\> Register-ScheduledTask 'baz' -InputObject $task
6666
6767
```
6868

69-
This example creates and registers a scheduled task that runs two powershell scripts daily at 09:15 AM.
69+
This example creates and registers a scheduled task that runs two PowerShell scripts daily at 09:15 AM.
7070

7171
## PARAMETERS
7272

0 commit comments

Comments
 (0)