Forum Discussion
LAZMary
Oct 07, 2022Copper Contributor
PowerShell - Group Policy for UnansweredDelay/Ring for this many seconds before redirecting to VM
I need to set a group policy that reflects an unanswered delay of 10 seconds before forwarding calls to voicemail. Setting this for a single user is pretty straightforward, but I’m struggling to find...
Oct 07, 2022
Hi LAZMary ,
it should be possible to configure this by PowerShell:
Configure call settings for your users
Best regards,
Thorsten
LAZMary
Oct 07, 2022Copper Contributor
Yes, this details how to implement for a single user, but I need to apply a 10sec setting for a group.
- Oct 10, 2022You can write a PowerShell script to get members of a group by Azure AD PowerShell module and assign the settings per member by using a ForEach loop, for example.
- LAZMaryOct 12, 2022Copper ContributorAwesome - I think you just introduced me to my missing piece of the puzzle. Thanks!!