Skip to content

Commit 374799c

Browse files
authored
Update Get-CsOnlineSipDomain.md
1 parent bf61749 commit 374799c

File tree

1 file changed

+4
-34
lines changed

1 file changed

+4
-34
lines changed

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

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ This cmdlet lists online sip domains and their enabled/disabled status. In a dis
1515
## SYNTAX
1616

1717
```
18-
Get-CsOnlineSipDomain [-Domain <String>] [-DomainType <DomainStatus>] [-Tenant <System.Guid>]
19-
[-Force] [<CommonParameters>]
18+
Get-CsOnlineSipDomain [-Domain <String>] [-DomainType <DomainStatus>] [<CommonParameters>]
2019
```
2120

2221
## DESCRIPTION
@@ -29,14 +28,14 @@ This cmdlet is useful for organizations consolidating multiple on-premises deplo
2928
PS C:\> Get-CsOnlineSipDomain
3029
```
3130

32-
List all online sip domains in the tenant and show their enabled/disabled status.
31+
List all online SIP domains in the tenant and show their enabled/disabled status.
3332

3433
### Example 2
3534
```powershell
3635
PS C:\> Get-CsOnlineSipDomain -DomainType Disabled
3736
```
3837

39-
List all disabled online sip domains in the tenant.
38+
List all disabled online SIP domains in the tenant.
4039

4140
## PARAMETERS
4241

@@ -72,35 +71,6 @@ Accept pipeline input: False
7271
Accept wildcard characters: False
7372
```
7473
75-
### -Force
76-
{{Fill Force Description}}
77-
78-
```yaml
79-
Type: SwitchParameter
80-
Parameter Sets: (All)
81-
Aliases:
82-
applicable: Skype for Business Online
83-
Required: False
84-
Position: Named
85-
Default value: None
86-
Accept pipeline input: False
87-
Accept wildcard characters: False
88-
```
89-
90-
### -Tenant
91-
{{Fill Tenant Description}}
92-
93-
```yaml
94-
Type: System.Guid
95-
Parameter Sets: (All)
96-
Aliases:
97-
applicable: Skype for Business Online
98-
Required: False
99-
Position: Named
100-
Default value: None
101-
Accept pipeline input: False
102-
Accept wildcard characters: False
103-
```
10474
10575
### CommonParameters
10676
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
@@ -112,7 +82,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
11282
11383
## OUTPUTS
11484
115-
### System.Object
85+
### Microsoft.Rtc.Management.Hosted.Provision.OSD.OnlineSipDomainBase+DomainState
11686
## NOTES
11787
11888
## RELATED LINKS

0 commit comments

Comments
 (0)