Skip to content

Commit 4de2f73

Browse files
committed
Add teams interop cmdlets.
1 parent 5584e7e commit 4de2f73

File tree

5 files changed

+823
-0
lines changed

5 files changed

+823
-0
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
external help file: tmp_etapwmkb.i42-help.xml
3+
Module Name: tmp_etapwmkb.i42
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsTeamsInteropPolicy
9+
10+
## SYNOPSIS
11+
Get-CsTeamsInteropPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-LocalStore\] \[\<CommonParameters\>\]
12+
13+
Get-CsTeamsInteropPolicy \[-Tenant \<guid\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]
14+
15+
## SYNTAX
16+
17+
```
18+
Get-CsTeamsInteropPolicy [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
19+
```
20+
21+
## DESCRIPTION
22+
{{Fill in the Description}}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Filter
36+
{{Fill Filter Description}}
37+
38+
```yaml
39+
Type: Object
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+
### -Identity
51+
{{Fill Identity Description}}
52+
53+
```yaml
54+
Type: Object
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: 1
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -LocalStore
66+
{{Fill LocalStore Description}}
67+
68+
```yaml
69+
Type: SwitchParameter
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+
### -Tenant
81+
{{Fill Tenant Description}}
82+
83+
```yaml
84+
Type: Object
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -AsJob
96+
{{Fill AsJob Description}}
97+
98+
```yaml
99+
Type: SwitchParameter
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+
## INPUTS
111+
112+
### None
113+
114+
115+
## OUTPUTS
116+
117+
### System.Object
118+
119+
## NOTES
120+
121+
## RELATED LINKS
122+
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
---
2+
external help file: tmp_etapwmkb.i42-help.xml
3+
Module Name: tmp_etapwmkb.i42
4+
online version: http://technet.microsoft.com/EN-US/library/089fd324-a267-4e53-ad32-924875d15ef9(OCS.15).aspx
5+
schema: 2.0.0
6+
---
7+
8+
# Grant-CsTeamsInteropPolicy
9+
10+
## SYNOPSIS
11+
Grant-CsTeamsInteropPolicy \[\[-Identity\] \<UserIdParameter\>\] \[-PolicyName\] \<string\> \[-Tenant \<guid\>\] \[-DomainController \<Fqdn\>\] \[-PassThru\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
12+
13+
## SYNTAX
14+
15+
```
16+
Grant-CsTeamsInteropPolicy [-PassThru] [-Confirm] [[-PolicyName] <Object>] [[-Identity] <Object>]
17+
[-Tenant <Object>] [-DomainController <Object>] [-WhatIf] [-AsJob]
18+
```
19+
20+
## DESCRIPTION
21+
{{Fill in the Description}}
22+
23+
## EXAMPLES
24+
25+
### Example 1
26+
```
27+
PS C:\> {{ Add example code here }}
28+
```
29+
30+
{{ Add example description here }}
31+
32+
## PARAMETERS
33+
34+
### -Confirm
35+
Prompts you for confirmation before running the cmdlet.
36+
37+
```yaml
38+
Type: SwitchParameter
39+
Parameter Sets: (All)
40+
Aliases: cf
41+
42+
Required: False
43+
Position: Named
44+
Default value: None
45+
Accept pipeline input: False
46+
Accept wildcard characters: False
47+
```
48+
49+
### -DomainController
50+
{{Fill DomainController Description}}
51+
52+
```yaml
53+
Type: Object
54+
Parameter Sets: (All)
55+
Aliases:
56+
57+
Required: False
58+
Position: Named
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
64+
### -Identity
65+
{{Fill Identity Description}}
66+
67+
```yaml
68+
Type: Object
69+
Parameter Sets: (All)
70+
Aliases:
71+
72+
Required: False
73+
Position: 0
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### -PassThru
80+
{{Fill PassThru Description}}
81+
82+
```yaml
83+
Type: SwitchParameter
84+
Parameter Sets: (All)
85+
Aliases:
86+
87+
Required: False
88+
Position: Named
89+
Default value: None
90+
Accept pipeline input: False
91+
Accept wildcard characters: False
92+
```
93+
94+
### -PolicyName
95+
{{Fill PolicyName Description}}
96+
97+
```yaml
98+
Type: Object
99+
Parameter Sets: (All)
100+
Aliases:
101+
102+
Required: False
103+
Position: 1
104+
Default value: None
105+
Accept pipeline input: False
106+
Accept wildcard characters: False
107+
```
108+
109+
### -Tenant
110+
{{Fill Tenant Description}}
111+
112+
```yaml
113+
Type: Object
114+
Parameter Sets: (All)
115+
Aliases:
116+
117+
Required: False
118+
Position: Named
119+
Default value: None
120+
Accept pipeline input: False
121+
Accept wildcard characters: False
122+
```
123+
124+
### -WhatIf
125+
Shows what would happen if the cmdlet runs.
126+
The cmdlet is not run.
127+
128+
```yaml
129+
Type: SwitchParameter
130+
Parameter Sets: (All)
131+
Aliases: wi
132+
133+
Required: False
134+
Position: Named
135+
Default value: None
136+
Accept pipeline input: False
137+
Accept wildcard characters: False
138+
```
139+
140+
### -AsJob
141+
{{Fill AsJob Description}}
142+
143+
```yaml
144+
Type: SwitchParameter
145+
Parameter Sets: (All)
146+
Aliases:
147+
148+
Required: False
149+
Position: Named
150+
Default value: None
151+
Accept pipeline input: False
152+
Accept wildcard characters: False
153+
```
154+
155+
## INPUTS
156+
157+
### Microsoft.Rtc.Management.AD.UserIdParameter
158+
159+
160+
## OUTPUTS
161+
162+
### System.Object
163+
164+
## NOTES
165+
166+
## RELATED LINKS
167+

0 commit comments

Comments
 (0)