Share via

Profile XML cellular

Léo Palazzi 1 Reputation point
2021-06-03T08:30:02.033+00:00

Hello everyone,

I tried to connect to a mobile network with the netsh mbn command (

https://learn.microsoft.com/fr-fr/windows-server/networking/technologies/netsh/netsh-mbn) but I don't understand what is the XML profile.

How can I get that from my current configuration on Windows ?

If I can't get it how to create one ?

I didn't find the documentation about it.

I am on Windows 10 with a cellular module inside it.

Thank you !

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing

2 answers

Sort by: Most helpful
  1. Léo Palazzi 1 Reputation point
    2021-06-08T09:27:34.697+00:00

    Hello,

    Is it possible when desactivating the SIM and reactivated it again to reconnect to the network ?

    I try to do it but it seems a reboot is necessary.

    Was this answer helpful?


  2. Anonymous
    2021-06-04T01:36:31.88+00:00

    Hi,

    1.Use the following command to get the mobile interface and note the interface name: netsh mbn show interface

    2.Get the connection profiles for the interface: netsh mbn show profiles interface="interface name"

    3.Connect using the interface and profile name:

    netsh mbn connect interface="interface name" connmode=name name="{.....}"  
    

    4.Disconnect using the interface name:

    netsh mbn disconnect interface="interface name"  
    

    For more details, you can refer to the following link (pay attention to what Kris De Decker said):

    Connect And Disconnect Mobile Broadband Connection

    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

    Best Regards,
    Candy


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.