Skip to content

Commit e59b579

Browse files
committed
Adds CsTeamsUpgradePolicy cmdlets for 2019.
1 parent e656625 commit e59b579

File tree

4 files changed

+483
-0
lines changed

4 files changed

+483
-0
lines changed
Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
Module Name: SkypeForBusiness
4+
online version:
5+
applicable: Skype for Business Server 2019
6+
title: New-CsTeamsUpgradePolicy
7+
schema: 2.0.0
8+
---
9+
10+
# New-CsTeamsUpgradePolicy
11+
12+
## SYNOPSIS
13+
{{Fill in the Synopsis}}
14+
15+
## SYNTAX
16+
17+
```
18+
New-CsTeamsUpgradePolicy [-Tenant <Guid>] [-Description <String>] [-NotifySfbUsers <Boolean>]
19+
[-Identity] <XdsIdentity> [-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
```
21+
22+
## DESCRIPTION
23+
{{Fill in the Description}}
24+
25+
## EXAMPLES
26+
27+
### Example 1
28+
```powershell
29+
PS C:\> {{ Add example code here }}
30+
```
31+
32+
{{ Add example description here }}
33+
34+
## PARAMETERS
35+
36+
### -Confirm
37+
Prompts you for confirmation before running the cmdlet.
38+
39+
```yaml
40+
Type: SwitchParameter
41+
Parameter Sets: (All)
42+
Aliases: cf
43+
Applicable: Skype for Business Server 2019
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -Description
52+
{{Fill Description Description}}
53+
54+
```yaml
55+
Type: String
56+
Parameter Sets: (All)
57+
Aliases:
58+
Applicable: Skype for Business Server 2019
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
66+
### -Force
67+
{{Fill Force Description}}
68+
69+
```yaml
70+
Type: SwitchParameter
71+
Parameter Sets: (All)
72+
Aliases:
73+
Applicable: Skype for Business Server 2019
74+
Required: False
75+
Position: Named
76+
Default value: None
77+
Accept pipeline input: False
78+
Accept wildcard characters: False
79+
```
80+
81+
### -Identity
82+
{{Fill Identity Description}}
83+
84+
```yaml
85+
Type: XdsIdentity
86+
Parameter Sets: (All)
87+
Aliases:
88+
Applicable: Skype for Business Server 2019
89+
Required: True
90+
Position: 1
91+
Default value: None
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
96+
### -InMemory
97+
{{Fill InMemory Description}}
98+
99+
```yaml
100+
Type: SwitchParameter
101+
Parameter Sets: (All)
102+
Aliases:
103+
Applicable: Skype for Business Server 2019
104+
Required: False
105+
Position: Named
106+
Default value: None
107+
Accept pipeline input: False
108+
Accept wildcard characters: False
109+
```
110+
111+
### -NotifySfbUsers
112+
{{Fill NotifySfbUsers Description}}
113+
114+
```yaml
115+
Type: Boolean
116+
Parameter Sets: (All)
117+
Aliases:
118+
Applicable: Skype for Business Server 2019
119+
Required: False
120+
Position: Named
121+
Default value: None
122+
Accept pipeline input: False
123+
Accept wildcard characters: False
124+
```
125+
126+
### -Tenant
127+
{{Fill Tenant Description}}
128+
129+
```yaml
130+
Type: Guid
131+
Parameter Sets: (All)
132+
Aliases:
133+
Applicable: Skype for Business Server 2019
134+
Required: False
135+
Position: Named
136+
Default value: None
137+
Accept pipeline input: False
138+
Accept wildcard characters: False
139+
```
140+
141+
### -WhatIf
142+
Shows what would happen if the cmdlet runs.
143+
The cmdlet is not run.
144+
145+
```yaml
146+
Type: SwitchParameter
147+
Parameter Sets: (All)
148+
Aliases: wi
149+
Applicable: Skype for Business Server 2019
150+
Required: False
151+
Position: Named
152+
Default value: None
153+
Accept pipeline input: False
154+
Accept wildcard characters: False
155+
```
156+
157+
### CommonParameters
158+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
159+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
160+
161+
## INPUTS
162+
163+
### None
164+
165+
166+
## OUTPUTS
167+
168+
### System.Object
169+
170+
## NOTES
171+
172+
## RELATED LINKS
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
Module Name: SkypeForBusiness
4+
online version:
5+
applicable: Skype for Business Server 2019
6+
title: Remove-CsTeamsUpgradePolicy
7+
schema: 2.0.0
8+
---
9+
10+
# Remove-CsTeamsUpgradePolicy
11+
12+
## SYNOPSIS
13+
{{Fill in the Synopsis}}
14+
15+
## SYNTAX
16+
17+
```
18+
Remove-CsTeamsUpgradePolicy [-Tenant <Guid>] [-Identity] <XdsIdentity> [-Force] [-WhatIf] [-Confirm]
19+
[<CommonParameters>]
20+
```
21+
22+
## DESCRIPTION
23+
{{Fill in the Description}}
24+
25+
## EXAMPLES
26+
27+
### Example 1
28+
```powershell
29+
PS C:\> {{ Add example code here }}
30+
```
31+
32+
{{ Add example description here }}
33+
34+
## PARAMETERS
35+
36+
### -Confirm
37+
Prompts you for confirmation before running the cmdlet.
38+
39+
```yaml
40+
Type: SwitchParameter
41+
Parameter Sets: (All)
42+
Aliases: cf
43+
Applicable: Skype for Business Server 2019
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -Force
52+
{{Fill Force Description}}
53+
54+
```yaml
55+
Type: SwitchParameter
56+
Parameter Sets: (All)
57+
Aliases:
58+
Applicable: Skype for Business Server 2019
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
66+
### -Identity
67+
{{Fill Identity Description}}
68+
69+
```yaml
70+
Type: XdsIdentity
71+
Parameter Sets: (All)
72+
Aliases:
73+
Applicable: Skype for Business Server 2019
74+
Required: True
75+
Position: 1
76+
Default value: None
77+
Accept pipeline input: True (ByPropertyName)
78+
Accept wildcard characters: False
79+
```
80+
81+
### -Tenant
82+
{{Fill Tenant Description}}
83+
84+
```yaml
85+
Type: Guid
86+
Parameter Sets: (All)
87+
Aliases:
88+
Applicable: Skype for Business Server 2019
89+
Required: False
90+
Position: Named
91+
Default value: None
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
96+
### -WhatIf
97+
Shows what would happen if the cmdlet runs.
98+
The cmdlet is not run.
99+
100+
```yaml
101+
Type: SwitchParameter
102+
Parameter Sets: (All)
103+
Aliases: wi
104+
Applicable: Skype for Business Server 2019
105+
Required: False
106+
Position: Named
107+
Default value: None
108+
Accept pipeline input: False
109+
Accept wildcard characters: False
110+
```
111+
112+
### CommonParameters
113+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
114+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
115+
116+
## INPUTS
117+
118+
### Microsoft.Rtc.Management.Xds.XdsIdentity
119+
120+
121+
## OUTPUTS
122+
123+
### System.Object
124+
125+
## NOTES
126+
127+
## RELATED LINKS

0 commit comments

Comments
 (0)