Jump to content

Cristian Scarafiotti

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Cristian Scarafiotti reacted to dbeckwitt in Powershell 7.2   
    Is there a way to force use of Powershell 7.2 when running powershell scripts in Pulseway?
  2. Thanks
    Cristian Scarafiotti reacted to Chris in Import Pulseway configuration from command line   
    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.
  3. Like
    Cristian Scarafiotti reacted to peter.marshall in Asset Information   
    Afternoon
    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
  4. Like
    Cristian Scarafiotti reacted to ecleese in PFSense Package / FreeBSD Agent Support   
    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/
     
     
  5. Like
    Cristian Scarafiotti reacted to JosephM in Feature request: Schedule script for one-off tasks   
    I have used this feature with other RMM tools and it's the first thing I noticed missing from this one.
  6. Like
    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!
  7. Upvote
    Cristian Scarafiotti reacted to Thorinn in Qnap Support   
    Has the pulseway team considered a monitor for Qnap and other network storage devices?
  8. Like
    Cristian Scarafiotti reacted to digbyp in Speed Test   
    For 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
  9. Like
    Cristian Scarafiotti reacted to Chris in Chocolatey Windows Package Management   
    Hi Quenten,
    Thank you for your suggestion. We will consider the possibility to introduce this functionality into the future release.
  10. Like
    Cristian Scarafiotti reacted to mario_saternus in We need a real powershell dialogue in pulseway   
    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.
     
  11. Like
    Cristian Scarafiotti reacted to Paul in Antivirus in language of the operating system.   
    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
×
×
  • Create New...