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.

Peyton Young

Members
  • Joined

  • Last visited

  1. Hi Everyone! We are looking to deploy a script to all of our laptops/desktops that will add a Trusted Location to both Excel and Access. It does this by changing Registry values on the users profile. Unfortunately, we are running into an issue though. When I test the script using PowerShell ISE, everything works perfectly. When I try deploying the script via Pulseway RMM Tasks, it will say the script deployment was "successful" but when I remote into the end user's computer, the Registry Editor won't show any changes being made to the Trusted Locations for either program. After searching through the forums, I found someone who ran into a similar issue. The answer to that question was exactly what I found on the end user's where the registry values had been changed for the .DEFAULT user. This leads us to my question: What is a workaround to this issue? Is there a change to the script that can be made or is this simply a limitation of Pulseway? SCRIPT: $trustedPath = "C:\Users\Public\Pictures\Security-Photos" $excelPath = "HKCU:\Software\Microsoft\Office\16.0\Excel\Security\Trusted Locations" New-Item -Path $excelPath -Name "Location1" -Force | Out-Null Set-ItemProperty -Path "$excelPath\Location1" -Name "Path" -Value $trustedPath Set-ItemProperty -Path "$excelPath\Location1" -Name "AllowSubfolders" -Value 1 $accessPath = "HKCU:\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations" New-Item -Path $accessPath -Name "Location1" -Force | Out-Null Set-ItemProperty -Path "$accessPath\Location1" -Name "Path" -Value $trustedPath Set-ItemProperty -Path "$accessPath\Location1" -Name "AllowSubfolders" -Value 1
  2. Tim, You are absolutely correct. If I wanted to deploy a similar PowerShell script as a different user (rather than the Local system), is that possible? Or is the only option to manually remote into each desktop and use PowerShell ISE?

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.