Skip to content

Commit 02ea87c

Browse files
authored
Merge branch 'master' into patch-48
2 parents e3ec833 + 8009417 commit 02ea87c

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

skype/skype-ps/skype/Set-CsTenantNetworkSite.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The network region 'RegionRedmond' is created beforehand and 'MicrosoftSite1' wi
4949

5050
###-------------------------- Example 2 --------------------------
5151
```powershell
52-
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -LocationPolicy "TestLocationPolicy" -EnableLocationBasedRouting $true -SiteAddress "One Microsoft way" -OnlineVoiceRoutingPolicy "OVRP1"
52+
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -LocationPolicy "TestLocationPolicy" -EnableLocationBasedRouting $true -SiteAddress "One Microsoft way"
5353
```
5454

55-
The command shown in Example 2 set the network site 'site2' with description 'site 2'. This site is enabled for LBR, and associates with network region 'RedmondRegion', with location policy 'TestLocationPolicy', and with OnlineVoiceRoutingPolicy "OVRP1"
55+
The command shown in Example 2 sets the network site 'site2' with description 'site 2'. This site is enabled for LBR. The example associates the site with network region 'RedmondRegion' and with location policy 'TestLocationPolicy'.
5656

5757
## PARAMETERS
5858

@@ -178,9 +178,7 @@ Accept wildcard characters: False
178178
```
179179

180180
### -OnlineVoiceRoutingPolicy
181-
This parameter determines the unique name of existing OnlineVoiceRoutingPolicy that the current network site associates to.
182-
183-
OnlineVoiceRoutingPolicy is used to associate a user with the appropriate PSTN usages.
181+
This parameter is deprecated and should not be used.
184182

185183
```yaml
186184
Type: String

spmt/spmt-ps/spmt/Register-SPMTMigration.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,23 @@ Accept pipeline input: False
152152
Accept wildcard characters: False
153153
```
154154
155+
### -IgnoreUpdate
156+
The default setting is OFF.
157+
158+
Skip the checking and installation of new updates, even when a new version of PowerShell SPMT is available.
159+
160+
```yaml
161+
Type: SwitchParameter
162+
Parameter Sets: (All)
163+
Aliases:
164+
165+
Required: False
166+
Position: Named
167+
Default value: False
168+
Accept pipeline input: False
169+
Accept wildcard characters: False
170+
```
171+
155172
### -EnableMultiRound
156173
The default setting is Off.
157174
This means the migration will only do one check round to make sure no new changes or additions were made since the previous run.

0 commit comments

Comments
 (0)