Jump to content

RichardB

Members
  • Posts

    5
  • Joined

  • Last visited

  1. No and no. Maybe I just need to go around the machines and import a config file. Or... is it possible to remotely reinstall AND include a config file for the install?
  2. No luck with the script either. Set-ItemProperty : Cannot find path 'HKLM:\Software\MMSOFT Design\PC Monitor\NetworkInterfaces' because it does not exist. At C:\Program Files\Pulseway\automation_4c656d00_e249_4120_a5e6_8bb3b107aa8d.ps1:2 char:1 + Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\Netwo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (HKLM:\Software\...tworkInterfaces:String) [Set-ItemProperty], ItemNotFo undException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand Set-ItemProperty : Cannot find path 'HKLM:\Software\MMSOFT Design\PC Monitor\NetworkInterfaces' because it does not exist. At C:\Program Files\Pulseway\automation_4c656d00_e249_4120_a5e6_8bb3b107aa8d.ps1:5 char:5 + Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\N ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (HKLM:\Software\...tworkInterfaces:String) [Set-ItemProperty], ItemNotFo undException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand Set-ItemProperty : Cannot find path 'HKLM:\Software\MMSOFT Design\PC Monitor\NetworkInterfaces' because it does not exist. At C:\Program Files\Pulseway\automation_4c656d00_e249_4120_a5e6_8bb3b107aa8d.ps1:5 char:5 + Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\N ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (HKLM:\Software\...tworkInterfaces:String) [Set-ItemProperty], ItemNotFo undException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand
  3. Tried as suggested and no joy. I can see the agent has been reinstalled using the remote event logs but it just doesn't seem to pick up all of the policy settings. Part of the policy I have enabled is under "Available Features" / "Details - Network" so if the reinstall of the agent worked as I expect it to work then I should be able to see the network details under the Systems tab / Machines. Any other suggestions?
  4. When I set up my machines to be monitored I used remote scripts to do the following: wget https://xyz.com/files/windows_agent_x64.msi -Outfile c:\ff\windows_agent_x64.msi msiexec /i windows_agent_x64.msi /quiet Now, the problem is that these machines are NOT picking up the info required from the Pulseway policy so not all of the desired information is showing in the webapp for each machine. I then tried using: wget https://xyz.com/files/Pulseway_x64.msi -Outfile c:\ff\Pulseway_x64.msi .\Pulseway_x64.msi /qn username=xyz password=xyz group=Internal server=xyz.pulseway.com Running this on a local machine does pick up the policies and work as required but does NOT work on machines installed with method 1. My question is this: How can I take the existing remote machines and "upgrade" them so that I can get all of the required info?
×
×
  • Create New...