diff --git a/Compare-ADObject.ps1 b/Compare-ADObject.ps1 index 9714a4d..ec303f9 100644 --- a/Compare-ADObject.ps1 +++ b/Compare-ADObject.ps1 @@ -280,7 +280,7 @@ Param( # Save output as html format. If ($Result -and $Output) { $FormattedOutput = $Result | - Select-Object Identity, SourceObject, DestinationObject, WhenChanged, + Select-Object Identity, sAMAccountName, SourceObject, DestinationObject, WhenChanged, @{ Name='ChangedProperties'; Expression={ $PSItem.ChangedProperties |