ScriptSentry
ScriptSentry copied to clipboard
Is the script supposed to handle authentication?
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
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!
Just pushed https://github.com/techspence/ScriptSentry/commit/72f61d47d785a22e94ff576638928e7cc2b1118d to dev