Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Create Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
  • Alias (text box editor) (type: string): the alias of the new mailbox (the string on the left of the "@" sign, for example FlowsterDemo).
  • Display Name (text box editor) (type: string): the name that will be displayed in email applications (To: / From: fields)
  • Domain Controller (text box editor) (type: string): enter the domain controller. This parameter is available only in on-premises Exchange 2016. The Domain Controller parameter specifies the domain controller that is used by this cmdlet to read or write data from Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). This parameter is optional.
  • First Name (text box editor) (type: string): user's first name
  • Last Name (text box editor) (type: string): user's last name
  • Mailbox Database (text box editor) (type: string): the database that will be used by the newly created mailbox. if no database is provided, the Exchange server will automatically choose one.
  • Name SamAccountName(text box editor) (type: string): the AD user's nameSAM-Account-Name. if the user already exists in the Active Directory, the other name parameters are not necessary
  • Organizational unit (text box editor) (type: string): the Active Directory OU where the user account will be stored (default, the Users container)
  • Password (password field) (type: string): the mailbox password
  • ResetPasswordOnNextLogon (combobox contol type) (type: boolean): choose whether the password will have to be changed on the next logon or not.
  • UserPrincipalName (text box editor) (type: string): e/g: demoMailbox@fmrp.intern

...