Powershell script not ending task in Task Scheduler

前端 未结 0 1212
[愿得一人]
[愿得一人] 2020-12-18 17:29

I have the following script in powershell

Push-Location; Import-Module SQLPS -DisableNameChecking; Pop-Location
$SQLServer = "localhost"
$today = (g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题