Skip to content

Commit 0be9cfe

Browse files
authored
Merge branch 'master' into patch-62
2 parents 0a26183 + 099082a commit 0be9cfe

File tree

5 files changed

+132
-4
lines changed

5 files changed

+132
-4
lines changed

exchange/exchange-ps/exchange/federation-and-hybrid/Enable-RemoteMailbox.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ After the user is mail-enabled, directory synchronization synchronizes the mail-
8080

8181
### -------------------------- Example 2 --------------------------
8282
```
83-
Enable-RemoteMailbox "Kim Akers" -RemoteRoutingAddress "[email protected]" -Archive
83+
Enable-RemoteMailbox "Kim Akers" -RemoteRoutingAddress "[email protected]"
84+
Enable-RemoteMailbox "Kim Akers" -Archive
8485
```
8586

8687
This example does the following:

skype/skype-ps/skype/Get-CsPoolUpgradeReadinessState.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ There are no options enabling you to run the Get-CsPoolUpgradeReadinessState cmd
3232

3333
The functions carried out by the Get-CsPoolUpgradeReadinessState cmdlet are not available in the Skype for Business Server Control Panel.
3434

35+
In Skype for Business Server 2019, Get-CsPoolUpgradeReadinessState cmdlet was replaced by [Get-CsUpgradeDomainInfo](Get-CsUpgradeDomainInfo.md) cmdlet.
3536

3637

3738
## EXAMPLES
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Server 2019
4+
title: Get-CsUpgradeDomainInfo
5+
schema: 2.0.0
6+
manager: rogupta
7+
author: hirenshah1
8+
ms.author: hirshah
9+
ms.reviewer:
10+
---
11+
12+
# Get-CsUpgradeDomainInfo
13+
14+
## SYNOPSIS
15+
Returns information indicating whether or not your Skype for Business Server Registrar pools are ready to be upgraded.
16+
The upgrade readiness state for a pool is based on the upgrade domains that have been configured for that pool.
17+
18+
## SYNTAX
19+
20+
```
21+
Get-CsUpgradeDomainInfo [-Force] [-QueryTimeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
The Get-CsUpgradeDomainInfo cmdlet returns information about the upgrade readiness for a Skype for Business Server pool.
26+
The returned information includes the number of Front End servers assigned to the pool; the number of currently active Front End servers; the name of the upgrade domain; and a True/False value that indicates whether the current state of the pool allows it to be upgraded.
27+
Note that this cmdlet must be run locally on a Front End server in the pool being checked.
28+
There are no options enabling you to run the Get-CsUpgradeDomainInfo cmdlet remotely.
29+
30+
The functions carried out by the Get-CsUpgradeDomainInfo cmdlet are not available in the Skype for Business Server Control Panel.
31+
32+
## EXAMPLES
33+
34+
### -------------------------- Example 1 --------------------------
35+
```
36+
Get-CsUpgradeDomainInfo
37+
```
38+
39+
The command shown in Example 1 returns the upgrade readiness state for the local Registrar pool.
40+
Note that this command must be executed on a Front End server located within the pool.
41+
42+
## PARAMETERS
43+
44+
### -Confirm
45+
Prompts you for confirmation before executing the command.
46+
47+
```yaml
48+
Type: SwitchParameter
49+
Parameter Sets: (All)
50+
Aliases: cf
51+
Applicable: Skype for Business Server 2019
52+
53+
Required: False
54+
Position: Named
55+
Default value: None
56+
Accept pipeline input: False
57+
Accept wildcard characters: False
58+
```
59+
60+
### -Force
61+
Suppresses the display of any non-fatal error message that might occur when running the command.
62+
63+
```yaml
64+
Type: SwitchParameter
65+
Parameter Sets: (All)
66+
Aliases:
67+
Applicable: Skype for Business Server 2019
68+
69+
Required: False
70+
Position: Named
71+
Default value: None
72+
Accept pipeline input: False
73+
Accept wildcard characters: False
74+
```
75+
76+
### -WhatIf
77+
Describes what would happen if you executed the command without actually executing the command.
78+
79+
```yaml
80+
Type: SwitchParameter
81+
Parameter Sets: (All)
82+
Aliases: wi
83+
Applicable: Skype for Business Server 2019
84+
85+
Required: False
86+
Position: Named
87+
Default value: None
88+
Accept pipeline input: False
89+
Accept wildcard characters: False
90+
```
91+
92+
### -QueryTimeout
93+
Query timeout period in minutes to retrieve the state of fabric services.
94+
95+
```yaml
96+
Type: SwitchParameter
97+
Parameter Sets: (All)
98+
Aliases:
99+
Applicable: Skype for Business Server 2019
100+
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
108+
### CommonParameters
109+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
110+
111+
112+
## INPUTS
113+
114+
### None
115+
116+
117+
## OUTPUTS
118+
119+
### Microsoft.Rtc.Management.Hadr.PoolUpgradeState
120+
121+
122+
## NOTES
123+
124+
125+
## RELATED LINKS
126+

skype/skype-ps/skype/New-CsConferencingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ Accept wildcard characters: False
10101010
```
10111011
10121012
### -CloudRecordingServiceSupport
1013-
{{Fill CloudRecordingServiceSupport Description}}
1013+
This parameter is reserved for internal Microsoft use.
10141014
10151015
```yaml
10161016
Type: CloudRecordingServiceSupport

skype/skype-ps/skype/skype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,8 @@ The following cmdlet references are for Skype for Business and Microsoft Teams.
848848
### [Get-CsUserDatabaseState](Get-CsUserDatabaseState.md)
849849
{{Manually Enter Get-CsUserDatabaseState Description Here}}
850850

851-
### [Get-CsUserDelegates.md](Get-CsUserDelegates.md)
852-
{{Manually Enter Get-CsUserDelegates.md Description Here}}
851+
### [Get-CsUserDelegates](Get-CsUserDelegates.md)
852+
{{Manually Enter Get-CsUserDelegates Description Here}}
853853

854854
### [Get-CsUserLocationStatus](Get-CsUserLocationStatus.md)
855855
{{Manually Enter Get-CsUserLocationStatus Description Here}}

0 commit comments

Comments
 (0)