From 031538772632f51c6368a57d4c330ff40871bee8 Mon Sep 17 00:00:00 2001 From: Chetan Dontireddy Date: Fri, 10 Jul 2026 04:56:06 +0100 Subject: [PATCH] Remove unsupported GPA content from GPA-excluded policy cmdlets Group policy assignment is not supported for TeamsAppPermissionPolicy or TeamsUpgradePolicy, so remove the GrantToGroup parameter set and the -Group and -Rank parameters from Grant-CsTeamsAppPermissionPolicy and Grant-CsTeamsUpgradePolicy (both the MicrosoftTeams and SkypeForBusiness reference pages). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../Grant-CsTeamsUpgradePolicy.md | 37 ------------------- .../Grant-CsTeamsAppPermissionPolicy.md | 37 ------------------- .../Grant-CsTeamsUpgradePolicy.md | 37 ------------------- 3 files changed, 111 deletions(-) diff --git a/skype/skype-ps/SkypeForBusiness/Grant-CsTeamsUpgradePolicy.md b/skype/skype-ps/SkypeForBusiness/Grant-CsTeamsUpgradePolicy.md index eb049a4f2f..b17bfe7d17 100644 --- a/skype/skype-ps/SkypeForBusiness/Grant-CsTeamsUpgradePolicy.md +++ b/skype/skype-ps/SkypeForBusiness/Grant-CsTeamsUpgradePolicy.md @@ -32,13 +32,6 @@ Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams ] [-PassThru] [[-Po [-MsftInternalProcessingMode ] [-Force] [-Global] [-WhatIf] [-Confirm] [] ``` -### GrantToGroup -``` -Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams ] [-PassThru] [[-PolicyName] ] - [-MsftInternalProcessingMode ] -Group [-Rank ] [-WhatIf] [-Confirm] - [] -``` - ## DESCRIPTION TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is available in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade. @@ -203,21 +196,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Group -Specifies the group used for the group policy assignment. - -```yaml -Type: String -Parameter Sets: GrantToGroup -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Identity > Applicable: Skype for Business Online, Skype for Business Server 2019, Skype for Business Server 2015 @@ -286,21 +264,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Rank -The rank of the policy assignment, relative to other group policy assignments for the same policy type. - -```yaml -Type: Int32 -Parameter Sets: GrantToGroup -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Tenant > Applicable: Skype for Business Online diff --git a/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsAppPermissionPolicy.md b/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsAppPermissionPolicy.md index 96ca2c0e34..b15707a938 100644 --- a/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsAppPermissionPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsAppPermissionPolicy.md @@ -29,12 +29,6 @@ Grant-CsTeamsAppPermissionPolicy [] Grant-CsTeamsAppPermissionPolicy [-Identity] [[-PolicyName] ] [] ``` -### GrantToGroup -``` -Grant-CsTeamsAppPermissionPolicy [[-PolicyName] ] [-Group] [-Rank] - [] -``` - ### GrantToTenant ``` Grant-CsTeamsAppPermissionPolicy [[-PolicyName] ] [-Global] [-Force] [] @@ -103,21 +97,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Group -Specifies the group used for the group policy assignment. - -```yaml -Type: String -Parameter Sets: GrantToGroup -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Identity The user to whom the policy should be assigned. @@ -163,22 +142,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Rank -The rank of the policy assignment, relative to other group policy assignments for the same policy type. - -```yaml -Type: Int32 -Parameter Sets: GrantToGroup -Aliases: - -Required: True -Position: Named - -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Tenant Do not use. diff --git a/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsUpgradePolicy.md b/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsUpgradePolicy.md index a4e9300614..7b1d8ffd96 100644 --- a/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsUpgradePolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Grant-CsTeamsUpgradePolicy.md @@ -31,13 +31,6 @@ Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams ] [-PassThru] [[-Po [-MsftInternalProcessingMode ] [-Force] [-Global] [] ``` -### GrantToGroup -```powershell -Grant-CsTeamsUpgradePolicy [-MigrateMeetingsToTeams ] [-PassThru] [[-PolicyName] ] - [-MsftInternalProcessingMode ] -Group [-Rank ] - [] -``` - ## DESCRIPTION TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is available in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade. @@ -190,21 +183,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Group -Specifies the group used for the group policy assignment. - -```yaml -Type: String -Parameter Sets: GrantToGroup -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Identity The user you want to grant policy to. This can be specified as SIP address, UserPrincipalName, or ObjectId. @@ -269,21 +247,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Rank -The rank of the policy assignment, relative to other group policy assignments for the same policy type. - -```yaml -Type: Int32 -Parameter Sets: GrantToGroup -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Tenant Do not use.