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.

JanSnow

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JanSnow got a reaction from Mark G38 in Update Computer Name with Logged on Username   
    I did create a scope to exempt the machines but I'll keep this script for future reference. Thanks mate!
  2. Like
    JanSnow reacted to Mark G38 in Update Computer Name with Logged on Username   
    Don't run it against those machines. Create a scope in Pulseway and apply the job / script to that scope and don't include those machines.  

    If you don't want to do that, then modify the script and using this.  Change the PCNames to the ones you don't want it to run on, and then yea, it will just exit with a success if it sees those names.  If you are on machines that are all PowerShell 3.0 and above, then you can also use $env:computername -in $Exclusions as well.  -contains is PowerShell 2 compatible.
     
      $Exclusions = @("PCName1", "PCName2", "PCName3")   if ($Exclusions -contains $env:COMPUTERNAME) {     Exit 0 } else {     PLACE REST OF CODE HERE }

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.