The following procedure will sync the Manager attribute from Active Directory to Notes:
1.) Open the CMN Management Console.
2.) Locate the Exchange to Notes Directory Connector in question.
3.) Right-click on the connector | Advanced Settings.
4.) Click the "Users" tab.
5.) Click the "Provision Attributes" tab.
6.) Click the "Add Script" button.
7.) Select "Target Attribute: manager"
8.) Paste the following script in the window:
$manager = $srcobj["Manager"]
$result = $manager.split('=')[1].split(',')[0]
$result
9.) Click OK
10.) Repeat steps 5 through 9 on the "Update Attributes" tab, as required.
11.) Save | Activate | Run the Directory Connector.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center