You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Set-CsGroupPolicyAssignment.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,28 @@ ms.reviewer:
12
12
13
13
## SYNOPSIS
14
14
15
-
**Note:** The cmdlet Set-CsGroupPolicyAssignment will be available soon. In the meantime, to change a group policy assignment you can first remove the current policy assignment from the group and then add a new policy assignment.
15
+
> [!NOTE]
16
+
> The cmdlet Set-CsGroupPolicyAssignment will be available soon. In the meantime, to change a group policy assignment you can first remove the current policy assignment from the group and then add a new policy assignment.
16
17
17
18
This cmdlet is used to update a group policy assignment.
This cmdlet will update the policy assignment for a group for a given policy type. The policy instance and/or policy rank can be updated. Refer to [New-CsGroupPolicyAssignment](New-CsGroupPolicyAssignment.md) for more details about rank.
27
29
28
30
## EXAMPLES
29
31
30
32
### Example 1
33
+
31
34
In this example, a new policy of the same type is set without changing the rank.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
129
138
For more information, see [About CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments