Skip to content

Commit ffcc0b0

Browse files
authored
Merge pull request MicrosoftDocs#1969 from MicrosoftDocs/kenwith
Adds CsOnlineSipDomain cmdlets.
2 parents ad19f28 + 14bd9e2 commit ffcc0b0

File tree

4 files changed

+402
-0
lines changed

4 files changed

+402
-0
lines changed
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Disable-CsOnlineSipDomain
5+
schema: 2.0.0
6+
---
7+
8+
# Disable-CsOnlineSipDomain
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
```
15+
Disable-CsOnlineSipDomain -Domain <String> [-Tenant <System.Guid>] [-DomainController <String>] [-Force]
16+
[-WhatIf] [-Confirm] [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{Fill in the Description}}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -Confirm
34+
Prompts you for confirmation before running the cmdlet.
35+
36+
```yaml
37+
Type: SwitchParameter
38+
Parameter Sets: (All)
39+
Aliases: cf
40+
41+
Required: False
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -Domain
49+
{{Fill Domain Description}}
50+
51+
```yaml
52+
Type: String
53+
Parameter Sets: (All)
54+
Aliases:
55+
applicable: Skype for Business Online
56+
Required: True
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -DomainController
64+
{{Fill DomainController Description}}
65+
66+
```yaml
67+
Type: String
68+
Parameter Sets: (All)
69+
Aliases: DC
70+
applicable: Skype for Business Online
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
78+
### -Force
79+
{{Fill Force Description}}
80+
81+
```yaml
82+
Type: SwitchParameter
83+
Parameter Sets: (All)
84+
Aliases:
85+
applicable: Skype for Business Online
86+
Required: False
87+
Position: Named
88+
Default value: None
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
```
92+
93+
### -Tenant
94+
{{Fill Tenant Description}}
95+
96+
```yaml
97+
Type: System.Guid
98+
Parameter Sets: (All)
99+
Aliases:
100+
applicable: Skype for Business Online
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
108+
### -WhatIf
109+
Shows what would happen if the cmdlet runs.
110+
The cmdlet is not run.
111+
112+
```yaml
113+
Type: SwitchParameter
114+
Parameter Sets: (All)
115+
Aliases: wi
116+
applicable: Skype for Business Online
117+
Required: False
118+
Position: Named
119+
Default value: None
120+
Accept pipeline input: False
121+
Accept wildcard characters: False
122+
```
123+
124+
### CommonParameters
125+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
126+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
127+
128+
## INPUTS
129+
130+
### None
131+
132+
## OUTPUTS
133+
134+
### System.Object
135+
## NOTES
136+
137+
## RELATED LINKS
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Enable-CsOnlineSipDomain
5+
schema: 2.0.0
6+
---
7+
8+
# Enable-CsOnlineSipDomain
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
```
15+
Enable-CsOnlineSipDomain -Domain <String> [-Tenant <System.Guid>] [-DomainController <String>] [-Force]
16+
[-WhatIf] [-Confirm] [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{Fill in the Description}}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -Confirm
34+
Prompts you for confirmation before running the cmdlet.
35+
36+
```yaml
37+
Type: SwitchParameter
38+
Parameter Sets: (All)
39+
Aliases: cf
40+
applicable: Skype for Business Online
41+
Required: False
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -Domain
49+
{{Fill Domain Description}}
50+
51+
```yaml
52+
Type: String
53+
Parameter Sets: (All)
54+
Aliases:
55+
applicable: Skype for Business Online
56+
Required: True
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -DomainController
64+
{{Fill DomainController Description}}
65+
66+
```yaml
67+
Type: String
68+
Parameter Sets: (All)
69+
Aliases: DC
70+
applicable: Skype for Business Online
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
78+
### -Force
79+
{{Fill Force Description}}
80+
81+
```yaml
82+
Type: SwitchParameter
83+
Parameter Sets: (All)
84+
Aliases:
85+
applicable: Skype for Business Online
86+
Required: False
87+
Position: Named
88+
Default value: None
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
```
92+
93+
### -Tenant
94+
{{Fill Tenant Description}}
95+
96+
```yaml
97+
Type: System.Guid
98+
Parameter Sets: (All)
99+
Aliases:
100+
applicable: Skype for Business Online
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
108+
### -WhatIf
109+
Shows what would happen if the cmdlet runs.
110+
The cmdlet is not run.
111+
112+
```yaml
113+
Type: SwitchParameter
114+
Parameter Sets: (All)
115+
Aliases: wi
116+
applicable: Skype for Business Online
117+
Required: False
118+
Position: Named
119+
Default value: None
120+
Accept pipeline input: False
121+
Accept wildcard characters: False
122+
```
123+
124+
### CommonParameters
125+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
126+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
127+
128+
## INPUTS
129+
130+
### None
131+
132+
## OUTPUTS
133+
134+
### System.Object
135+
## NOTES
136+
137+
## RELATED LINKS
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Get-CsOnlineSipDomain
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsOnlineSipDomain
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
```
15+
Get-CsOnlineSipDomain [-Domain <String>] [-DomainType <DomainStatus>] [-Tenant <System.Guid>]
16+
[-DomainController <String>] [-Force] [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{Fill in the Description}}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -Domain
34+
{{Fill Domain Description}}
35+
36+
```yaml
37+
Type: String
38+
Parameter Sets: (All)
39+
Aliases:
40+
applicable: Skype for Business Online
41+
Required: False
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -DomainController
49+
{{Fill DomainController Description}}
50+
51+
```yaml
52+
Type: String
53+
Parameter Sets: (All)
54+
Aliases: DC
55+
applicable: Skype for Business Online
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -DomainType
64+
{{Fill DomainType Description}}
65+
66+
```yaml
67+
Type: DomainStatus
68+
Parameter Sets: (All)
69+
Aliases:
70+
Accepted values: All, Enabled, Disabled
71+
applicable: Skype for Business Online
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### -Force
80+
{{Fill Force Description}}
81+
82+
```yaml
83+
Type: SwitchParameter
84+
Parameter Sets: (All)
85+
Aliases:
86+
applicable: Skype for Business Online
87+
Required: False
88+
Position: Named
89+
Default value: None
90+
Accept pipeline input: False
91+
Accept wildcard characters: False
92+
```
93+
94+
### -Tenant
95+
{{Fill Tenant Description}}
96+
97+
```yaml
98+
Type: System.Guid
99+
Parameter Sets: (All)
100+
Aliases:
101+
applicable: Skype for Business Online
102+
Required: False
103+
Position: Named
104+
Default value: None
105+
Accept pipeline input: False
106+
Accept wildcard characters: False
107+
```
108+
109+
### CommonParameters
110+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
111+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
112+
113+
## INPUTS
114+
115+
### None
116+
117+
## OUTPUTS
118+
119+
### System.Object
120+
## NOTES
121+
122+
## RELATED LINKS

0 commit comments

Comments
 (0)