Milestone PowerShell Tools - Non Interactive sessions.

Hi All,

I was wondering if is it possible to run PS scripts in an automated background process, not user interactive.

This would be useful to run schedulated scripts that gather informations from VMS periodically.

Thansk in advance.

Mario.

Hi @Mario de Sortis​,

Yes, you can definitely use MilestonePSTools as a scheduled task, or in an automated script run by tools like PowerShell Universal.

Have you tried to do this and run into issues? One thing to bear in mind is that if you want to use integrated windows authentication to have your script login to Milestone as the current Windows user, you will need to configure the scheduled task to save your Windows user credentials in the task. If the password is not saved for the scheduled task, then Windows authentication will not work.