Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldPfirmann committed Jul 2, 2024
2 parents 7868fc2 + 3599591 commit 60d8601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActiveDirectory/_REPORTS_/Get-ADGroupMembers_Html.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ try{
$Script:resultMessage = @()

function Get-NestedGroupMember($group) {
$Script:resultMessage += [ct] @{Type = 'Group'; SAMAcccountName=$group.SamAccountName;DistinguishedName=$group.DistinguishedName}
$Script:resultMessage += [PSCustomObject] @{Type = 'Group'; SAMAcccountName=$group.SamAccountName;DistinguishedName=$group.DistinguishedName}
[hashtable]$searchArgs = @{'ErrorAction' = 'Stop'
'Server' = $Script:Domain.PDCEmulator
'AuthType' = $AuthType
Expand Down

0 comments on commit 60d8601

Please sign in to comment.