Get-CsOnlineSipDomain

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.

Syntax

Get-CsOnlineSipDomain
   [-Domain <String>]
   [-DomainStatus <DomainStatus>]
   [<CommonParameters>]

Description

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. For full details on cloud consolidation scenarios, see Cloud consolidation for Teams and Skype for Business.

Examples

Example 1

PS C:\> Get-CsOnlineSipDomain

List all online SIP domains in the tenant and show their enabled/disabled status.

Example 2

PS C:\> Get-CsOnlineSipDomain -DomainStatus Disabled

List all disabled online SIP domains in the tenant.

Parameters

-Domain

A specific domain to get the status of.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-DomainStatus

This indicates the status of an online sip domain, which can be either enabled or disabled.

Type:DomainStatus
Accepted values:All, Enabled, Disabled
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

None

Outputs

Microsoft.Rtc.Management.Hosted.Provision.OSD.OnlineSipDomainBase+DomainState