Hi All,I have a requirement to kick off a[b] Powershell script[/b] and pass a [b].txt[/b] file with it.it works fine in [b]Powershell ISE[/b] but I'm not able to run in from [b]SQL Server[/b].[code="xml"]Get-Content D:\Temp\ServerList.txt | D:\Temp\StopDisableWindowsUpdateService.ps1[/code]
↧