Low Dependancy Push Notification Service
3 hours ago, UltraSCSI said:Send-MailMessage -From $SMTPUsername -To $emailTo -Subject $MailSubject -Body $MailBody -SmtpServer $SMTPServer -Port $SMTPPort -Credential $credentials -UseSsl
I'd make 3 attempts (try/catch) with 60s cooldown between them.
Then I'd tell it to make 3 more attempts from a secondary email account (preferably one that doesn't use the same mail server).
4 hours ago, UltraSCSI said:You are totally correct here, I guess what I really mean is less front loaded. Less for the client machine to do in hopes to make it easier on our RMM and on the machines they are running on.
Yeah but sending out e-mails is such a low load for the client machines. And pushing a single ps script per client shouldn't be a considerable load for the RMM either...
Unless if you have a huge amount of client machines, in which case it might be a considerable load on your mail server as well.
4 hours ago, UltraSCSI said:Now that I've like fully typed out my situation and thoughts, its becoming obvious that I'm gonna have to write it myself lol
Hey, as long as it gets the job done.
Sure writing your own might make it prone to bugs, but implement someone eases solution and you have a new "tech debt". (that is if you can even find one that fits your use the way you want it)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now