Ecco un veloce esempio di creazione di un task schedulato per eseguire uno script .ps1 in powershell di exchange, non è così semplice come si possa pensare…
I parametri da passare sono:
Program or script: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Arguments: -NonInteractive -WindowStyle Hidden -command “. ‘C:\Program Files\Microsoft\Exchange Server\V15\bin\RemoteExchange.ps1’; Connect-ExchangeServer -auto; c:\ScriptsExchange\script_name.ps1”
Se avete un metodo più semplice postatelo nei commenti, grazie!!
This is german, but it’s easily translatable:
https://blog.orbit.de/2017/09/12/powershell-skripte-mit-unc-pfaden-in-der-aufgabenplanung/
Here you will see *four* different ways to schedule a task with local paths without parameters, with parameters and the same with UNC paths. Might be helpful!
Thanks for the info Tobias! 🙂