-
Posts
11 -
Joined
-
Last visited
Contact Methods
-
Website URL
http://www.alliedvoa.com
-
Skype
alliedvoa
Profile Information
-
Location
Texas
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I've been successful in placing Windows Server 2012r2, Windows 10 Pro and Windows 7 Pro machines in maintenance mode.
-
Upgraded to the new version today. Just so happened was on-boarding a new customer. With the new group policy and token based authentication, the remote installation of an agent is very simple and much easier. Just a simple: msiexec /i <link_to_msi_installer> /qn Thanks Pulseway!
-
alliedvoa reacted to a post in a topic: Migrating from another RMM
-
alliedvoa reacted to a post in a topic: Create a local admin account
-
simple reacted to a post in a topic: Script to create a desktop icon to open Pulseway support request
-
The best way to perform this is through Group Policy, but the following commands will perform the same: Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableRealtimeMonitoring /t REG_DWORD /d 1 /f Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DDisableOnAccessProtection /t REG_DWORD /d 1 /f Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableScanOnRealtimeEnable /t REG_DWORD /d 1 /f
-
The attached PowerShell file will accomplish what you are looking for. This creates the shortcut in the Public\Desktop folder so it appears on the desktop of all users/profiles. Pulseway_Desktop_Icon.ps1
-
+1
-
+1
-
+1
-
alliedvoa reacted to a post in a topic: Support for TLS 1.2 on Agent for PCI 3.2 Compliance
-
alliedvoa reacted to a post in a topic: Add performance counters when using the Dashboard
-
alliedvoa reacted to a post in a topic: Add performance counters when using the Dashboard
-
alliedvoa reacted to a post in a topic: Remote Control from Mobile
-
alliedvoa reacted to a post in a topic: Support for Netflow / sflow
-
alliedvoa reacted to a post in a topic: Custom graphs
-
alliedvoa reacted to a post in a topic: Pulseway - 'Send Event Details by Email'
-
It would be beneficial to add either the percentage of uptime or downtime to the Executive Report.
-
alliedvoa changed their profile photo
-
When you are using the unattended installation method without a configuration file, is there a way to lock it so the end-user cannot change the settings? Also, when using the /i switch you can place the download path to pulseway's servers for download: msiexec /i https://www.pulseway.com/download/Pulseway_x64.msi /qn ALLUSERS=1 username=UUU password=PPP group=GGG server=SSS /L*v PulsewayInstall.log