↧
Schedule PowerShell scripts
You can start PowerShell scripts via taskplaner using a batch file startscript.bat -> Powershell.exe -command “.’C:\Scripts\script.ps1′” script.ps1 -> $localhost = $env:COMPUTERNAME #load...
View ArticleTask scheduling a batch command
Hi, if you ever would start a batch command by Windows task scheduler you might wonder, why the command isn’t executed if noone is logged in. I run in this issue while migrating a file server. I wanted...
View Article