Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
<rule>
<description>default Exchange assignment</description>
<comment>Provision Exchange mailbox</comment>
<conditions>
<and>
<if-global-variable mode="nocase" name="drv.exchMailboxMethod" op="equal">policy</if-global-variable>
<if-class-name op="equal">User</if-class-name>
</and>
</conditions>
<actions>
<do-set-local-variable name="time" scope="policy">
<arg-string>
<token-time format="!JTIME" tz="UTC"/>
</arg-string>
</do-set-local-variable>
<do-set-dest-attr-value name="homeMDB">
<arg-value type="string">
<token-text xml:space="preserve">CN=DB</token-text>
<token-xpath expression="$time mod 16 1"/>
<token-text xml:space="preserve">,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=EXCHANGE,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=ad,DC=georgiahealth,DC=edu</token-text>
</arg-value>
</do-set-dest-attr-value>
</actions>
</rule>
</policy>