Run Powershell scheduled task without pop up
I found this solution a while back by calling the PowerShell Script via a .VBS script. Not ideal but, it negates the window flash: command = "powershell.exe -nologo -command C:\Scripts\YourScript.ps1"…
Technology, Politics, Businness, Entertainment
I found this solution a while back by calling the PowerShell Script via a .VBS script. Not ideal but, it negates the window flash: command = "powershell.exe -nologo -command C:\Scripts\YourScript.ps1"…