Skip to content

Commit 54ecd4c

Browse files
committed
Fixed build errors in 10 skype cmdlet topics
1 parent 201538a commit 54ecd4c

10 files changed

+69
-98
lines changed

skype/skype-ps/skype/Disable-CsOnlineSipDomain.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,22 @@ Disable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameter
2929
This cmdlet enables organizations with *multiple on-premises deployments of Skype for Business Server (or Lync Server)* to safely synchronize users from multiple forests into a single Office 365 tenant. When an online SIP domain is disabled in Skype for Business Online, provisioning is blocked for users in this SIP domain. This ensures routing for any on-premises users in this SIP domain continues to function properly.
3030

3131
This cmdlet facilitates consolidation of multiple Skype for Business Server deployments into a single Office 365 tenant. Consolidation can be achieved by moving one deployment at a time into Office 365, **provided the following key requirements are met**:
32-
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
33-
- At any given time, only 1 on-premises SfB forest can be in hybrid mode (Shared Sip Address Space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
34-
- If 1 deployment is in hybrid mode, all sip domains from any other SfB forests must be disabled using this cmdlet before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
35-
- Organizations must fully migrate each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the "hybrid" deployment, *before* moving on to migrate the next on-premises SfB deployment.
32+
33+
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
34+
- At any given time, only 1 on-premises SfB forest can be in hybrid mode (Shared Sip Address Space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
35+
- If 1 deployment is in hybrid mode, all sip domains from any other SfB forests must be disabled using this cmdlet before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
36+
- Organizations must fully migrate each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the "hybrid" deployment, *before* moving on to migrate the next on-premises SfB deployment.
3637

3738

3839
This cmdlet may also be useful for organizations with on-premises deployments of Skype for Business Server that have not properly configured Azure AD Connect. If the organization does not sync msRTCSIP-DeploymentLocator for its users, then Skype for Business Online will attempt to provision online any users with an assigned Skype for Business license, despite there being users on-premises. While the correct fix is to update the configuration for Azure AD Connect to sync those attributes, using Disable-CsOnlineSipDomain can also mitigate the problem until that configuration change can be made. If this cmdlet is run, any users that were previously provisioned online in that domain will be de-provisioned in Skype for Business Online.
3940

4041
**IMPORTANT**
4142
This cmdlet should not be run for domains that contain users hosted in Skype for Business Online. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
42-
- Their SIP addresses will be removed.
43-
- All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
44-
- These users will no longer be able to login to the Skype for Business Online environment.
45-
- If these users use Teams, they will no longer be able to inter-operate with Skype for Business users, nor will they be able to federate with any users in other organizations.
4643

44+
- Their SIP addresses will be removed.
45+
- All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
46+
- These users will no longer be able to login to the Skype for Business Online environment.
47+
- If these users use Teams, they will no longer be able to inter-operate with Skype for Business users, nor will they be able to federate with any users in other organizations.
4748

4849
## EXAMPLES
4950

@@ -63,8 +64,7 @@ The SIP domain to be disabled for online provisioning in Skype for Business Onli
6364
Type: String
6465
Parameter Sets: (All)
6566
Aliases:
66-
online version: https://docs.microsoft.com/powershell/module/skype/disable-csonlinesipdomain
67-
applicable: Skype for Business Online
67+
Applicable: Skype for Business Online
6868
Required: True
6969
Position: Named
7070
Default value: None
@@ -94,8 +94,7 @@ Suppresses all confirmation prompts that might occur when running the command.
9494
Type: SwitchParameter
9595
Parameter Sets: (All)
9696
Aliases:
97-
online version: https://docs.microsoft.com/powershell/module/skype/disable-csonlinesipdomain
98-
applicable: Skype for Business Online
97+
Applicable: Skype for Business Online
9998
Required: False
10099
Position: Named
101100
Default value: None

skype/skype-ps/skype/Enable-CsOnlineSipDomain.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,18 @@ Enable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameters
2222
```
2323

2424
## DESCRIPTION
25-
This cmdlet enables online provisioning of users in the specified SIP domain. In conjunction with Disable-CsOnlineSipDomain, this cmdlet allows organizations to consolidate *multiple on-premises deployments of Skype for Business Server (or Lync Server)* into a single Office 365 tenant. Consolidation can be achieved by moving one deployment at a time into Office 365, provided the following key requirements are met:
26-
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with > 1 O365 tenant is not supported.
27-
- At any given time, only 1 on-premises SfB forest can be in hybrid mode (Shared Sip Address Space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
28-
- If 1 deployment is in hybrid mode, all online SIP domains from any other SfB forests must be disabled before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
29-
- Organizations must fully migrate (e.g move all users to the cloud) each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the "hybrid" deployment, *before* moving on to migrate the next on-premises SfB deployment.
25+
This cmdlet enables online provisioning of users in the specified SIP domain. In conjunction with Disable-CsOnlineSipDomain, this cmdlet allows organizations to consolidate *multiple on-premises deployments of Skype for Business Server (or Lync Server)* into a single Office 365 tenant. Consolidation can be achieved by moving one deployment at a time into Office 365, provided the following key requirements are met:
26+
27+
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with > 1 O365 tenant is not supported.
28+
- At any given time, only 1 on-premises SfB forest can be in hybrid mode (Shared Sip Address Space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
29+
- If 1 deployment is in hybrid mode, all online SIP domains from any other SfB forests must be disabled before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
30+
- Organizations must fully migrate (e.g move all users to the cloud) each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the "hybrid" deployment, *before* moving on to migrate the next on-premises SfB deployment.
3031

3132
Before running this cmdlet for any SIP domain in a Skype for Business Server deployment, you must complete migration of any other existing hybrid SfB deployment that is in progress. All users in an existing hybrid deployment must be moved to the cloud, and that existing hybrid deployment must be detached from Office 365, as described in this article: [Disable hybrid to complete migration to the cloud](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation-disabling-hybrid).
3233

3334
**IMPORTANT**
3435
If you have more than one on-premises deployment of Skype for Business Server, you *must* ensure SharedSipAddressSpace is disabled in all other Skype for Business Server deployments except the deployment containing the SIP domain that is being enabled.
3536

36-
37-
3837
## EXAMPLES
3938

4039
### Example 1
@@ -53,8 +52,7 @@ The SIP domain to be enabled for online provisioning in Skype for Business Onlin
5352
Type: String
5453
Parameter Sets: (All)
5554
Aliases:
56-
online version: https://docs.microsoft.com/powershell/module/skype/enable-csonlinesipdomain
57-
applicable: Skype for Business Online
55+
Applicable: Skype for Business Online
5856
Required: True
5957
Position: Named
6058
Default value: None
@@ -69,33 +67,29 @@ Prompts you for confirmation before running the cmdlet.
6967
Type: SwitchParameter
7068
Parameter Sets: (All)
7169
Aliases: cf
72-
online version: https://docs.microsoft.com/powershell/module/skype/enable-csonlinesipdomain
73-
applicable: Skype for Business Online
70+
Applicable: Skype for Business Online
7471
Required: False
7572
Position: Named
7673
Default value: None
7774
Accept pipeline input: False
7875
Accept wildcard characters: False
7976
```
8077
81-
8278
### -Force
8379
Suppresses all confirmation prompts that might occur when running the command.
8480
8581
```yaml
8682
Type: SwitchParameter
8783
Parameter Sets: (All)
8884
Aliases:
89-
online version: https://docs.microsoft.com/powershell/module/skype/enable-csonlinesipdomain
90-
applicable: Skype for Business Online
85+
Applicable: Skype for Business Online
9186
Required: False
9287
Position: Named
9388
Default value: None
9489
Accept pipeline input: False
9590
Accept wildcard characters: False
9691
```
9792
98-
9993
### CommonParameters
10094
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
10195
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
@@ -113,4 +107,5 @@ For more information, see [about_CommonParameters](https://go.microsoft.com/fwli
113107
## RELATED LINKS
114108
115109
[Disable-CsOnlineSipDomain](Disable-CsOnlineSipDomain.md)
110+
116111
[Get-CsOnlineSipDomain](Get-CsOnlineSipDomain.md)

skype/skype-ps/skype/Get-CsAuthConfig.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ Get-CsAuthConfig [[-Pool] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2323

2424
## DESCRIPTION
2525
Use the Get-CsAuthConfig cmdlet to retrieve the authentication configuration for your organization.
26-
This cmdlet gets authentication configuration from two server roles - Registrar and WebServices.
26+
27+
This cmdlet gets authentication configuration from two server roles: Registrar and WebServices.
28+
2729
It is meant to only be run at the global level.
30+
2831
If you do run it at the pool level and only one of the roles are present on the pool, the cmdlet will return the setting that corresponds to the role that exists on the pool and the global settings for the role that doesn't exist on the pool.
32+
2933
If neither role is present on the pool, it will return an error.
34+
3035
If both roles are present for the pool, but policies are not defined at the pool level, the cmdlet will return an error.
3136

3237
## EXAMPLES
@@ -47,8 +52,7 @@ Prompts you for confirmation before running the cmdlet.
4752
Type: SwitchParameter
4853
Parameter Sets: (All)
4954
Aliases: cf
50-
online version: https://docs.microsoft.com/powershell/module/skype/get-csauthconfig
51-
applicable: Skype for Business Server 2019
55+
Applicable: Skype for Business Server 2019
5256
Required: False
5357
Position: Named
5458
Default value: None
@@ -63,8 +67,7 @@ Accept wildcard characters: False
6367
Type: String
6468
Parameter Sets: (All)
6569
Aliases:
66-
online version: https://docs.microsoft.com/powershell/module/skype/get-csauthconfig
67-
applicable: Skype for Business Server 2019
70+
Applicable: Skype for Business Server 2019
6871
Required: False
6972
Position: 0
7073
Default value: None
@@ -80,8 +83,7 @@ The cmdlet is not run.
8083
Type: SwitchParameter
8184
Parameter Sets: (All)
8285
Aliases: wi
83-
online version: https://docs.microsoft.com/powershell/module/skype/get-csauthconfig
84-
applicable: Skype for Business Server 2019
86+
Applicable: Skype for Business Server 2019
8587
Required: False
8688
Position: Named
8789
Default value: None

skype/skype-ps/skype/Get-CsCloudCallDataConnector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Retrieves the Call Data Connector data from the local replica of the Central Man
4444
Type: SwitchParameter
4545
Parameter Sets: (All)
4646
Aliases:
47-
online version: https://docs.microsoft.com/powershell/module/skype/get-cscloudcalldataconnector
48-
applicable: Skype for Business Server 2019
47+
Applicable: Skype for Business Server 2019
4948
Required: False
5049
Position: Named
5150
Default value: None

skype/skype-ps/skype/Get-CsCloudCallDataConnectorConfiguration.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ To return a collection of all the settings that have the string value "Western"
7777
Type: String
7878
Parameter Sets: Filter
7979
Aliases:
80-
online version: https://docs.microsoft.com/powershell/module/skype/get-cscloudcalldataconnectorconfiguration
81-
applicable: Skype for Business Server 2019
80+
Applicable: Skype for Business Server 2019
8281
Required: False
8382
Position: Named
8483
Default value: None
@@ -99,8 +98,7 @@ If this parameter is not specified, the Get-CsCloudCallDataConnectorConfiguratio
9998
Type: XdsIdentity
10099
Parameter Sets: Identity
101100
Aliases:
102-
online version: https://docs.microsoft.com/powershell/module/skype/get-cscloudcalldataconnectorconfiguration
103-
applicable: Skype for Business Server 2019
101+
Applicable: Skype for Business Server 2019
104102
Required: False
105103
Position: 1
106104
Default value: None
@@ -115,8 +113,7 @@ Retrieves the CloudCallDataConnector configuration data from the local replica o
115113
Type: SwitchParameter
116114
Parameter Sets: (All)
117115
Aliases:
118-
online version: https://docs.microsoft.com/powershell/module/skype/get-cscloudcalldataconnectorconfiguration
119-
applicable: Skype for Business Server 2019
116+
Applicable: Skype for Business Server 2019
120117
Required: False
121118
Position: Named
122119
Default value: None
@@ -132,7 +129,6 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
132129
133130
### None
134131
135-
136132
## OUTPUTS
137133
138134
### Microsoft.Rtc.Management.WritableConfig.Settings.CallDataConnectorConfiguration

skype/skype-ps/skype/Get-CsOnlineSipDomain.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,14 @@ A specific domain to get the status of.
4949
Type: String
5050
Parameter Sets: (All)
5151
Aliases:
52-
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinesipdomain
53-
applicable: Skype for Business Online
52+
Applicable: Skype for Business Online
5453
Required: False
5554
Position: Named
5655
Default value: None
5756
Accept pipeline input: False
5857
Accept wildcard characters: False
5958
```
6059
61-
6260
### -DomainStatus
6361
This indicates the status of an online sip domain, which can be either enabled or disabled.
6462
@@ -67,16 +65,14 @@ Type: DomainStatus
6765
Parameter Sets: (All)
6866
Aliases:
6967
Accepted values: All, Enabled, Disabled
70-
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinesipdomain
71-
applicable: Skype for Business Online
68+
Applicable: Skype for Business Online
7269
Required: False
7370
Position: Named
7471
Default value: None
7572
Accept pipeline input: False
7673
Accept wildcard characters: False
7774
```
7875
79-
8076
### CommonParameters
8177
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
8278
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
@@ -88,10 +84,13 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
8884
## OUTPUTS
8985
9086
### Microsoft.Rtc.Management.Hosted.Provision.OSD.OnlineSipDomainBase+DomainState
87+
9188
## NOTES
9289
9390
## RELATED LINKS
9491
9592
[Disable-CsOnlineSipDomain](Disable-CsOnlineSipDomain.md)
96-
[Enable-CsOnlineSipDomain](Enable-CsOnlineSipDomain.md)
93+
94+
[Enable-CsOnlineSipDomain](Enable-CsOnlineSipDomain.md)
95+
9796
[Cloud consolidation for Teams and Skype for Business](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation)

skype/skype-ps/skype/New-CsCloudCallDataConnectorConfiguration.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Prompts you for confirmation before running the cmdlet.
6262
Type: SwitchParameter
6363
Parameter Sets: (All)
6464
Aliases: cf
65-
online version: https://docs.microsoft.com/powershell/module/skype/new-cscloudcalldataconnectorconfiguration
66-
applicable: Skype for Business Server 2019
65+
Applicable: Skype for Business Server 2019
6766
Required: False
6867
Position: Named
6968
Default value: None
@@ -78,8 +77,7 @@ Enables upload of call data (CDR and QoE).
7877
Type: Boolean
7978
Parameter Sets: (All)
8079
Aliases:
81-
online version: https://docs.microsoft.com/powershell/module/skype/new-cscloudcalldataconnectorconfiguration
82-
applicable: Skype for Business Server 2019
80+
Applicable: Skype for Business Server 2019
8381
Required: False
8482
Position: Named
8583
Default value: None
@@ -94,8 +92,7 @@ Suppresses the display of any non-fatal error message that might occur when runn
9492
Type: SwitchParameter
9593
Parameter Sets: (All)
9694
Aliases:
97-
online version: https://docs.microsoft.com/powershell/module/skype/new-cscloudcalldataconnectorconfiguration
98-
applicable: Skype for Business Server 2019
95+
Applicable: Skype for Business Server 2019
9996
Required: False
10097
Position: Named
10198
Default value: None
@@ -110,8 +107,7 @@ Represents the unique identifier to be assigned to the new collection of CloudCa
110107
Type: XdsIdentity
111108
Parameter Sets: (All)
112109
Aliases:
113-
online version: https://docs.microsoft.com/powershell/module/skype/new-cscloudcalldataconnectorconfiguration
114-
applicable: Skype for Business Server 2019
110+
Applicable: Skype for Business Server 2019
115111
Required: True
116112
Position: 1
117113
Default value: None
@@ -126,8 +122,7 @@ Creates an object reference without actually committing the object as a permanen
126122
Type: SwitchParameter
127123
Parameter Sets: (All)
128124
Aliases:
129-
online version: https://docs.microsoft.com/powershell/module/skype/new-cscloudcalldataconnectorconfiguration
130-
applicable: Skype for Business Server 2019
125+
Applicable: Skype for Business Server 2019
131126
Required: False
132127
Position: Named
133128
Default value: None
@@ -143,8 +138,7 @@ The cmdlet is not run.
143138
Type: SwitchParameter
144139
Parameter Sets: (All)
145140
Aliases: wi
146-
online version: https://docs.microsoft.com/powershell/module/skype/new-cscloudcalldataconnectorconfiguration
147-
applicable: Skype for Business Server 2019
141+
Applicable: Skype for Business Server 2019
148142
Required: False
149143
Position: Named
150144
Default value: None

0 commit comments

Comments
 (0)