我尝试使用自定义设置添加New-ScheduledTaskSettingsSet.根据Technet,有可能选择MultipleInstances并包括StopExisting价值.
MultipleInstances
StopExisting
但实际的powershell允许我只选择Parallel,Queue或IgnoreNew.
Parallel
Queue
IgnoreNew
为什么我不能使用StopExisting?
powershell scheduled-tasks powershell-5.0
powershell ×1
powershell-5.0 ×1
scheduled-tasks ×1