Editja

Ixxerja permezz ta’


How to list remote networks for Global Secure Access

Reviewing your remote networks is an important part of managing your Global Secure Access deployment. As your organization grows, you add more remote networks. You use the Microsoft Entra admin center or the Microsoft Graph API.

Prerequisites

List all remote networks using the Microsoft Entra admin center

  1. Sign in to the Microsoft Entra admin center.
  2. Browse to Global Secure Access > Devices > Remote network. All remote networks are listed.
  3. To view the details, select a remote network.

List all remote networks using the Microsoft Graph API

  1. Sign in to the Graph Explorer.
  2. Select GET as the HTTP method from the dropdown.
  3. Set the API version to beta.
  4. Enter the following query.
       GET https://graph.microsoft.com/beta/networkaccess/connectivity/branches
    
  5. Select the Run query button to list the remote networks.

Next steps