Skip to content

Commit 8b6f4cf

Browse files
Update Remove-CsUserLicenseGracePeriod.md
adding 4 missing parameters
1 parent dce5610 commit 8b6f4cf

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

teams/teams-ps/teams/Remove-CsUserLicenseGracePeriod.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Note that this cmdlet is to be used only by tenants with license resiliency enab
2222
Remove-CsUserLicenseGracePeriod
2323
[-Identity] <String>
2424
[-Capability <String>]
25+
-InputObject <IConfigApiBasedCmdletsIdentity>
26+
[-Action <String>]
27+
-Body <IUserDelicensingAccelerationPatch>
28+
[-PassThru]
2529
[-Force]
2630
[-WhatIf]
2731
[-Confirm]
@@ -106,6 +110,70 @@ Accept pipeline input: False
106110
Accept wildcard characters: False
107111
```
108112
113+
### -PassThru
114+
115+
Returns the results of the command. By default, this cmdlet does not generate any output.
116+
117+
```yaml
118+
Type: SwitchParameter
119+
Parameter Sets: (All)
120+
Aliases:
121+
122+
Required: False
123+
Position: Named
124+
Default value: None
125+
Accept pipeline input: False
126+
Accept wildcard characters: False
127+
```
128+
129+
### -InputObject
130+
131+
The Identity parameter.
132+
133+
```yaml
134+
Type: IConfigApiBasedCmdletsIdentity
135+
Parameter Sets: (All)
136+
Aliases:
137+
138+
Required: True
139+
Position: Named
140+
Default value: None
141+
Accept pipeline input: True (ByValue)
142+
Accept wildcard characters: False
143+
```
144+
145+
### -Action
146+
147+
Used to specify which action should be taken.
148+
149+
```yaml
150+
Type: String
151+
Parameter Sets: (All)
152+
Aliases:
153+
154+
Required: False
155+
Position: Named
156+
Default value: None
157+
Accept pipeline input: False
158+
Accept wildcard characters: False
159+
```
160+
161+
### -Body
162+
163+
Specifies the body of the request.
164+
165+
```yaml
166+
Type: IUserDelicensingAccelerationPatch
167+
Parameter Sets: (All)
168+
Aliases:
169+
170+
Required: True
171+
Position: Named
172+
Default value: None
173+
Accept pipeline input: True (ByValue)
174+
Accept wildcard characters: False
175+
```
176+
109177
### CommonParameters
110178
111179
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)