Skip to content

Commit 38635de

Browse files
authored
update
1 parent 8eb8ef6 commit 38635de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/windows-server/system-management-components/troubleshoot-scheduled-tasks-not-running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Normally, the task should be in **Ready** status for it to be manually or automa
4646
If there're any errors while completing the task or if the task completes successfully but doesn't show an expected output, use the following methods to further narrow down the issue:
4747

4848
- Change your action to a simplified script to determine if the issue is with the script or application.
49-
- [Enable transcripts](/powershell/module/microsoft.powershell.core/about/about_group_policy_settings?view=powershell-7.4#turn-on-powershell-transcription) to check for errors while running the PowerShell script. For batch script or others, add more output commands to trace the failure for a specific command.
49+
- [Enable transcripts](/powershell/module/microsoft.powershell.core/about/about_group_policy_settings#turn-on-powershell-transcription) to check for errors while running the PowerShell script. For batch script or others, add more output commands to trace the failure for a specific command.
5050
- Change the **Security options** to **Run only when user is logged on** to determine if the issue is with security context.
5151

5252
## Logs to be collected

0 commit comments

Comments
 (0)