Forum Discussion
Remove custom policy in Skype for Business Online
Dear Skypers,
I created a custom Desktop Conferencing policy. Only one user is assigned to it. Now I don't seem to be able to remove this custom policy. I tried:
Remove-CsConferencingPolicy -Identity CustomDesktopConferencingPolicy -Force
Result: The policy "CustomDesktopConferencingPolicy" is currently assigned to one or more users. Assign a different policy to the users before removing this one.
Grant-CsConferencingPolicy -Identity "{identity}" -PolicyName $Null
result This policy must be assigned a value compatible with the user's subscription and location. It cannot be $null.
Can someone explain how to remove the custom policy? Many thanks in advance!
Just assign the default, BposSAllModality one:
Grant-CsConferencingPolicy -Identity user@tenant.onmicrosoft.com -PolicyName Tag:BposSAllModality
4 Replies
Just assign the default, BposSAllModality one:
Grant-CsConferencingPolicy -Identity user@tenant.onmicrosoft.com -PolicyName Tag:BposSAllModality
- Anonymous
I did a similar thing. I added
Grant-CsClientPolicy -policyname tag:ClientPolicyNoIMURL -Tenant *added my tenant ID here*
which forced conversation history in exchange.
Management has changed their mind but now I can't remove it and I can't seem to get the syntax right. Any help would be great.!
- Manoj KumarCopper Contributor
How will I remove policy for one user if i assign like this
Grant-CsMobilityPolicy -Identity "user1@contoso.com"-PolicyName NoAppClientPolicy
- Anonymous
Works like a charm Vasil! Many kudos for you!!