$badjobTake2 = Get-SPTimerJob -ID "job-service-instance-f2de35ab-bca3-4e53-b51a-98d3b06a6930"
$badjobTake2.Delete() #this worked本文共 178 字,大约阅读时间需要 1 分钟。
$badjobTake2 = Get-SPTimerJob -ID "job-service-instance-f2de35ab-bca3-4e53-b51a-98d3b06a6930"
$badjobTake2.Delete() #this worked转载于:https://www.cnblogs.com/hqbird/p/5713153.html