Skip to content

Commit

Permalink
Add sAMAccountName attribute to output.
Browse files Browse the repository at this point in the history
  • Loading branch information
sskl committed Dec 28, 2018
1 parent db5ebc7 commit 606b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compare-ADObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 606b942

Please sign in to comment.