Jump to content
Pulseway 9.14 🔥

DonatoM3

Members
  • Joined

  • Last visited

  1. DonatoM3 replied to MakoLogics's post in a topic in Requests
    Couldn't you do this with a script in automation? Something like this $url = "https://example.com/file.exe" $output = "C:\Temp\file.exe" Invoke-WebRequest -Uri $url -OutFile $output Start-Process -FilePath $output -ArgumentList "/S" -Wait When the new device cards come out you'll be able to run your scripts right from the remote agent as well as the web ui. Plus doing it as a script you could even build in variables into the url or the arguments if you need to apply different files for different clients.
  2.    DonatoM3 reacted to a post in a topic: Pulseway Has Evolved
  3.    DonatoM3 reacted to a post in a topic: Workflows not running
  4.    DonatoM3 reacted to a post in a topic: Teams Channel Integration
  5. DonatoM3 replied to sergeprotector's post in a topic in General
    Any chance this is still coming?