Posts posted by Paul
-
-
-
Hi Andrea,
Yes, you can use a policy to update the settings en-masse: https://intercom.help/pulseway/en/articles/1856141-how-to-configure-pulseway-group-policies. You can also take a look in the HKLM:\Software\MMSOFT Design\PC Monitor registry key where Pulseway stores it's configuration for the settings that cannot be configured through a policy.
Let me know if I can help you.
-Paul
-
On 8/19/2019 at 8:51 PM, itshero said:
Are there any issues of doing this?
Uninstall KES 10 SP1 M3 / REBOOT
INSTALL KES 10 SP2 MR3
INSTALL WIN 10 1903?
It's highly recommended to install 1903 before you install KES 10 SP2 MR3.
-Paul
-
-
-
-
-
4 hours ago, TimStark said:
The web portal requiring 2FA when it times out is slowly going to make me rage
Also, why does the android application not throw a notification when 2FA is triggered, this should be easy to code in with Yes or No buttons in the status bar.
Thank you for the feedback. We do trigger 2FA notifications if you have enabled Push notifications on your Android device for the Pulseway app. Adding yes / no buttons in the notification is a great idea. We'll consider it for a future release, thanks!
-Paul
-
Hi there,
Check out the CLI arguments of CCleaner here: https://www.ccleaner.com/docs/ccleaner/advanced-usage/command-line-parameters. You should be able to perform a scan using the /AUTO CLI argument.
Let me know how it goes.
-Paul
-
Hi everyone,
We've released the KES 10 SP2 MR3 to everyone however the in-place upgrade function remains disabled as it's known to cause problems. We've reached to a conclusion with Kaspersky Labs that the following process is safer to upgrade KES 10 SP1 MR3:
- Uninstall KES 10 SP1 MR3
- Reboot the computer
- Upgrade the system to 1903 if it's Windows 10 (if the 1903 update was already installed and it automatically uninstalled KES 10 SP1 MR3 then you need to run the KAV removal tool)
- Reboot the computer
- Install Kaspersky (it will automatically deploy KES 10 SP2 MR3)
Please let me know how this goes for you.
-Paul
-
-
-
@Nerd Fuel I've enabled the uptime report for your instance. It will start collecting data now and the report template should also show up.
-Paul
-
Hi there,
You could install PowerCLI on the machine and then use it from Pulseway to create snapshots. All you need to do is create a snapshot before running updates:
I would keep the snapshot until you find updates again and at that point you delete the old snapshot and create a new one.
Get-VM | Get-Snapshot | Remove Snapshot
Make sure you add a filter to the first Get-VM call and maybe add a filter on the Get-Snapshot too by name.
-Paul
-
Hi Jonathan,
I can confirm that 4 calls per minute is the standard for Pulseway agents (Windows agent included). Unfortunately you cannot slow down the ping interval for the agents but you can however remove the agent and write a bash script that uses curl to make Pulseway REST API calls. You'll be able then to specify the refresh interval that you want to use and the server will only mark your instance as offline if you don't ping within the interval you've specified.
-Paul
-
It will have three authentication methods:
- Mobile App (Pulseway) where you will see a push notification or when you open the app you will be prompted to approve the authentication request
- Time-based One Time Passcode (TOTP) will work with Google Authenticator, Authy, 1Password, LastPass, etc
- Backup codes (hopefully you won't ever need them)
You must select one of the first two options (you can have everything enabled too), backup codes will always be enabled if you have 2FA on.
-Paul
-
-
-
The staged release is in place to gradually roll out the update to our customers. Due to the multitude of configurations that can get the Kaspersky product into a unforeseen state we'd rather push the update slowly to get an understanding of the stability of the update. The last thing we want is for everyone to start rolling out the update and to discover that it breaks their systems due to some incompatibility.
By the end of next week you will definitely receive the update unless we get feedback from the early testers that the update is working as expected.
-Paul
-
You should have the update available already. Check out the instructions on this article: https://intercom.help/pulseway/en/articles/3151587-how-to-upgrade-kaspersky-endpoint-security-10-to-the-sp2
Let me know how it goes
.
-Paul
-
-
-
-
Notification Bridge
in Windows Client API
Hi Przemek,
I've updated the plugin to include Ermins's changes which allow you to control whether or not the notification should be repeating (using the -r CLI argument). Check the first post for the latest version.
-Paul