Forum Discussion

Tatyana Michnik's avatar
Tatyana Michnik
Copper Contributor
Mar 17, 2022
Solved

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

  • 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.

Resources