Merge pull request #41 from clymb3r/master

Updating Invoke-Mimikatz to Mimikatz 2.0 alpha
This commit is contained in:
Matt Graeber
2014-04-19 07:46:51 -04:00
2 changed files with 12 additions and 12 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,4 +1,4 @@
function Get-ComputerDetails
function Get-ComputerDetails
{
<#
.SYNOPSIS
@@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell
return $ReturnInfo
}
function Find-4624Logons
{
<#
@@ -250,7 +249,8 @@ Find unique 4624 logon events.
Blog: http://clymb3r.wordpress.com/
Github repo: https://github.com/clymb3r/PowerShell
#>
function Find-4624Logons
{
Param (
$SecurityLog
)