Merge pull request #42 from clymb3r/master

Fixing error in script
This commit is contained in:
Matt Graeber
2014-04-28 20:57:56 -07:00
-2
View File
@@ -249,8 +249,6 @@ Find unique 4624 logon events.
Blog: http://clymb3r.wordpress.com/
Github repo: https://github.com/clymb3r/PowerShell
#>
function Find-4624Logons
{
Param (
$SecurityLog
)