Reputation Activity
-
Cristian Scarafiotti reacted to dbeckwitt in Powershell 7.2Is there a way to force use of Powershell 7.2 when running powershell scripts in Pulseway?
-
In order to import a Pulseway configuration file you need to start PCMonitorManager (Pulseway Manager) from Pulseway's installation directory with the following parameters:
PCMonitorManager.exe /config=C:\Configuration\NoPassword.pcmcfg If the exported configuration file contains the account details then you need to provided the configuration password as well:
PCMonitorManager.exe /config=C:\Configuration\WithPassword.pcmcfg /configpassword=s3cr3tpassw0rd Note: The PCMonitorManager will not provide any console output or custom exit codes based to indicate the success of the operation.
-
Cristian Scarafiotti reacted to peter.marshall in Asset InformationAfternoon
It would be great if we could make Asset Info available when devices are offline.
For example if a remote users PC fails to function and is still under warranty trying to explain to a user where to find the device Make, Model and serial number to log a warranty case is not always easy.
If the asset information was available when the device was off line then it would make this process mach easier as it contains all the information required
Cheers
peter
Example
DAVID-O-MIIX Windows 10 Pro Offline Offline since 11 minutes ago Asset Info System DAVID-0-MIIX Name LENOVO Manufacturer 20M3 Model x64-based PC Type Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz CPU 1 Number of Processors 8 Number of Logical Processors DAVID-O-MIIX DNS Host Name TEST.local Domain Administrator Owner Name LM_Workstation, LM_Server, NT, Potential_Browser Roles OK Status BIOS YD05UDx7 Serial Number 6NCN33WW Name LENOVO Manufacturer 6NCN33WW SMBIOS Version 3 SMBIOS Major Version 0 SMBIOS Minor Version LENOVO - 1 Version Monday, 12 November 2018 1:00 PM Release Date OK Status 6NCN33WW Description Operating System Windows 10 Pro Name 10.0.17763.0 Version Multiprocessor Free Build Type systemadmin Registered User NF6EE-QH89W-F8WST-WWXZ4-WFG6P Product Key 00330-50000-00000-AAOEM Serial Number 0 Service Pack Major Version 0 Service Pack Minor Version \Device\HarddiskVolume3 System Device C:\WINDOWS\system32 System Directory C:\WINDOWS Windows Directory Monday, 11 March 2019 12:40 PM Install Date Monday, 20 May 2019 4:30 PM Local Date and Time Monday, 20 May 2019 8:10 AM Last Boot Up Time test\anton.rider Last Logged On User -
I manage a fair number of PFSense instances. It would be great to have either a PC Monitor PFSense package or agent support for FreeBSD.
http://www.pfsense.org/
-
I have used this feature with other RMM tools and it's the first thing I noticed missing from this one.
-
Cristian Scarafiotti reacted to rprata in RMM / IFTTT Integration?Moderators, if this is not the right forum, please feel free to move it.
I'm looking to see if anyone has integrated IFTTT into your workflow. What I would like to do is, upon receipt of certain alarms from the RMM, trigger an IFTTT recipe. From there what happens really isn't important, but it has to do with notifications to my NOC.
I imagine I could setup a separate email or text alert and have that fire off the IFTTT recipe, but I wanted to see what everyone else is doing, if at all.
Thanks!
-
Cristian Scarafiotti reacted to Thorinn in Qnap SupportHas the pulseway team considered a monitor for Qnap and other network storage devices?
-
Cristian Scarafiotti reacted to digbyp in Speed TestFor me (Powershell 2 - yes I really must update!!!), this had an error. However, the below works (as a single line)
$a=Get-Date; $web = New-Object Net.WebClient; $web.DownloadString("http://client.akamai.com/install/test-objects/10MB.bin") | out-null; $t = "$((10/((Get-Date)-$a).TotalSeconds)*8) Mbps"; $t
-
Cristian Scarafiotti reacted to Chris in Chocolatey Windows Package ManagementHi Quenten,
Thank you for your suggestion. We will consider the possibility to introduce this functionality into the future release.
-
Hi there,
do you consider to improve the powershell feature?
The Problem here is, that you can only start commands, which don't need any answer.
If an answer is required, the command is not beeing executed - regardless you will give the answer within the next command.
It is no real "bi-directional' powershell session like "enter-pssession -computername xxx', which is needed for our daily work. So we have to use vpn instead or rdp - both are not the fastest way to execute commands.
In kaseya vsa we have this feature working as needed.
I think the Pulseway Agent could handle it - when I have a look to remote desktop feature, which is nearly real time.
-
Hi Christian,
I'll do some digging to see what can be done here. I'll let you know when I get to something.
-Paul