You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our business use cas, we have a seperated account for admin tasks. This admin account is highly securized : Strong password, MFA, and it can't open a session.
I am not able to use the module as released. So I forked it to add a "credential" parameter in cmdlet. Example :
And I overloaded all ActiveDirectory module cmdlet call in AzFilesHybrid, with credential. In this way, I was able to use the module with my admin account.
Can you add this feature by design in your original module ?
The text was updated successfully, but these errors were encountered:
In our business use cas, we have a seperated account for admin tasks. This admin account is highly securized : Strong password, MFA, and it can't open a session.
I am not able to use the module as released. So I forked it to add a "credential" parameter in cmdlet. Example :
And I overloaded all
ActiveDirectory
module cmdlet call inAzFilesHybrid
, with credential. In this way, I was able to use the module with my admin account.Can you add this feature by design in your original module ?
The text was updated successfully, but these errors were encountered: