Skip to content

Commit 1b7fbc6

Browse files
Merge pull request #11685 from ashishguptaiitb/pscmdlet-not-supported
PS cmdlets for permission policies are NOT supported for ACM tenants
2 parents 7ee5949 + 324dd45 commit 1b7fbc6

5 files changed

+33
-31
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-csteamsa
44
applicable: Microsoft Teams
55
title: Get-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
7-
ms.reviewer:
8-
manager: bulenteg
9-
ms.author: tomkau
10-
author: tomkau
7+
ms.reviewer: mhayrapetyan
8+
manager: prkosh
9+
ms.author: guptaashish
10+
author: ashishguptaiitb
1111
---
1212

1313
# Get-CsTeamsAppPermissionPolicy
1414

1515
## SYNOPSIS
16-
**NOTE**: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.
16+
**NOTE**: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience. This cmdlet is not supported for tenants that migrated to app centric management feature as it replaced permission policies. While the cmdlet may succeed, the changes aren't applied to the tenant.
1717

18-
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies>.
18+
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

2020
## SYNTAX
2121

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ online version: https://learn.microsoft.com/powershell/module/teams/grant-csteam
44
applicable: Microsoft Teams
55
title: Grant-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
7-
ms.reviewer:
8-
manager: bulenteg
9-
ms.author: tomkau
10-
author: tomkau
7+
ms.reviewer: mhayrapetyan
8+
manager: prkosh
9+
ms.author: guptaashish
10+
author: ashishguptaiitb
1111
---
1212

1313
# Grant-CsTeamsAppPermissionPolicy
1414

1515
## SYNOPSIS
16-
**NOTE**: You can use this cmdlet to assign a specific custom policy to a user. We require that all creation and modification of app setup polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.
16+
**NOTE**: You can use this cmdlet to assign a specific custom policy to a user. We require that all creation and modification of app setup polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience. This cmdlet is not supported for tenants that migrated to app centric management feature as it replaced permission policies. While the cmdlet may succeed, the changes aren't applied to the tenant.
1717

18-
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Permission Policies: <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies>.
18+
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

2020
## SYNTAX
2121

teams/teams-ps/teams/New-CsTeamsAppPermissionPolicy.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ online version: https://learn.microsoft.com/powershell/module/teams/new-csteamsa
44
applicable: Microsoft Teams
55
title: New-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
7-
ms.reviewer:
8-
manager: bulenteg
9-
ms.author: tomkau
10-
author: tomkau
7+
ms.reviewer: mhayrapetyan
8+
manager: prkosh
9+
ms.author: guptaashish
10+
author: ashishguptaiitb
1111
---
1212

1313
# New-CsTeamsAppPermissionPolicy
1414

1515
## SYNOPSIS
16-
**NOTE**: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.
1716

18-
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies>.
17+
**NOTE**: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience. This cmdlet is not supported for tenants that migrated to app centric management feature as it replaced permission policies. While the cmdlet may succeed, the changes aren't applied to the tenant.
18+
19+
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>.
1920

2021
## SYNTAX
2122

teams/teams-ps/teams/Remove-CsTeamsAppPermissionPolicy.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ online version: https://learn.microsoft.com/powershell/module/teams/remove-cstea
44
applicable: Microsoft Teams
55
title: Remove-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
7-
ms.reviewer:
8-
manager: bulenteg
9-
ms.author: tomkau
10-
author: tomkau
7+
ms.reviewer: mhayrapetyan
8+
manager: prkosh
9+
ms.author: guptaashish
10+
author: ashishguptaiitb
1111
---
1212

1313
# Remove-CsTeamsAppPermissionPolicy
1414

1515
## SYNOPSIS
16-
**NOTE**: You can use this cmdlet to remove a specific custom policy from a user. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.
1716

18-
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Permission Policies: <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies>.
17+
**NOTE**: You can use this cmdlet to remove a specific custom policy from a user. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience. This cmdlet is not supported for tenants that migrated to app centric management feature as it replaced permission policies. While the cmdlet may succeed, the changes aren't applied to the tenant.
1918

20-
This cmdlet allows you to remove app permission policies that have been created within your organization. If you run Remove-CsTeamsAppPermissionPolicy on the Global policy, it will be reset to the defaults provided for new organizations.
19+
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>.
20+
21+
This cmdlet allows you to remove app permission policies that have been created within your organization. If you run `Remove-CsTeamsAppPermissionPolicy` on the Global policy, it will be reset to the defaults provided for new organizations.
2122

2223
## SYNTAX
2324

teams/teams-ps/teams/Set-CsTeamsAppPermissionPolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsa
44
applicable: Microsoft Teams
55
title: Set-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
7-
ms.reviewer:
8-
manager: bulenteg
9-
ms.author: tomkau
10-
author: tomkau
7+
ms.reviewer: mhayrapetyan
8+
manager: prkosh
9+
ms.author: guptaashish
10+
author: ashishguptaiitb
1111
---
1212

1313
# Set-CsTeamsAppPermissionPolicy
1414

1515
## SYNOPSIS
16-
**NOTE**: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience.
16+
**NOTE**: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience. This cmdlet is not supported for tenants that migrated to app centric management feature as it replaced permission policies. While the cmdlet may succeed, the changes aren't applied to the tenant.
1717

18-
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies>.
18+
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

2020
## SYNTAX
2121

0 commit comments

Comments
 (0)