Maybe it's not fully clear to me..but nothing happens when executing Start-Commander and having config.ps1 created
Do I need to put all the commands like below in the config.ps1?
New-CommanderSchedule -CronExpression "* * * * *" -Action {
Start-Process Notepad
}
Or do I just need to execute them in my powershell session and will they be added hereafter to my config.ps1?
Maybe it's not fully clear to me..but nothing happens when executing Start-Commander and having config.ps1 created
Do I need to put all the commands like below in the config.ps1?
New-CommanderSchedule -CronExpression "* * * * *" -Action {
Start-Process Notepad
}
Or do I just need to execute them in my powershell session and will they be added hereafter to my config.ps1?