Skip to content

Commit 41d5608

Browse files
Update Get-CsPolicyPackage.md
adding inputobject parameter
1 parent 6ff75be commit 41d5608

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

teams/teams-ps/teams/Get-CsPolicyPackage.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This cmdlet supports retrieving all the policy packages available on a tenant.
1717

1818
## SYNTAX
1919

20-
```
21-
Get-CsPolicyPackage [[-Identity] <String>] [<CommonParameters>]
20+
```powershell
21+
Get-CsPolicyPackage [[-Identity] <String>] -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -80,6 +80,22 @@ Accept pipeline input: False
8080
Accept wildcard characters: False
8181
```
8282
83+
### -InputObject
84+
85+
The identity parameter.
86+
87+
```yaml
88+
Type: IConfigApiBasedCmdletsIdentity
89+
Parameter Sets: GetViaIdentity
90+
Aliases:
91+
92+
Required: True
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: True (ByValue)
96+
Accept wildcard characters: False
97+
```
98+
8399
### CommonParameters
84100
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
85101

0 commit comments

Comments
 (0)