Archivi categoria: Powershell

Call a Web page in Scheduled task

There are many way to call a web page inside Skeduled Task Create a .bat file with this commands start http://www.example.com Simple but It will open the browser with the page and it’s not good in a server. Create a … Continua a leggere

Pubblicato in Powershell | Contrassegnato , , , | Lascia un commento

Using the Exchange Management Shell from Windows PowerShell

In my application I’ve to run some command to create a mailbox, so I found the commands to execute in Exchange Management Shell. I’ve realyzed a class that permit to instantiate the PowerShell and I try to execute the script. … Continua a leggere

Pubblicato in c#, Powershell | 2 commenti