Fork me on GitHub

[Powershell]导出指定的定时计划任务

```powershell $CurrentDate = Get-Date $LogFile = "D:\backup\Tasks\ExportScheduledTasks_$($CurrentDate.ToString("yyyyMMddHHmmss")).log" Start-Transcript -Path $LogFile $BackupPath = "D:\backup\Tasks" $
posted @ 2019-09-07 16:50  VAllen  阅读(492)  评论(0编辑  收藏  举报