diff --git a/Public/Get-GPOZaurrUpdates.ps1 b/Public/Get-GPOZaurrUpdates.ps1 index 7263b71..7f52417 100644 --- a/Public/Get-GPOZaurrUpdates.ps1 +++ b/Public/Get-GPOZaurrUpdates.ps1 @@ -126,6 +126,7 @@ } [PSCustomObject] @{ DisplayName = $GPO.DisplayName + GUID = ConvertFrom-DistinguishedName -DistinguishedName $GPO.GPODistinguishedName DomainName = $GPO.DomainName Owner = $GPO.Owner OwnerName = $Owner.Name