Skip to content

Commit 0b9a8e1

Browse files
authored
Merge pull request MicrosoftDocs#2000 from bjwhalen/patch-27
Update Disable-CsOnlineSipDomain.md
2 parents 528ad73 + a6926f1 commit 0b9a8e1

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

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

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
**THIS IS PRELIMINARY DOCUMENTATION OF UPCOMING FUNCTIONALITY**</br>
12-
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows 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. **IMPORTANT:** Only 1 Skype for Business forest can by in hybrid mode at a given time.
13-
.
12+
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows 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. **IMPORTANT:** Only 1 Skype for Business forest can be in hybrid mode at a given time.
13+
1414
## SYNTAX
1515

1616
```
@@ -21,7 +21,7 @@ Disable-CsOnlineSipDomain -Domain <String> [-Tenant <System.Guid>] [-DomainContr
2121
## DESCRIPTION
2222
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 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.
2323

24-
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:
24+
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**:
2525
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
2626
- At any given time, only 1 on-premise 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 federated with each other.)
2727
- 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.
@@ -49,21 +49,6 @@ The cmdlet above disables the online sip domain Fabrikam.com. This would be use
4949

5050
## PARAMETERS
5151

52-
### -Confirm
53-
Prompts you for confirmation before running the cmdlet.
54-
55-
```yaml
56-
Type: SwitchParameter
57-
Parameter Sets: (All)
58-
Aliases: cf
59-
60-
Required: False
61-
Position: Named
62-
Default value: None
63-
Accept pipeline input: False
64-
Accept wildcard characters: False
65-
```
66-
6752
### -Domain
6853
{{Fill Domain Description}}
6954

@@ -79,14 +64,14 @@ Accept pipeline input: False
7964
Accept wildcard characters: False
8065
```
8166
82-
### -DomainController
83-
{{Fill DomainController Description}}
67+
### -Confirm
68+
Prompts you for confirmation before running the cmdlet.
8469
8570
```yaml
86-
Type: String
71+
Type: SwitchParameter
8772
Parameter Sets: (All)
88-
Aliases: DC
89-
applicable: Skype for Business Online
73+
Aliases: cf
74+
9075
Required: False
9176
Position: Named
9277
Default value: None
@@ -152,6 +137,9 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
152137
153138
### System.Object
154139
## NOTES
155-
This cmdlets is for advanced scenarios only. Organizations that are pure online or have only 1 on-premise deployment need not run this cmdlet.
140+
This cmdlet is for advanced scenarios only. Organizations that are pure online or have only 1 on-premise deployment need not run this cmdlet.
156141
157142
## RELATED LINKS
143+
144+
[Enable-CsOnlineSipDomain](Enable-CsOnlineSipDomain.md)
145+
[Get-CsOnlineSipDomain](Get-CsOnlineSipDomain.md)

0 commit comments

Comments
 (0)