From f1ba76a7280ac87f19ad33ee8d7b2d68cf98af7c Mon Sep 17 00:00:00 2001 From: Savas Kartal Date: Fri, 28 Dec 2018 11:52:57 +0300 Subject: [PATCH] Change ExcludeProperty parameter. --- Compare-ADObject.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compare-ADObject.ps1 b/Compare-ADObject.ps1 index ec303f9..3349d7e 100644 --- a/Compare-ADObject.ps1 +++ b/Compare-ADObject.ps1 @@ -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,