# scriptsentry.ps1
[ScriptSentry](https://github.com/techspence/ScriptSentry) finds misconfigured and dangerous logon scripts.

## Run script and save output to a file called `ScriptSentry.txt`

```
Import-Module .\Invoke-ScriptSentry.ps1
Invoke-ScriptSentry | Out-File c:\temp\ScriptSentry.txt
```
