Forum Discussion
iammagic
Mar 12, 2022Copper Contributor
How to Assign a "Caller ID Policy" via "group policy assignment" to a security Group
Hi everyone, I have been trying to figure out how to assign a "Caller ID policy" to a security group via group assignment. During the Group Policy assignment it only gives me the option of allow or...
TheAutisticTechie
May 20, 2022Brass Contributor
The below should work even though it's not listed in the documentation. It successfully assigns the policy for me based on a security group
New-CsGroupPolicyAssignment -GroupId xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -PolicyType CallingLineIdentity -PolicyName "CallerIDPolicy" -rank 1