
Part I: PowerShell for Exchange Fundamentals
108
❑ LinkedDomainController < String > : A required parameter when creating a linked mailbox.
It is used to specify the domain controller in the forest where the user account to be granted
access to the mailbox resides. It is used in conjunction with the
LinkedMasterAccount
parameter.
❑ LinkedCredential < PSCredential > : This parameter specifies the credentials used to access
the domain controller referenced in the
LinkedDomainController parameter.
❑ LinkedMasterAccount < UserIdParameter > : This parameter specifies the master account
from the external forest that will be granted mailbox access to the linked mailbox. It is a required
parameter when creating linked mailboxes.
❑ ManagedFolderMailboxPolicy < MailboxPolicyIdParameter > : This parameter specifies
the managed folder mailbox policy to be applied to the new mailbox. If none is specified, the
default
ManagedFolderMailboxPolicy applies. It is not a required parameter.
❑ ManagedFolderMailboxPolicyAllowed < SwitchParameter > : This parameter is used to
bypass the warning that messaging records management features are not supported for email
clients using versions of Microsoft Outlook earlier than Outlook 2007. It is not a required
parameter.
Enable - Mailbox
This cmdlet mailbox enables an existing user or InetOrgPerson object in Active Directory Services. ...