We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the source code it does seem to support domain authentication but I do not get how to make ti work.
What I tried: $creds = Get-Credential Invoke-ScriptSentry -Credential $creds
$creds = Get-Credential Invoke-ScriptSentry -Credential $creds
The text was updated successfully, but these errors were encountered:
Correct, it hasn't been implemented. If you're feeling a PR I'd be happy to accept it. I'll make note of this though as a feature request. Thank you!
Sorry, something went wrong.
should resolve #20
72f61d4
Just pushed 72f61d4 to dev
No branches or pull requests
In the source code it does seem to support domain authentication but I do not get how to make ti work.
What I tried:
$creds = Get-Credential Invoke-ScriptSentry -Credential $creds
The text was updated successfully, but these errors were encountered: