Jump to content

Chris

Staff
  • Posts

    1347
  • Joined

  • Last visited

Posts posted by Chris

  1. Hi Gary,

    We think that the Rounding should happen only on the Billing Review and not on the Timesheet itself. In the Timesheets, Employees can put any time and it should not round, it will round during the Billing Review before it goes to Invoicing.

  2. Hi Gigi,

    Thank you for contacting us. In order to get the GUI interface, you will need to access the console session 1. In order to do it, you will need to use the psexec .

    And then you will be able to start the applications in users session from the Pulseway WebApp. (you will need to add the psexec to the path on your system or you will need to provide the path for the executable file)

    psexec /accepteula -i 1 -d "C:\WINDOWS\system32\notepad.exe"

    However we will consider the possibility to add this functionality to Pulseway natively.

  3. Hi,

    Thank you for your suggestion. Actually you can do this via the Task because you can add multiple scripts to one task, therefore you can perform all this in one go.

    image.thumb.png.c19c737175bdb884aaf27a7860eff0a0.png

    Please read more about the Pulseway Automation from here.

    Also, we are planning to add the 3rd party patch management module which will be used to update applications like Java/Adobe etc.

  4. Hi,

    Initially we are planning to integrate Pulseway with google 2FA, however I have added 'Duo Security' into the list of the feature requests, therefore our developers will consider the possibility to introduce this option into the future release.

  5. Hi,

    Is it possible that you haven't disabled Windows Automatic Updates? If yes, then when Windows will check for available updates for the windows, then it will install all available updates ignoring the Pulseway policy. In order to avoid this, you will need to disable Windows Automatic Updates on your system.

    I believe that this is the correct registry key to disable Automatic Updates for Windows.

    According to Microsoft you can use one of the following options. Please choose one.

    These are PowerShell command which will create the registry keys:

    Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "NoAutoUpdate" -Value 1 -Type DWord

    Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "AUOptions" -Value 1 -Type DWord

    For more details please check the following link.

  6. Hi McHenry,

    Please check the following Knowledge Base article: https://intercom.help/pulseway/features/deployment/network-discovery-and-automatic-deployment

    Note:

    1. that the Probe will discover all the systems in the same subnet. If the missing systems are on the different subnet, then you will not see them, because we are scanning for all the systems which are on the same subnet.

    2 if the ICMP packets are blocked on the firewall, then we will not see these systems.

    3. If the Pulseway agent was installed on the remote system once, then we will not discover that system for the second time unless you will delete the following registry key from the system which is marked as a probe.

    HKEY_LOCAL_MACHINE\SOFTWARE\MMSOFT Design\PC Monitor\Discovery\Systems

  7. Hi Jim,

    If you want to interact with the user's session, then you will need to use the PSexec to access it.

    An exam:

    psexec \\computer-name -u username -p password /accepteula -i 1 -d "C:\Program Files\Sublime Text 3\sublime_text.exe"

     

×
×
  • Create New...