Jump to content
Pulseway 9.14 🔥

David Richmond

Members
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Thank you so much for the response Paul! Looking forward to it  keep up the great work!
  2. Like
    @merritt.bishop There shouldn't be anything special you need to do.  Without seeing your code, I can't tell you for sure, but my guess is unfortunately you're missing something in your code. 
    For instance, I have no trouble doing a computer reboot from Pulseway using PowerShell, however, you have to add -force at the end to get it to do so.
    Restart-Computer -ComputerName "$env:ComputerName" -Force Works like a charm.   Happy to help with other items if you need it. 
  3. Like
    Hi David,
    We are in the process of introducing API keys which will allow executing tasks for accounts with 2FA. In the meantime you can disable 2FA and use a long password or wait for the API changes.
    -Paul
  4. Like
    David Richmond reacted to Chris Hoerske in chocolatey.org   
    I figured out my issue.. It seems with windows 11 scripts running as the System account do not trigger UAC which is the same as windows 10, however, it seems I have to always use the absolute / full paths.  All seems good now.