Skip to content

Commit 7396351

Browse files
Merge branch 'main' into patch-8
2 parents 68df4e7 + a792be7 commit 7396351

20 files changed

+918
-181
lines changed

teams/teams-ps/teams/Get-CsHybridTelephoneNumber.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cmdlet displays information about one or more hybrid telephone numbers.
1919

2020
### Assignment (Default)
2121
```powershell
22-
Get-CsHybridTelephoneNumber [-TelephoneNumber <string>] [<CommonParameters>]
22+
Get-CsHybridTelephoneNumber [-TelephoneNumber <string>] -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -69,6 +69,21 @@ Accept pipeline input: False
6969
Accept wildcard characters: False
7070
```
7171
72+
### -InputObject
73+
The identity parameter.
74+
75+
```yaml
76+
Type: IConfigApiBasedCmdletsIdentity
77+
Parameter Sets: GetViaIdentity
78+
Aliases:
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True (ByValue)
84+
Accept wildcard characters: False
85+
```
86+
7287
### CommonParameters
7388
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).
7489

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

teams/teams-ps/teams/Get-CsTeamsAppPermissionPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Get-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
77
ms.reviewer: mhayrapetyan
88
manager: prkosh
9-
ms.author: guptaashish
9+
ms.author: prkosh
1010
author: ashishguptaiitb
1111
---
1212

@@ -17,6 +17,8 @@ author: ashishguptaiitb
1717

1818
As an admin, you can use app permission policies to allow or block apps for your users. Learn more about the app permission policies at <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies> and about app centric management at <https://learn.microsoft.com/microsoftteams/app-centric-management>.
1919

20+
**This is only applicable for tenants who have not been migrated to ACM or UAM.**
21+
2022
## SYNTAX
2123

2224
### Identity (Default)

teams/teams-ps/teams/Get-CsTeamsUpdateManagementPolicy.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Use this cmdlet to retrieve the current Teams Update Management policies in the
1818
## SYNTAX
1919

2020
### Identity (Default)
21-
```
21+
```powershell
2222
Get-CsTeamsUpdateManagementPolicy [[-Identity] <String>] [-ProgressAction <ActionPreference>]
2323
[<CommonParameters>]
2424
```
2525

2626
### Filter
27-
```
27+
```powershell
2828
Get-CsTeamsUpdateManagementPolicy [-Filter <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
32-
Retrieves the current Teams Update Management policies in the organization.
32+
The Teams Update Management Policy allows admins to specify if a given user is enabled to preview features in Teams.
3333

3434
## EXAMPLES
3535

@@ -57,6 +57,22 @@ Accept pipeline input: False
5757
Accept wildcard characters: False
5858
```
5959
60+
### -Filter
61+
62+
This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.
63+
64+
```yaml
65+
Type: String
66+
Parameter Sets: Filter
67+
Aliases:
68+
69+
Required: False
70+
Position: Named
71+
Default value: None
72+
Accept pipeline input: False
73+
Accept wildcard characters: False
74+
```
75+
6076
### CommonParameters
6177
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).
6278

teams/teams-ps/teams/Grant-CsTeamsAppPermissionPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Grant-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
77
ms.reviewer: mhayrapetyan
88
manager: prkosh
9-
ms.author: guptaashish
9+
ms.author: prkosh
1010
author: ashishguptaiitb
1111
---
1212

@@ -17,6 +17,8 @@ author: ashishguptaiitb
1717

1818
As an admin, you can use app permission policies to allow or block apps for your users. Learn more about the app permission policies at <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies> and about app centric management at <https://learn.microsoft.com/microsoftteams/app-centric-management>.
1919

20+
This is only applicable for tenants who have not been migrated to ACM or UAM.
21+
2022
## SYNTAX
2123

2224
### Identity (Default)

0 commit comments

Comments
 (0)