I created a initialization file that would apply different retention categories based on company policy for certain folders in Outlook.
I run the script and it does not apply the retention category to the folders I selected. The script will create the folders listed below
but will not apply the retention categories as expected. Here is a copy of the script...need assistance and input ASAP... Thnx
;Script
;Scope - Custom Retention Categories for the Deleted Items, Business Documents, 180, and 540 Folders in Outlook for all DMSP
[Directory]
DirectoryComputerName = S6245A04
Sitename = S6245A04
;Custom retention categories assigned to the 180, 540, DeletedItems, and Business Documents Folder
[Mailbox]
DistinguishedName =/o=dmsp-mail/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=swilliams
[Folder]
Name=\180
RetentionCategory = 180
...