From f4767329a1fd8ce94bdb3da2addb2b6c1331957a Mon Sep 17 00:00:00 2001 From: Yves <105453134+yves-steve@users.noreply.github.com> Date: Wed, 20 May 2026 13:27:43 +0300 Subject: [PATCH 1/2] Add inquiry about user group changes in Teams app policy Added a question regarding the scalability of user management in Teams app policies. --- .../New-CsBatchPolicyAssignmentOperation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md b/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md index fe8d43ed6f..1f049bf33b 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md @@ -1,3 +1,13 @@ +Hello, + +Does this scale so for example +1. I have users scoped to a mail-enabled security group scoped to the Teams app policy. +2. I now add another user and remove a user from the same group + +Does the app policy in Temas know about this change, or do I need to run the commands again to update the app policy? + +Thanks + --- author: tomkau external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml From 93b890da263375a9a82777c225463925c89fb2ef Mon Sep 17 00:00:00 2001 From: Yves <105453134+yves-steve@users.noreply.github.com> Date: Wed, 20 May 2026 13:29:27 +0300 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../New-CsBatchPolicyAssignmentOperation.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md b/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md index 1f049bf33b..fe8d43ed6f 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsBatchPolicyAssignmentOperation.md @@ -1,13 +1,3 @@ -Hello, - -Does this scale so for example -1. I have users scoped to a mail-enabled security group scoped to the Teams app policy. -2. I now add another user and remove a user from the same group - -Does the app policy in Temas know about this change, or do I need to run the commands again to update the app policy? - -Thanks - --- author: tomkau external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml