Skip to content

Commit a13403e

Browse files
authored
Merge branch 'master' into patch-10
2 parents 8073983 + ad29983 commit a13403e

File tree

7 files changed

+163
-31
lines changed

7 files changed

+163
-31
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/Get-CsUserDelegates.md

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-CsUserDelegates
1313

1414
## SYNOPSIS
15-
{{ Fill in the Synopsis }}
15+
This cmdlet returns an object of delegates list, and displays the specified user’s delegate list, in case of success. In case of failure, appropriate error message is shown.
1616

1717
## SYNTAX
1818

@@ -21,41 +21,36 @@ Get-CsUserDelegates [-User] <String> [-Force] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
24-
{{ Fill in the Description }}
24+
The feature enables the use of SEFAUtil functionality in PowerShell. SEFAUtil (Secondary Extension Feature Activation) enables Skype server administrators and helpdesk agents to configure delegate-ringing, call-forwarding and Group Call Pickup settings on behalf of a Skype server user. This tool also allows administrators to query the call-routing settings that are published for a particular user.
25+
The cmdlets introduced in this feature can only be run by members of the following groups for On-prem deployments, per the access level specified below:
26+
• CsAdministrator – Get and Set for all cmdlets
27+
• CsVoiceAdministrator - Get and Set for all cmdlets
28+
• CsServerAdministrator - Get and Set for all cmdlets
29+
• CsHelpDesk - Get for all cmdlets
30+
Server auto-discovery needs to be enabled. There are no additional licensing requirements for use of the cmdlets.
31+
2532

2633
## EXAMPLES
2734

28-
### Example 1
29-
```powershell
30-
PS C:\> {{ Add example code here }}
35+
###-------------------------- Example --------------------------
3136
```
32-
33-
{{ Add example description here }}
37+
Get-CsUserDelegates -User [email protected]
38+
```
39+
This example returns the list of delegates for the specified user
3440

3541
## PARAMETERS
3642

37-
### -Force
38-
{{ Fill Force Description }}
39-
40-
```yaml
41-
Type: SwitchParameter
42-
Parameter Sets: (All)
43-
Aliases:
44-
45-
Required: False
46-
Position: Named
47-
Default value: None
48-
Accept pipeline input: False
49-
Accept wildcard characters: False
50-
```
51-
5243
### -User
53-
{{ Fill User Description }}
44+
Specifies the identity of the target user.
45+
Acceptable values include:
46+
47+
Example: sip:jphillips@contoso.com
5448

5549
```yaml
5650
Type: String
5751
Parameter Sets: (All)
5852
Aliases: DisplayName, SipAddress, Identity
53+
Applicable: Skype for Business Server 2019CU1
5954

6055
Required: True
6156
Position: 0
@@ -69,11 +64,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6964
7065
## INPUTS
7166
72-
### System.String
67+
###
68+
None
7369
7470
## OUTPUTS
7571
76-
### System.Object
77-
## NOTES
72+
###
73+
an object of delegates list
7874
7975
## RELATED LINKS

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/Set-CsOAuthConfiguration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,15 @@ Accept wildcard characters: False
276276
```
277277

278278
### -ClientAdalAuthOverride
279-
Enable or disable ADAL (Modern Authentication) for Skype for Business Online in your tenant. Valid values are NoOverride, Allowed and Disallowed.
279+
Enable or disable ADAL (Modern Authentication) for Skype for Business Online in your tenant. Valid values are
280+
281+
NoOverride, use global OAuth configuration
282+
283+
Allowed, Enables OAuth for the tenant
284+
285+
Disallowed, Disables OAuth for the tenant
286+
287+
For more information, see [Hybrid Modern Authentication overview and prerequisites for using it with on-premises Skype for Business and Exchange servers](https://docs.microsoft.com/office365/enterprise/hybrid-modern-auth-overview)
280288

281289
```yaml
282290
Type: ClientAdalAuthOverride

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)