Forum Discussion
Tatyana Michnik
Mar 17, 2022Copper Contributor
Call Back policy for an user - PowerShell
Hello,
Is there a way to find out what CsDialoutPolicy is assigned to an user using PowerShell command? I need to check who doesn't have "DialoutCPCandPSTNDisabled" policy assigned to them and assign it.
Thank you in advance.
Regards,
Tatyana
- This information is visible directly in the user's properties (OnlineDialOutPolicy). You can also filter by it, but considering how crappy the new filter syntax is (post version 3.0 of the module), I'd recommend using client-side filter instead.
2 Replies
Sort By
- This information is visible directly in the user's properties (OnlineDialOutPolicy). You can also filter by it, but considering how crappy the new filter syntax is (post version 3.0 of the module), I'd recommend using client-side filter instead.
- Tatyana MichnikCopper Contributor