Skip to content

Commit

Permalink
updated transform
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek committed Apr 21, 2023
1 parent 29a460b commit 747131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transforms/GeneralizedTime.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if($FullLoad)
# Add any types that are used by transforms
# CSharp types added via Add-Type are supported
}
$codeBlock= New-LdapAttributeTransformDefinition -SupportedAttributes @('createTimestamp','dsCorePropagationData','modifyTimestamp','whenCreated','whenChanged','msExchWhenMailboxCreated')
$codeBlock= New-LdapAttributeTransformDefinition -SupportedAttributes @('createTimestamp','dsCorePropagationData','modifyTimestamp','whenCreated','whenChanged','msExchWhenMailboxCreated','ms-DS-local-Effective-Recycle-Time')

$codeBlock.OnLoad = {
param(
Expand Down

0 comments on commit 747131d

Please sign in to comment.