question

LoPalazzi-7985 avatar image
0 Votes"
LoPalazzi-7985 asked CandyLuo-MSFT commented

Profile XML cellular


Hello everyone,


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

https://docs.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-10-network
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


Please try to mark the replies which help you. It will encourage the person who help you.
Appreciate your understanding. :)

0 Votes 0 ·

You could accept the useful reply as answer if you want to end this thread up.
If there is anything else we can do for you, please feel free to post in the forum.

0 Votes 0 ·
CandyLuo-MSFT avatar image
0 Votes"
CandyLuo-MSFT answered

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.






5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LoPalazzi-7985 avatar image
0 Votes"
LoPalazzi-7985 answered CandyLuo-MSFT commented

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


In this thread, we are mainly discussing about how to connect to a mobile network with the netsh mbn command as indicated by the first post. And if it is solved, then please try to mark the replies which help you. It will encourage the person who help you.

For your new question it would be best if you try to open up a new thread for it. In this way, it will make answer searching in the forum easier and be beneficial to other community members as well.

Appreciate your understanding. Have a nice day!:)

0 Votes 0 ·