cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MBI
Engaged Sweeper

Hello,

I would like to know if Lansweeper can create automatically recurring tickets for IT maintenance purposes.

Last post I saw about this was dated back from 2018, is this a feature that is available now?

We are using Lansweeper 10.2.2.0

 

Thank you

1 ACCEPTED SOLUTION
GoodLuck123456
Engaged Sweeper III

We just use windows task scheduler to run a powershell script.

Send-MailMessage -To "myhelpdesk@abc.com" -From "myhelpdesk@abc.com" -Subject "subject line" -Body "email text" -SmtpServer "myMailRelay.abc.com" -BodyAsHtml

 

View solution in original post

4 REPLIES 4
GoodLuck123456
Engaged Sweeper III

We just use windows task scheduler to run a powershell script.

Send-MailMessage -To "myhelpdesk@abc.com" -From "myhelpdesk@abc.com" -Subject "subject line" -Body "email text" -SmtpServer "myMailRelay.abc.com" -BodyAsHtml

 

GoodLuck123456
Engaged Sweeper III

I don't think Lansweeper can do this - we use scheduled tasks to email the helpdesk.  It works for us but the dispatching rules can be quite limiting if you want to set several categories when the ticket is generated.

Ah ok thank you for the tip!

Thank you for the reply. Where in Lansweeper can we create scheduled tasks? Thank you