Jump to content

David Richmond

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    David Richmond got a reaction from Jamie Taylor in Operation refused as the account has 2FA enabled - options?   
    Thank you so much for the response Paul! Looking forward to it  keep up the great work!
  2. Like
    David Richmond reacted to Mark G38 in Having trouble running any PS commands/scripts using Automate   
    @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
    David Richmond reacted to Paul in Operation refused as the account has 2FA enabled - options?   
    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.
×
×
  • Create New...