Skip to content

Commit

Permalink
Update to 1.3.1
Browse files Browse the repository at this point in the history
Fixed a bug in the Get-UalGraph function that caused an error during output writing.
  • Loading branch information
JoeyInvictus committed Mar 25, 2024
1 parent f83ac63 commit 544efb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Microsoft-Extractor-Suite.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Author = 'Joey Rentenaar & Korstiaan Stam'
CompanyName = 'Invictus-IR'

# Version number of this module.
ModuleVersion = '1.3.0'
ModuleVersion = '1.3.1'

# ID used to uniquely identify this module
GUID = '4376306b-0078-4b4d-b565-e22804e3be01'
Expand Down
3 changes: 1 addition & 2 deletions Scripts/Get-UALGraph.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ Function Get-UALGraph {
}
elseif ($auditLogQuery.Status -eq "succeeded") {
write-logFile -Message "[INFO] Unified Audit Log search succeeded." -Color "Green"
#DownloadUAL($scanId)
DownloadUAL $scanId $searchName $OutputDir $Encoding
DownloadUAL $scanId $searchName $Encoding $OutputDir
}
else {
write-logFile -Message "[INFO] Unified Audit Log search is stil running. Waiting..."
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
copyright = 'Copyright (c) 2024 Invictus Incident Response'
author = 'Joey Rentenaar & Korstiaan Stam'

release = '1.3.0'
version = '1.3.0'
release = '1.3.1'
version = '1.3.1'

# -- General configuration

Expand Down

0 comments on commit 544efb8

Please sign in to comment.