How to Keep Automation Running Without Interactive Logins?

0
13
Asked By TechieWizard2023 On

I'm a sysadmin managing multiple fully automated business processes using Power Automate desktop flows and another third-party automation tool. Recently, New York state has implemented regulations that dictate disabling interactive logins. I'm looking for advice on how my bot accounts can function without interactive login capabilities. Currently, these accounts maintain active RDP sessions to run the automation processes, and I need to understand how to adapt to these regulatory changes without disrupting operations.

2 Answers

Answered By AutoGuru99 On

If your bot doesn't need access to the graphical interface, consider blocking its local login through a local security policy as a test. You can do this by opening Local Security Policy, navigating to User Rights Assignment, and adding the service account to the "Deny log on locally" policy. Just make sure you document any exceptions for RPA bots that do require this access, as completely removing local login might require rewriting significant parts of your automation. You could also utilize GPO to manage service accounts better—creating a specific group to block local logins is a good strategy. Make sure to document any actions taken for compliance.

Answered By RPA_Enthusiast On

Sounds like a great idea to coordinate with your security team and compliance for this issue. You've got to make solid plans if you're considering implementing gMSA accounts, which typically don't allow local logins. Just a heads up—pots like these can have vulnerabilities, so keep that in mind during your discussions. Good luck with the adjustments!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.