set azure-ad-group name

In the R81.10.X releases, this command is available starting from the R81.10.15 version.

Description

Changes the Remote Access VPN settings for the specified Azure AD group.

See:

In WebUI, this corresponds to:

  1. Click the VPN view > Remote Access section > Remote Access Users page.

  2. Click Add > Active Directory > Azure AD Group.

Syntax

set azure-ad-group name EXT_ID_<Name of Group in Azure AD> override-global-settings { true | false } route-via-vpn { true | false } comments "<Comment Text>"

Parameters

Parameter

Description

name

Specifies the group name.

Press the TAB key to see the available options.

override-global-settings

Specifies whether for this Azure AD group to override (true) or not (false) the global settings to route all traffic through the VPN tunnel.

route-via-vpn

Specifies whether to route (true) or not (false) all traffic from this Azure AD group through the Remote Access VPN tunnel.

comments

Specifies an optional comment.

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

Example Command

set azure-ad-group name EXT_ID_group_test override-global-settings true route-via-vpn true comments "My test group"