Skip to content

Commit

Permalink
Change ExcludeProperty parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
sskl committed Dec 28, 2018
1 parent 606b942 commit f1ba76a
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 @@ -103,7 +103,7 @@ Param(
$Properties = "*",
[parameter(Mandatory=$false)]
[String[]]
$ExcludeProperty = @("lastLogoff","lastLogon","lastLogonTimestamp","logonCount","badPasswordTime","pwdLastSet","Modified","modifyTimeStamp","uSNChanged","msDS-AuthenticatedAtDC","msDS-FailedInteractiveLogonCount","msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon","msDS-FailedInteractiveLogonTime","msDS-LastSuccessfulInteractiveLogonTime","DirXML-Associations","ACL","sDRightsEffective","dSCorePropagationData","msExchUMDtmfMap"),
$ExcludeProperty = @("lastLogoff","lastLogon","lastLogonTimestamp","logonCount","badPasswordTime","badPwdCount","Modified","modifyTimeStamp","uSNChanged","msDS-AuthenticatedAtDC","msDS-FailedInteractiveLogonCount","msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon","msDS-FailedInteractiveLogonTime","msDS-LastSuccessfulInteractiveLogonTime","DirXML-Associations","ACL","sDRightsEffective","dSCorePropagationData","msExchUMDtmfMap"),
[Parameter(Mandatory=$false)]
[datetime]
$FilterDate,
Expand Down

0 comments on commit f1ba76a

Please sign in to comment.