SOLVED

Remove custom policy in Skype for Business Online

Deleted
Not applicable

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!

 

 

4 Replies
best response
Solution

Just assign the default, BposSAllModality one:

 

Grant-CsConferencingPolicy -Identity user@tenant.onmicrosoft.com -PolicyName Tag:BposSAllModality

Works like a charm Vasil! Many kudos for you!!

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.!

How will I remove policy for one user if i assign like this

 

Grant-CsMobilityPolicy -Identity "user1@contoso.com"-PolicyName NoAppClientPolicy

1 best response

Accepted Solutions
best response
Solution

Just assign the default, BposSAllModality one:

 

Grant-CsConferencingPolicy -Identity user@tenant.onmicrosoft.com -PolicyName Tag:BposSAllModality

View solution in original post