Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I have added a powershel script to Pulseway and scheduled it.

On the Server the script is running well, but with Pulseway it has a problem to send a mail with the PS command: Send-MailMessage.

+          Send-MailMessage -To $user.EmailAddress -BCC $MailSender -Fr ...
+          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.Mail.SmtpClient:Sm 
   tpClient) [Send-MailMessage], SmtpException
    + FullyQualifiedErrorId : SmtpException,Microsoft.PowerShell.Commands.Send 
   MailMessage

The command is: Send-MailMessage -To $user.EmailAddress  -From $MailSender -SmtpServer $SMTPServer -Subject $Subject -Body $EmailBody

 

What is the reason for the error ??

 

I use this script:

https://4sysops.com/archives/a-password-expiration-reminder-script-in-powershell/

 

  • 2 weeks later...
  • Staff

Hi @Christian Kiesel,

Please verify that you can access SMTP server without providing user credentials?

Please try to use the script from this post.

Note: If the PowerShell Impersonation is not configured, the PowerShell scripts run using the System account. 

 

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.