We have just enforced 2FA on our DVLS. W did use the Devolutions PowerShell module to export our repository every hour for DR purposes, but as we have 2FA enforced, we now get a message:
"You need to configure a 2-factor authentication to get access to this data sources"
How do we get around this i.e. use PS to export our DVLS data source when 2FA is enabled for all users?
Hello,
What DVLS version are you using?
Do you use the RDM PowerShell module or the DVLS PowerShell module?
You could try to connect using an Application key instead of an account within your PowerShell script.
https://helpserver.devolutions.net/webinterface_applications.html
Best regards,
Érica Poirier
Hi Erica,
We use 2022.1.9.0. We are using the RDM PowerShell module.
I will take a look at the Application Key as that may provide the perfect solution.
Thank you