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.

Nick530

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Nick530 got a reaction from Anne in Installing Pulsway Via Powershell script   
    Thanks for the input. i was able to find the URL for the specific Organizaion that i want to auto enroll devices under. I was able to write a ps script for this install. Once i was able to write this i added it to a provisioning package for device provisioning. This script could also be used with something like autopilot for intune. 
     
    #Download and Run MSI package for Automated install
    $uri = "Agent download URL "
    #Create Folder path 
    New-Item -ItemType Directory -Path C:\Temp
    Invoke-WebRequest -uri $uri -OutFile C:\Temp\windows_agent_x64.msi
    msiexec /i C:\Temp\windows_agent_x64.msi /quiet /qn /norestart
  2. Like
    Nick530 reacted to eDecisions in Run automation scripts for group?   
    Second, seems backwards, I can run a script for 100 groups, I can run a script on a single client , but no I can’t run a script on an office.
     
    if I have 100 groups I’d need 100 scripts one for each group.
     
    i second adding the scripts as an option under group

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.