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
Default (Default)
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
Applicable: Microsoft Teams
A specific domain to get the status of.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-DomainStatus
Applicable: Microsoft Teams
This indicates the status of an online sip domain, which can be either enabled or disabled.
Parameter properties
Type: | DomainStatus |
Default value: | None |
Accepted values: | All, Enabled, Disabled |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.