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
Sometimes we want to keep the login credentials of WindowsAD users in order to run some scripts as that user.
Suggestion
We can add a switch -KeepCredential to the Add-PodeAuthWindowsAd function, which stores the Users details as a PSCredential object in $WebEvent.Auth.User.Credential
The text was updated successfully, but these errors were encountered:
Description
Sometimes we want to keep the login credentials of WindowsAD users in order to run some scripts as that user.
Suggestion
We can add a switch
-KeepCredential
to theAdd-PodeAuthWindowsAd
function, which stores the Users details as a PSCredential object in$WebEvent.Auth.User.Credential
The text was updated successfully, but these errors were encountered: