add empy line to fix older Winodws executions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
## When deleting temp files en masse, only delete files/folders older than the number of days specified here
|
||||
|
||||
## When deleting temp files en masse, only delete files/folders older than the number of days specified here
|
||||
$OlderThan = 7
|
||||
$TimeDelta = New-TimeSpan -Days $OlderThan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user