You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A network region interconnects various parts of a network across multiple geographic areas.
33
32
34
33
A network region contains a collection of network sites. For example, if your organization has many sites located in India, then you may choose to designate "India" as a network region.
35
34
36
-
LocationBased Routing is a feature which allows PSTN toll bypass to be restricted for users based upon policy and the user's geographic location at the time of an incoming or outgoing PSTN call.
35
+
Location-Based Routing is a feature that allows PSTN toll bypass to be restricted for users based on policy and the user's geographic location at the time of an incoming or outgoing PSTN call.
37
36
38
-
Location-Based Routing leverages the same network regions, sites, and subnets concept that is available in Skype for Business Server. It is now available in O365 for Teams clients. For toll bypass restricted locations, each IP subnet and PSTN gateway for that location are associated to a network site by the administrator. A user's location is determined by the IP subnet which the user's Teams endpoint(s) is connected to at the time of a PSTN call. A user may have multiple Teams clients located at different sites, in which case Location-Based Routing will enforce each client's routing separately depending on the location of its endpoint.
37
+
Location-Based Routing leverages the same network regions, sites, and subnets concept that is available in Skype for Business Server. It is now available in Microsoft 365 for Teams clients. For toll bypass restricted locations, each IP subnet and PSTN gateway for that location are associated to a network site by the administrator. A user's location is determined by the IP subnet which the user's Teams endpoint(s) is connected to at the time of a PSTN call. A user may have multiple Teams clients located at different sites, in which case Location-Based Routing will enforce each client's routing separately depending on the location of its endpoint.
39
38
40
39
## EXAMPLES
41
40
42
-
###-------------------------- Example 1 --------------------------
41
+
### Example 1
43
42
```powershell
44
43
PS C:\> Get-CsTenantNetworkRegion
45
44
```
46
45
47
46
The command shown in Example 1 returns the list of network regions for the current tenant.
48
47
49
-
###-------------------------- Example 2 --------------------------
The Identity parameter is a unique identifier that designates the scope. It specifies the collection of tenant network region to be returned.
75
74
76
75
```yaml
77
-
Type: XdsGlobalRelativeIdentity
76
+
Type: String
78
77
Parameter Sets: Identity
79
78
Aliases:
80
79
@@ -85,39 +84,9 @@ Accept pipeline input: False
85
84
Accept wildcard characters: False
86
85
```
87
86
88
-
### -LocalStore
89
-
PARAMVALUE: SwitchParameter
90
-
91
-
```yaml
92
-
Type: SwitchParameter
93
-
Parameter Sets: (All)
94
-
Aliases:
95
-
96
-
Required: False
97
-
Position: Named
98
-
Default value: None
99
-
Accept pipeline input: False
100
-
Accept wildcard characters: False
101
-
```
102
-
103
-
### -Tenant
104
-
Globally unique identifier (GUID) of the tenant account whose network regions are being returned.
105
-
106
-
```yaml
107
-
Type: System.Guid
108
-
Parameter Sets: (All)
109
-
Aliases:
110
-
111
-
Required: False
112
-
Position: Named
113
-
Default value: None
114
-
Accept pipeline input: False
115
-
Accept wildcard characters: False
116
-
```
117
-
118
87
### CommonParameters
119
88
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
120
-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
89
+
For more information, see [about_CommonParameters ](https://go.microsoft.com/fwlink/?LinkID=113216).
121
90
122
91
## INPUTS
123
92
@@ -129,3 +98,8 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
The Identity parameter is a unique identifier that designates the scope. It specifies the collection of tenant network site to be returned.
82
+
The Identity parameter is a unique identifier for the site.
79
83
80
84
```yaml
81
-
Type: XdsGlobalRelativeIdentity
85
+
Type: String
82
86
Parameter Sets: Identity
83
87
Aliases:
84
88
85
-
Required: False
86
-
Position: 1
87
-
Default value: None
88
-
Accept pipeline input: False
89
-
Accept wildcard characters: False
90
-
```
91
-
92
-
### -LocalStore
93
-
PARAMVALUE: SwitchParameter
94
-
95
-
```yaml
96
-
Type: SwitchParameter
97
-
Parameter Sets: (All)
98
-
Aliases:
99
-
100
89
Required: False
101
90
Position: Named
102
91
Default value: None
103
92
Accept pipeline input: False
104
93
Accept wildcard characters: False
105
94
```
106
95
107
-
### -Tenant
108
-
Globally unique identifier (GUID) of the tenant account whose network sites are being returned.
96
+
### -IncludePhoneNumbers
97
+
This parameter is reserved for internal Microsoft use.
109
98
110
99
```yaml
111
-
Type: System.Guid
112
-
Parameter Sets: (All)
100
+
Type: Boolean
101
+
Parameter Sets: All
113
102
Aliases:
114
103
115
104
Required: False
@@ -118,7 +107,6 @@ Default value: None
118
107
Accept pipeline input: False
119
108
Accept wildcard characters: False
120
109
```
121
-
122
110
### CommonParameters
123
111
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
124
112
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
@@ -129,7 +117,57 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
129
117
130
118
## OUTPUTS
131
119
132
-
### System.Object
120
+
### Identity
121
+
The Identity of the site.
122
+
123
+
### Description
124
+
The description of the site.
125
+
126
+
### NetworkRegionID
127
+
The network region ID of the site.
128
+
129
+
### LocationPolicyID
130
+
The ID of the locaton policy assigned to the site.
131
+
132
+
### SiteAddress
133
+
This parameter is reserved for internal Microsoft use.
134
+
135
+
### NetworkSiteID
136
+
The ID of the network site.
137
+
138
+
### OnlineVoiceRoutingPolicyTagID
139
+
The ID of the online voice routing policy assigned to the site.
140
+
141
+
### EnableLocationBasedRouting
142
+
Boolean stating whether Location-Based Routing is enabled on the site.
143
+
144
+
### EmergencyCallRoutingPolicyTagID
145
+
The ID of the Teams emergency call routing policy assigned to the site.
146
+
147
+
### EmergencyCallingPolicyTagID
148
+
The ID of the Teams emergency calling policy assigned to the site.
149
+
150
+
### NetworkRoamingPolicyTagID
151
+
The ID of the Teams network roaming policy assigned to the site.
152
+
153
+
### EmergencyCallRoutingPolicyName
154
+
The name of the Teams emergency call routing policy assigned to the site.
155
+
156
+
### EmergencyCallingPolicyName
157
+
The name of the Teams emergency calling policy assigned to the site.
158
+
159
+
### NetworkRoamingPolicyName
160
+
The name of the Teams network roaming policy assigned to the site.
161
+
162
+
### PhoneNumbers
163
+
This parameter is reserved for internal Microsoft use.
164
+
133
165
## NOTES
166
+
The parameter IncludePhoneNumbers was introduced in Teams PowerShell Module 5.5.0.
0 commit comments