Viewing, Enabling and Disabling Votiro Cloud for Email
When the connection to Votiro Cloud for Email must be stopped or started immediately, you can use a shell command from the MS Exchange Power Shell. You must have administration permissions to the server to enable and disable Votiro Cloud for Email.
Viewing the Current Transport Agent Status
Use the following shell command to view the current transport agent status:
Get-TransportAgent
Enabling Votiro Cloud for Email
Use the following shell command to enable the Email Connector:
Enable-TransportAgent "Transport Agent Name"
The default transport name is "SDSConnector2". Include the quotation marks as part of the name.
Disabling Votiro Cloud for Email
To disable the Email Connector, use the following shell command:
Disable-TransportAgent "Transport Agent Name"
The default transport name is "SDSConnector2". Include the quotation marks as part of the name.
Removing Votiro Cloud for Email
To remove the Email Connector, use the following shell command:
Uninstall-TransportAgent "Transport Agent Name"
The default transport name is "SDSConnector2". Include the quotation marks as part of the name.
Comments
0 comments
Please sign in to leave a comment.