Skip to content

Commit 2a89c82

Browse files
authored
Merge pull request MicrosoftDocs#3819 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 9d816e0 + 0bd1c8a commit 2a89c82

File tree

9 files changed

+201
-46
lines changed

9 files changed

+201
-46
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/Invoke-CsRgsStoreReplicateData.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.author: hirshah
99
ms.reviewer:
1010
---
1111

12-
# Invoke-CsRgsStoreReplicateData
12+
# Invoke-CsRGSStoreReplicateData
1313

1414
## SYNOPSIS
15-
{{ Fill in the Synopsis }}
15+
Replicate existing RGS data present on the specified pool to the backup tables so that data can be picked up by RGSBackupService.
1616

1717
## SYNTAX
1818

@@ -21,26 +21,29 @@ Invoke-CsRgsStoreReplicateData -PoolFqdn <Fqdn> [-Force] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
24-
{{ Fill in the Description }}
24+
The Invoke-CsRGSStoreReplicateData cmdlet enables administrators to replicate existing RGS data(RGS entities created before CU1 installation) present on the specified pool to the backup tables so that data can be picked by backupservice. Backup service will sync RGS data to the paired pool if RGSBackupSerice in enabled.
25+
Skype for Business Server Control Panel: The functions carried out by the Invoke- CsRGSStoreReplicateData cmdlet are not available in the Skype for Business Server Control Panel.
26+
2527

2628
## EXAMPLES
2729

2830
### Example 1
29-
```powershell
30-
PS C:\> {{ Add example code here }}
31+
```
32+
Invoke-CsRGSStoreReplicateData -PoolFqdn "atl-cs-001.litwareinc.com"
3133
```
3234

33-
{{ Add example description here }}
35+
The command shown in Example 1 replicates the RGS data for the pool atl-cs-001.litwareinc.com to the back up table.
3436

3537
## PARAMETERS
3638

3739
### -Force
38-
{{ Fill Force Description }}
40+
Suppresses the display of any non-fatal error message that might occur when running the command.
3941

4042
```yaml
4143
Type: SwitchParameter
4244
Parameter Sets: (All)
4345
Aliases:
46+
Applicable: Skype for Business Server 2019CU1
4447

4548
Required: False
4649
Position: Named
@@ -50,30 +53,32 @@ Accept wildcard characters: False
5053
```
5154
5255
### -PoolFqdn
53-
{{ Fill PoolFqdn Description }}
56+
Fully qualified domain name of the pool whose data will be replicated.
57+
For example:
58+
`-PoolFqdn "atl-cs-001.litwareinc.com"`
5459

5560
```yaml
5661
Type: Fqdn
5762
Parameter Sets: (All)
58-
Aliases:
63+
Aliases:
64+
Applicable: Skype for Business Server 2019CU1
5965
6066
Required: True
6167
Position: Named
6268
Default value: None
6369
Accept pipeline input: False
64-
Accept wildcard characters: False
6570
```
6671

6772
### CommonParameters
6873
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
6974

7075
## INPUTS
76+
###
77+
None. The Invoke-CsRGSStoreReplicateData cmdlet does not accept pipelined data.
7178

72-
### None
7379

7480
## OUTPUTS
75-
76-
### System.Object
77-
## NOTES
81+
###
82+
None.
7883

7984
## RELATED LINKS

skype/skype-ps/skype/Move-CsUser.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Moves one or more user accounts enabled for Skype for Business Server to a new R
2020
### (Default)
2121

2222
```
23-
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [-MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
23+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [-MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-MoveConferenceData] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -225,6 +225,24 @@ Accept pipeline input: False
225225
Accept wildcard characters: False
226226
```
227227
228+
### -MoveConferenceData
229+
230+
When present, moves meeting and conference data for users being transferred to a different Registrar pool.
231+
Note that you should only use the MoveConferenceData parameter if you are moving users between on-premises pools and you should not use the MoveConferenceData parameter if you are moving users as part of a disaster recovery procedure.
232+
Instead, you should rely on the backup service for moving conference data as part of a disaster recovery procedure.
233+
234+
```yaml
235+
Type: SwitchParameter
236+
Parameter Sets: (All)
237+
Aliases:
238+
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
239+
Required: False
240+
Position: Named
241+
Default value: None
242+
Accept pipeline input: False
243+
Accept wildcard characters: False
244+
```
245+
228246
### -Force
229247
230248
If present, moves the user account without moving contacts or meetings. Contacts and meetings are not recoverable.

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)