We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a91a4 commit a9f0fd7Copy full SHA for a9f0fd7
Show_Scheduled_Tasks_created_for_the_previous_period.ps1 Get_Scheduled_Tasks_created_for_the_previous_period.ps1
@@ -1,3 +1,5 @@
1
+#Requires -RunAsAdministrator
2
+
3
# Create table with scheduled tasks info that were created a week before the current day
4
Get-ScheduledTask | Where-Object -FilterScript {$null -ne $_.Date} | ForEach-Object -Process {
5
$Task = $_
0 commit comments