Versions Compared

Key

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

Activities

...

 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): returns true if the mailbox was created, and false otherwise.

Disable Mailbox

This activity disables the specified mailbox.

Activity Parameters

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

Image Added

Parameters:

  • Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
  • DomainController (text box editor) (type: string): enter the DomainController. This parameter is available only in on-premises Exchange 2016. The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com
  • Mailbox Name (text box editor) (type: string): specify the name for the mailbox to be disabled.
 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): returns true if the mailbox was created, and false otherwise.


Edit Mailbox

This activity edits an existing mailbox.

Activity Parameters

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

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 mailbox (the string on the left of the "@" sign)
  • Custom Attributes (table editor) (type: string): the AD attribute name/value of the user's account that will be edited.
  • 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.
  • Identity (text box editor) (type: string): the AD Name of UserPrincipalName of the mailbox
  • Name (text box editor) (type: string): the AD user's name. if the user already exists in the Active Directory, the other name parameters are not necessary
  • 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

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): returns true if the mailbox was modified, and false otherwise.


Enable Mailbox

This activity enables the specified mailbox.

Activity Parameters

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

Image Added

Parameters:

  • Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
  • DomainController (text box editor) (type: string): enter the Domain Controller. This parameter is available only in on-premises Exchange 2016. The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com
  • Mailbox Name (text box editor) (type: string): specify the name for the mailbox to be disabled.
 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): returns true if the mailbox was created, and false otherwise.


List Mailboxes

This activity lists all the mailboxes on an Exchange server.

Activity Parameters

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

Parameters:

  • Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
  • 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.
 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: Collection<String>): returns true if the mailbox was created, and false otherwise.







Remove Mailbox

This activity deletes a mailbox.

Activity Parameters

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

Parameters:

  • Connection (text box editor) (type: object): the Exchange connection output from the "Connect to Exchange" activity.
  • 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.
  • Mailbox Name (text box editor) (type: string): the AD user's name. if the user already exists in the Active Directory, the other name parameters are not necessary


The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): returns true if the mailbox was deleted, and false otherwise.