Kupp Deployment /
Reference /
Steps /
ActivateMailboxStep
Applies to KDTooling Deployment Manager 1.2
Content
Overview
Enable & Test a large amount of mailboxes
Name | ActivateMailboxStep |
Type | Deployment Definition |
IsPostBuild | True |
Parameters
Name | Type | Description |
Title | String | Title |
TargetEnvironment | Dropdown | Target Environment |
UseCutomFilter | Bool | Use Cutom Filter |
FilterXml | String | Custom Filter (Fetch XML) |
AutoApprove | Bool | Auto Approve |
ApplyDefaultSettings | Bool | Apply Default Settings |
NumberOfParallelActivations | String | Number of mailboxes which will be activated at the same time |
ActivationIntervalTimeoutSeconds | String | Time (seconds) to wait after each interval of parallel activations |
Dependencies
None
Examples
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"> <entity name="mailbox"> <attribute name="name" /> <attribute name="createdon" /> <attribute name="regardingobjectid" /> <attribute name="ownerid" /> <attribute name="outgoingemaildeliverymethod" /> <attribute name="incomingemaildeliverymethod" /> <attribute name="actdeliverymethod" /> <attribute name="emailaddress" /> <attribute name="mailboxid" /> <attribute name="emailserverprofile" /> <attribute name="verboseloggingenabled" /> <order attribute="name" descending="false" /> <filter type="and"> <condition attribute="emailaddress" operator="not-null" /> </filter> </entity> </fetch>
Build Provider
Local Visual Studio: Supported
Team Foundation Server: Supported
Troubleshooting
-
Additional Information
-