Skip to content

Commit b112f8f

Browse files
PS cmdlet not supported for ACM tenants
1 parent 325e11c commit b112f8f

5 files changed

+14
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ author: tomkau
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 switch to app centric management feature as it replaces permission policies. While the cmdlet may return the results but the results aren't applicable for such tenants.
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 allow or block specific 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ author: tomkau
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 switch to app centric management feature as it replaces permission policies. While the cmdlet may return the results but the results aren't applicable for such tenants.
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 allow or block specific 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>.
19+
20+
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>.
1921

2022
## SYNTAX
2123

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ author: tomkau
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.
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 switch to app centric management feature as it replaces permission policies. While the cmdlet may return the results but the results aren't applicable for such tenants.
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 allow or block specific 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>.
19+
20+
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>.
1921

2022
## SYNTAX
2123

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ author: tomkau
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 experienc
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. This cmdlet is not supported for tenants that switch to app centric management feature as it replaces permission policies. While the cmdlet may return the results but the results aren't applicable for such tenants.
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 allow or block specific 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
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.
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ author: tomkau
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 switch to app centric management feature as it replaces permission policies. While the cmdlet may return the results but the results aren't applicable for such tenants.
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 allow or block specific 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)