Reputation Activity
-
Paul reacted to Kelsier in Deploy on ConnectIt would be extremely useful if you had an option to run a script/task the next time a computer connects if it is currently offline. I'm at 25 mobile users right now and it is difficult to make sure a script is fully deployed. I'm considering rolling out to 100+ users and cant imagine how I would ensure that they all get a script.
-
Paul reacted to Gary Haberl in PSA Ship DateThe PSA ship date (CRM ... Sales Order) has 8 days per week in the calendar.
Never mind....Thats the weeks in the year. OOPS
Gary
-
Paul got a reaction from alliedvoa in Support for TLS 1.2 on Agent for PCI 3.2 ComplianceHi there,
Pulseway runs on .NET Framework 4.0 which only supports SSL 3.0 and TLS 1.0. We've disabled SSL 3.0 as it's insecure so there is only TLS 1.0 available now. There is a registry hack that enables Pulseway to use TLS 1.1 and TLS 1.2 on systems where there's .NET Framework 4.5 (or higher) installed and can be enabled by running the "Enable TLS 1.2 in .NET Framework 4.0" built-in automation script and restarting the Pulseway service.
We are planning on setting up a .NET Framework 4.5 release channel and automatically switch agents to that update channel if we can detect .NET Framework 4.5 (or higher) thus adding support for TLS 1.1 and TLS 1.2 out of the box. This change is scheduled to happen by the end of this year.
-Paul
-
Paul got a reaction from alliedvoa in Add performance counters when using the DashboardHi Clive,
We estimate that this will go out on Q1 2018.
-Paul
-
Paul got a reaction from jhjacobs in Eset Remote Administrator Connection DifficultiesHi Jaapyse,
We didn't raise the anchor and set sail in a completely different direction completely losing all hope in supporting ESET Remote Administrator 6 or the upcoming 7. It's just that the popularity of other features like Patch Management (OS / 3rd party), better remote desktop (possibly mobile or webapp support) and more features for the existing integrations are much more requested than the ESET Remote Administrator during our last 2 surveys. We do want to integrate with as many security products as we can as the endpoint security is a very important aspect for everyday monitoring and we are taking this integration very seriously.
-Paul
-
Paul reacted to Martin_T in Deleting Tickets From RMMWe got an update this morning and it appears to have sorted it. Thanks guys!
16/03/2018 08:23Source Module: System
Subject: System Upgrade.
System Upgraded to 4.0.10 -
Paul got a reaction from leendertvdk in message counter not workingWe've pushed the update to all our servers resolving this issue. Thanks again for your report.
-Paul
-
Paul got a reaction from leendertvdk in message counter not workingHey @leendertvdk,
Thank you for your report. This is indeed a bug which I have now corrected and it will be included in the next release. I'll let you know when this is released.
-Paul
-
Paul reacted to John Taylor in PSA: Duplicate email notificationsThanks Paul. That is exactly what it was. I turned off the one in the parser as it seems more useful to have all notifications located in one place (workflows).
-
Paul got a reaction from Kasper in Can't log into the webapp?Hi Kasper,
Can you try with a different browser and see if that works? Also closing and opening the browser should work as well.
-Paul
-
Paul got a reaction from BartB in Unattended installation with Remote Desktop moduleHere you go:
Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor" -Name "EnableRemoteDesktop" -Value "1" -Paul
-
Paul got a reaction from BartB in setup notifications remotelyHi,
Yes, you can remotely edit the configuration of windows agents through the Pulseway Dashboard (right click on an online Windows system and click theEdit Configuration from the context menu) or from any other Pulseway agent through the Pulseway Manager app (In the Account tab click on the Manage Systems button, select an online Windows system and click the Edit Settings button).
Alternatively you can provision an entire group of systems through the means of Pulseway Group Policies (configured from any Windows agent through the Pulseway Manager app in the Manage Systems -> Manage Group Policies).
-Paul
-
Paul reacted to Chris in Antivirus Bulk ChangesThank you for your suggestion. We will consider the possibility to introduce this option into the future release.
-
Paul reacted to Patrick in Disable Services monitoring for specific ServicesWhen u use the built-in script "Add Automatically Started Services in Pulseway" some services wil be monitored that are triggert and not always on.
This wil result in unwanted notifications.
The first variable has the servicenames you want to disable.
$services = @('gupdate', 'ShellHWDetection', 'sppsvc', 'RemoteRegistry', 'MapsBroker', 'tiledatamodelsvc', 'WbioSrvc', 'WinDefend', 'CDPSvc') $servicesRegex = [string]::Join('|', $services) # create the regex $regservices = Get-ItemProperty "HKLM:\Software\MMSOFT Design\PC Monitor\Services" $regservicesSplit = $regservices -split ";" foreach ($regservice in $regservicesSplit) { If ($regservice -match $servicesRegex ) { $servicesSplit = $regservice -split "=" $servicesTrim = $servicesSplit[0] $servicesTrim = $servicesTrim.Trim() Remove-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\Services" -Name $servicesTrim Write-Host $regservice " Verwijderd" } } Hope it helps.
-
Paul reacted to Aspect in Need scripts?Hi. Admin, please remove if not allowed.
I have a website where you can request scripts and help others by sharing scripts for everyday IT.
http://FixItScripts.xyz
I'm going to add a Pulseway section to it later..
Is total free.. Please check it out.
-
Hi,
At first please have a look into the Windows event log, to find out why the Pulseway service fails to start (look for the entry from Service ControlManager), if the error is that service did not respond to start or control request in timely manner, then the first thing that you can try is to configure the Pulseway service start as Automatic(Delayed Start) and/or recovery options. But If that doesn't help, then you can try to increase the startup timeout by running built in script 'Increase Windows Service Timeout at Startup' (You can adjust the timeout interval. In this script it is set to 60000ms [60 seconds]). Our customers get the best results if the timeout interval is set to 90000 (90 seconds).
-
Paul reacted to Marius in Possible Bug - Annual RenewalsHi Martin,
An update on this: It's not a bug, this is how the yearly works. If you want to bill starting the Contract Start Date and not the Financial Fiscal Years, you will have to use Billing Period = Contract Length.
Hope this helps!
Marius
-
Paul got a reaction from Martin_T in IT Glue Integration?@Martin_T I have the confirmation that IT Glue will be integrating with the Pulseway PSA soon.
-Paul
-
Paul got a reaction from Martin_T in IT Glue Integration?@Martin_T, let me see what I can dig up. I'll come back on this soon.
-Paul
-
Paul reacted to Martin_T in IT Glue Integration?This integration is boss, we love it! Is there any chance of the PSA being integrated as well?
-
Paul got a reaction from Martin_T in IT Glue Integration?Hi guys,
The IT Glue integration is now released and it's already available for everyone. See blog post: https://www.itglue.com/blog/it-glue-announces-integration-with-pulseway-rmm
-Paul
-
Paul got a reaction from Martin_T in IT Glue Integration?I'm pleased to let you know that this is something in the works. I can't release more information until it's properly announced.
-Paul
-
Paul reacted to JohnnyJoker in Move Database - Required Connection StringThanks for the confirmation Paul!
I've snapshotted the server (just in case), applied IISCrypto Best-Practices and restarted.
The (previously) only database on the server and the corresponding application still work and the Pulseway database server switch went without a hitch.
Thanks everyone!
-
Paul reacted to DigitalDentist in See a list of programs across all devicesI actually just came across this report this evening. So one other question:
Would it be possible to uninstall applications from this report? Currently it just shows which system the software is installed on. If I could long press on the machine the software is installed on and either go to the machine or uninstall would be awesome. Currently you have to back out of the report go to the machine and uninstall. Is this feasible?
-
Paul reacted to Elliott in Starting to write a new pluginHi Paul,
That would explain it, thanks for clarifying the situation and glad it's not me being unable to follow instructions!
Thanks