Viewing 2 posts - 1 through 2 (of 2 total)
E drive is local drive not an network mapped.
January 12, 2021 at 1:12 pm
#3831427
Hi,
I am running below code, running fine in PS console and ISE. When i set in SQL agent job it's failing,
#Create folder
$f = New-Item "E:\Archive_backups\$(get-date -f yyyy-MM-dd-hh-mm-ss)" -ItemType Directory -Force
#Copy...
January 12, 2021 at 9:58 am
#3831390