Spencer Alessi
Spencer Alessi
Because i'm a git noob and I'd end up screwing things up with a PR, I'll submit a POC here. Can you guys find a reason why this wouldn't be...
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
Hey @Barneee thanks so much for the kind words! You are absolutely right. That should be pretty easy to do. I can probably steal Jake's code, he won't mind. 😋...
Thanks for the feedback and idea. I think this may go hand in hand with https://github.com/techspence/ScriptSentry/issues/20
Hey @N7WEra do you want to try the latest version I pushed to [dev](https://github.com/techspence/ScriptSentry/tree/dev)? Trying to get ScriptSentry to work from a non-domain joined computer. Let me know if you...
The update I pushed to dev doesn't work. I believe there are protections in place that prevent non-domain joined hosts from accessing SYSVOL. I haven't found a solution yet for...
I don't know how I missed this comment. Interesting idea, I will have to try it sometime. Thanks Sam! 👍
Using `/u[\w]*:` would be more robust. Thanks to [@guyrleach](https://github.com/guyrleech) for the find! ```PowerShell $s1 = "net use * \\acme\f1 /user:acme\itadmin" $s2 = "net use * \\acme\f1 /use:acme\itadmin" $s3 = "net...
Just pushed https://github.com/techspence/ScriptSentry/commit/efa10887df63358307197b8100823e7604cab2de to dev