Usage: %1!s! interface= connmode=]tmp|name name= Parameters: Tag Value interface Interface Name. connmode Specifies how connection ...

Usage: %1!s! [interface=] [connmode=]tmp|name [name=] 

Parameters:

    Tag             Value
    ***             *****
    interface       Interface Name.
    connmode        Specifies how connection parameters are being provided.
    name            Name of the profile XML file or the profile name.

Remarks:

    Connect to the Mobile Broadband Network using the given profile. It is 
    required that device is registered before invoking this function. 

    Parameter interface is required. It is one of the interface name shown
    by "netsh mbn show interfaces" command.

    Parameter connmode specifies how the connection parameters are being 
    supplied. The connection can be requested using a profile XML, or 
    using profile name for the profile XML that has been previously 
    stored in Mobile Broadband Profile Data Store using "netsh mbn add 
    profile" command. In former case, the parameter connmode shall hold 
    "tmp" as value. Whereas, it shall be "name" in the latter case.

    Parameter name shall specify name of the Profile XML file, if parameter
    connmode is "tmp", and it shall specify name of the profile, if 
    parameter connmode is "name".

Examples:

    %1!s! interface="Mobile Broadband Connection" connmode=tmp name=d:\profile.xml 
    %1!s! interface="Mobile Broadband Connection" connmode=name name=MyProfileName