Forum Discussion
Some custom policies in Skype for Business Online
At the last Ignite conference custom policies for SfBO was presented e.g. CsConferencing & CsClient. Last Saturday the New/Set-CsConferencing & Client policy cmdlets showed up. So, I created a new CsConferencingPolicy and then attempted to set the AllowIPAudio & AllowIPVideo parameters to $false (their defaults are $true) and I was unable to set them. The error retuned by PowerShell is attached - the error in its self is rather puzzling any how does anyone know if some of the parameters in these policies are locked for newly created policies? Btw I was able to change some parameters relating to file transfer sucessfully.
10 Replies
- Laurie PottmeyerFormer Employee
Channing Heffney wrote a nice blog this week covering this topic: https://techcommunity.microsoft.com/t5/Skype-for-Business-Blog/Custom-Policies-for-Skype-for-Business-Online/ba-p/53824
- Matthew WernerFormer Employee
Microsoft has posted an updated article on Update on Custom Policies in Skype for Business Online which can be found here: https://techcommunity.microsoft.com/t5/Skype-for-Business-Blog/Update-on-Custom-Policies-in-Skype-for-Business-Online/ba-p/69850
Hey Bunmi
It's not allowed to modify these both attributes on an existing conferencing policy. Create a new one with this two parameters.
New-CsConferencingPolicy -Identity "Common_NoAV" -AllowIPAudio $false -AllowIPVideo $false
Cheers Andy
- Bunmi AjayiCopper Contributor
Hey Andy,
Thanks for the reply. I did actually create a new CsConferencingPolicy (a screen is in the attached jpg on the original post). The behaviour I encountered was the inability to change some of the parameters in the newly created policy using the set cmdlet, in particular the ones I mentioned in the orginal post.
Rgds Bunmi
- Thats right. You can't modify these parameters (AllowIPAudio / AllowIPVideo) on a newly created policy with the "set-csconferencingpolicy" cmdlet. It's just possbile to set these options during the new-csconfernecingpolicy cmdlet.
- Matthew WernerFormer Employee
Hello Bummi. I'm sorry to hear that you're having issues with applying Custom Policies. There are a subset of policies that are configurable but some of the policy updates require a client update. Others can be set with no clinet update as you have discovered. I'm following up with Siunie (the presenter on Custom Policies @ Ignite!) and will provide an update as soon as I hear back.