Skip to content

Commit a9f0fd7

Browse files
authoredOct 27, 2022
Update and rename Show_Scheduled_Tasks_created_for_the_previous_period.ps1 to Get_Scheduled_Tasks_created_for_the_previous_period.ps1
1 parent a0a91a4 commit a9f0fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Show_Scheduled_Tasks_created_for_the_previous_period.ps1 ‎Get_Scheduled_Tasks_created_for_the_previous_period.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#Requires -RunAsAdministrator
2+
13
# Create table with scheduled tasks info that were created a week before the current day
24
Get-ScheduledTask | Where-Object -FilterScript {$null -ne $_.Date} | ForEach-Object -Process {
35
$Task = $_

0 commit comments

Comments
 (0)