Skip to content

Commit 4e4da12

Browse files
committed
Add new cmdlets.
1 parent d133965 commit 4e4da12

11 files changed

+1673
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
Module Name: SkypeForBusiness
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsAdditionalInternalDomain
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
### Identity (Default)
16+
```
17+
Get-CsAdditionalInternalDomain [[-Identity] <XdsGlobalRelativeIdentity>] [-LocalStore] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsAdditionalInternalDomain [-Filter <String>] [-LocalStore] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
{{Fill in the Description}}
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> {{ Add example code here }}
33+
```
34+
35+
{{ Add example description here }}
36+
37+
## PARAMETERS
38+
39+
### -Filter
40+
{{Fill Filter Description}}
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: Filter
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Identity
55+
{{Fill Identity Description}}
56+
57+
```yaml
58+
Type: XdsGlobalRelativeIdentity
59+
Parameter Sets: Identity
60+
Aliases:
61+
62+
Required: False
63+
Position: 1
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -LocalStore
70+
{{Fill LocalStore Description}}
71+
72+
```yaml
73+
Type: SwitchParameter
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### CommonParameters
85+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
86+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
87+
88+
## INPUTS
89+
90+
### None
91+
92+
93+
## OUTPUTS
94+
95+
### System.Object
96+
97+
## NOTES
98+
99+
## RELATED LINKS
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
Module Name: SkypeForBusiness
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsHybridApplicationEndpoint
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
```
16+
Get-CsHybridApplicationEndpoint [-Filter <String>] [-LdapFilter <String>] [-OU <OUIdParameter>]
17+
[-DomainController <Fqdn>] [-Credential <PSCredential>] [[-Identity] <UserIdParameter>]
18+
[-ResultSize <Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]>] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{Fill in the Description}}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Credential
36+
{{Fill Credential Description}}
37+
38+
```yaml
39+
Type: PSCredential
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### -DomainController
51+
{{Fill DomainController Description}}
52+
53+
```yaml
54+
Type: Fqdn
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -Filter
66+
{{Fill Filter Description}}
67+
68+
```yaml
69+
Type: String
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -Identity
81+
{{Fill Identity Description}}
82+
83+
```yaml
84+
Type: UserIdParameter
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: 0
90+
Default value: None
91+
Accept pipeline input: True (ByPropertyName, ByValue)
92+
Accept wildcard characters: False
93+
```
94+
95+
### -LdapFilter
96+
{{Fill LdapFilter Description}}
97+
98+
```yaml
99+
Type: String
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
### -OU
111+
{{Fill OU Description}}
112+
113+
```yaml
114+
Type: OUIdParameter
115+
Parameter Sets: (All)
116+
Aliases:
117+
118+
Required: False
119+
Position: Named
120+
Default value: None
121+
Accept pipeline input: False
122+
Accept wildcard characters: False
123+
```
124+
125+
### -ResultSize
126+
{{Fill ResultSize Description}}
127+
128+
```yaml
129+
Type: Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]
130+
Parameter Sets: (All)
131+
Aliases:
132+
133+
Required: False
134+
Position: Named
135+
Default value: None
136+
Accept pipeline input: False
137+
Accept wildcard characters: False
138+
```
139+
140+
### CommonParameters
141+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
142+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
143+
144+
## INPUTS
145+
146+
### Microsoft.Rtc.Management.AD.UserIdParameter
147+
148+
149+
## OUTPUTS
150+
151+
### System.Object
152+
153+
## NOTES
154+
155+
## RELATED LINKS
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
Module Name: SkypeForBusiness
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsPlatformServiceSettings
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
### Identity (Default)
16+
```
17+
Get-CsPlatformServiceSettings [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsPlatformServiceSettings [-Filter <String>] [-LocalStore] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
{{Fill in the Description}}
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> {{ Add example code here }}
33+
```
34+
35+
{{ Add example description here }}
36+
37+
## PARAMETERS
38+
39+
### -Filter
40+
{{Fill Filter Description}}
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: Filter
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Identity
55+
{{Fill Identity Description}}
56+
57+
```yaml
58+
Type: XdsIdentity
59+
Parameter Sets: Identity
60+
Aliases:
61+
62+
Required: False
63+
Position: 1
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -LocalStore
70+
{{Fill LocalStore Description}}
71+
72+
```yaml
73+
Type: SwitchParameter
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### CommonParameters
85+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
86+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
87+
88+
## INPUTS
89+
90+
### None
91+
92+
93+
## OUTPUTS
94+
95+
### System.Object
96+
97+
## NOTES
98+
99+
## RELATED LINKS

0 commit comments

Comments
 (0)