Forum Discussion
Remove custom policy in Skype for Business Online
- Oct 18, 2017
Just assign the default, BposSAllModality one:
Grant-CsConferencingPolicy -Identity user@tenant.onmicrosoft.com -PolicyName Tag:BposSAllModality
Just assign the default, BposSAllModality one:
Grant-CsConferencingPolicy -Identity user@tenant.onmicrosoft.com -PolicyName Tag:BposSAllModality
- AnonymousNov 08, 2017
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 KumarFeb 13, 2019Copper Contributor
How will I remove policy for one user if i assign like this
Grant-CsMobilityPolicy -Identity "user1@contoso.com"-PolicyName NoAppClientPolicy
- AnonymousOct 19, 2017
Works like a charm Vasil! Many kudos for you!!