Skip to content

Commit

Permalink
buxed bug in exch transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek committed Apr 20, 2021
1 parent 30bf505 commit a81bd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Transforms/msExchRecipientTypeDetails.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum RecipientTypeDetails: long
}

#add attributes that can be processed by this transform
$SupportedAttributes = @('msExchRemoteRecipientType')
$SupportedAttributes = @('msExchRecipientTypeDetails')

# This is mandatory definition of transform that is expected by transform architecture
$codeBlock = New-LdapAttributeTransformDefinition -SupportedAttributes $SupportedAttributes
Expand Down
2 changes: 1 addition & 1 deletion Transforms/msExchRemoteRecipientType.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public enum RemoteRecipientType
}

#add attributes that can be processed by this transform
$SupportedAttributes = @('msExchRecipientTypeDetails')
$SupportedAttributes = @('msExchRemoteRecipientType')

# This is mandatory definition of transform that is expected by transform architecture
$codeBlock = New-LdapAttributeTransformDefinition -SupportedAttributes $SupportedAttributes
Expand Down

0 comments on commit a81bd4a

Please sign in to comment.