Reputation Activity
-
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!
-
@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.
-
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
-
David Richmond reacted to Chris Hoerske in chocolatey.orgI 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.