Viewing, Enabling and Disabling Votiro On-prem for Email
When the connection to Votiro On-prem 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 On-prem for Email.
Viewing the Current Transport Agent Status
Use the following shell command to view the current transport agent status:
Get-TransportAgent
Enabling Votiro On-prem 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 On-prem 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 On-prem 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.