Skip to content

Commit

Permalink
fixed bug regarding GetComputerDomainObjectGuid Inside GetShowTheFind…
Browse files Browse the repository at this point in the history
…ingsPS1Content.ps1 (#139)

Co-authored-by: Kubilay <khusmeno@khusmeno.com>
  • Loading branch information
khusmeno and Kubilay authored Mar 7, 2024
1 parent b6d6bd5 commit c4e36e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $findingsPS1_Content += GetFunctionDeclaration ConvertDateTimeStringToDateTime
$findingsPS1_Content += GetFunctionDeclaration ConvertDateTimeStringToDateTime_Utc
$findingsPS1_Content += GetFunctionDeclaration AddTzToDateTimeString
$findingsPS1_Content += GetFunctionDeclaration Get-UserFriendlyTimeSpane
$findingsPS1_Content += GetFunctionDeclaration GetComputerDomainObjectGuid
$findingsPS1_Content += @'
if ($input.MoveNext()) { $inputs = $input.Current } else { return }
Expand Down

0 comments on commit c4e36e5

Please sign in to comment.