mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-04 14:45:23 +00:00
Added additional property
This commit is contained in:
@@ -126,6 +126,7 @@
|
|||||||
}
|
}
|
||||||
[PSCustomObject] @{
|
[PSCustomObject] @{
|
||||||
DisplayName = $GPO.DisplayName
|
DisplayName = $GPO.DisplayName
|
||||||
|
GUID = ConvertFrom-DistinguishedName -DistinguishedName $GPO.GPODistinguishedName
|
||||||
DomainName = $GPO.DomainName
|
DomainName = $GPO.DomainName
|
||||||
Owner = $GPO.Owner
|
Owner = $GPO.Owner
|
||||||
OwnerName = $Owner.Name
|
OwnerName = $Owner.Name
|
||||||
|
|||||||
Reference in New Issue
Block a user