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 as...
- Mar 18, 2022This 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.
VasilMichev
Mar 18, 2022MVP
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 MichnikMar 18, 2022Copper Contributor