SOLVED

Call Back policy for an user - PowerShell

Copper Contributor

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

2 Replies
best response confirmed by Tatyana Michnik (Copper Contributor)
Solution
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.

@Vasil Michev Thank you so much for pointing me in the right direction! 

 

Regards,

Tatyana

1 best response

Accepted Solutions
best response confirmed by Tatyana Michnik (Copper Contributor)
Solution
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.

View solution in original post