Skip to content

Commit ab48651

Browse files
authored
Merge pull request MicrosoftDocs#1993 from bjwhalen/patch-26
Update Get-CsOnlineSipDomain.md
2 parents 5d27094 + edc7311 commit ab48651

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

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

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ schema: 2.0.0
88
# Get-CsOnlineSipDomain
99

1010
## SYNOPSIS
11+
**THIS IS PRELIMINARY DOCUMENTATION OF UPCOMING FUNCTIONALITY**</br>
12+
13+
This cmdlet lists online sip domains and their enabled/disabled status. In a disabled domain, provisioning of users is blocked. Once a domain is re-enabled, provisioning of users in that domain will happen.
1114

1215
## SYNTAX
1316

@@ -17,21 +20,28 @@ Get-CsOnlineSipDomain [-Domain <String>] [-DomainType <DomainStatus>] [-Tenant <
1720
```
1821

1922
## DESCRIPTION
20-
{{Fill in the Description}}
23+
This cmdlet is useful for organizations consolidating multiple on-premises deployments of Skype for Business Server into a single Office 365 tenant. During consolidation, sip domains for all forests hosting Skype for Business Server - other than the forest currently in hybrid mode - must be disabled. Once a hybrid deployment is fully migrated to the cloud and detached from Office 365, the next forest can start migration to the cloud. This cmdlet allows administrators to view the status of sip domains in their Office 365 tenant.
2124

2225
## EXAMPLES
2326

2427
### Example 1
2528
```powershell
26-
PS C:\> {{ Add example code here }}
29+
PS C:\> Get-CsOnlineSipDomain
30+
```
31+
32+
List all online sip domains in the tenant and show their enabled/disabled status.
33+
34+
### Example 2
35+
```powershell
36+
PS C:\> Get-CsOnlineSipDomain -DomainType Disabled
2737
```
2838

29-
{{ Add example description here }}
39+
List all disabled online sip domains in the tenant.
3040

3141
## PARAMETERS
3242

3343
### -Domain
34-
{{Fill Domain Description}}
44+
A specific domain to get the status of.
3545

3646
```yaml
3747
Type: String
@@ -61,7 +71,7 @@ Accept wildcard characters: False
6171
```
6272
6373
### -DomainType
64-
{{Fill DomainType Description}}
74+
This indicates the status of an online sip domain, which can be either enabled or disabled.
6575
6676
```yaml
6777
Type: DomainStatus

0 commit comments

Comments
 (0)