Client EXE Switches

Modified on Wed, 18 Feb at 5:20 PM

TABLE OF CONTENTS


Client Executable Command Line Switches

The ManagementStudio client executable supports several command line switches that modify client behaviour. Switches are typically applied by editing the desktop shortcut used to launch the client.

To add switches:

  1. Right-click the desktop shortcut for the ManagementStudio client.
  2. Select Properties.
  3. In the Target field, append the desired switches after the executable path.

For example:

"C:\Program Files\ManagementStudio\ManagementStudioClient.exe" -ServerUrl "http://managementstudio.corp" -ProjectId 1


Available Switches

SwitchDescription
-IgnoreSslErrors TrueIgnores SSL certificate errors if the ManagementStudio website is running over HTTPS but a valid certificate is not present.
-ServerUrl "URL"Connects the client to the specified server URL. Useful for maintaining shortcuts to multiple environments.
-BypassProxy TrueForces the client to bypass any configured internet proxy server.
-ProjectId IDOpens the specified project on launch. View project IDs in Administration → Project Settings.
-ModuleId IDSpecifies the module to open.
1 = Applications
2 = User Migrations
3 = Devices
4 = Mailboxes
5 = Bespoke
-SecurityProtocol ProtocolSets the security protocol for communication. Available values: Tls12, Tls11, Tls.


Combining Switches

Multiple switches can be combined in a single shortcut. Separate each switch with a space.


Example

To launch the client connecting to a specific server, opening a defined project and module, and bypassing the proxy:

"C:\Program Files\ManagementStudio\ManagementStudioClient.exe" -ServerUrl "http://mstudio.corp" -ProjectId 1 -ModuleId 3 -BypassProxy True



Further Support

For further assistance, visit the ManagementStudio Service Desk to search the knowledge base or create a support ticket.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article