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.

beli3ver

Members
  • Joined

  • Last visited

  1.    Jason Beaver reacted to a post in a topic: Linux Remote Support
  2. Hello, I try with this script to remove the agent from a former client: try { $result = Get-WmiObject win32_product -filter "Name LIKE 'Pulseway'" | Select-Object IdentifyingNumber; [string]$a = $result.identifyingNumber; msiexec.exe /X $a /qn Remove-Item -Path "HKLM:\SOFTWARE\MMSOFT Design" -Recurse if (Test-Path -Path "C:\Program Files\Pulseway") { remove-item -path "C:\Program Files\Pulseway" -Force -Recurse -ErrorAction SilentlyContinue } Write-Host "$a Uninstallation completed successfully" } catch { Write-Host "Uninstallation failed" Break } But it is still installed. So what can I to totally remove it? {12CF5BF5-CA28-4904-A981-B3615F660468} Uninstallation completed successfully PS C:\WINDOWS\system32> Get-WmiObject win32_product -filter "Name LIKE 'Pulseway'" IdentifyingNumber : {12CF5BF5-CA28-4904-A981-B3615F660468} Name : Pulseway Vendor : MMSOFT Design Version : 8.9.1 Caption : Pulseway
  3. Hello, in many places on the web application, the German translation is really miserable. Would it be possible to correct this, do you need help from a native speaker, like me?
  4. Hello, we have created a workflow, it is active and has a maximum execution time of one hour. This workflow, should be executed every time a user logs in to the system. For this purpose, a simple script is executed, which adds the respective username to the computer name. However, we notice that this does not work. The usernames are not updated, and I have to run the script manually as a task. Am I using the wrong trigger here?
  5.    Mark G38 reacted to a post in a topic: Scripts for MacOS
  6. Hello, it would be wonderful to use the remote desktop system under Linux. So I can access with a Linux machine different clients.
  7. There it is, 5 years later
  8. Good morning, we use Pulseway for our customers, they are then billed by us per server and per client. Is there an easy way to see which customer has how many servers and how many clients?
  9. Thanks, helped me a lot.
  10. Thanks for the hint. That explains, why some users get Windows 11 installed.
  11. Hello, is it 5 years later, still not possible to run scripts on a macOS?
  12. Hello, Good morning, I have a Powershell script which should install a certain software at our customer. During the installation a key is needed. I would like to enter this key every time I run the script, is this possible? Background is that we have different keys for each customer, so I do not have to create 10 versions of the script with different keys.
  13. Hello, I tried to remove the agent, with this: Get-WmiObject win32_product -filter "Name LIKE 'Pulseway'" | Select-Object IdentifyingNumber; But it is empty. Try to reinstall the agent, but I get the error "Service already exist." In add/remove software is Pulseway agent, how can I remove it?

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.