Today we’ll talk about some errors when clientpolicy dump was assigned to an or multiples users.
This experience was very recent and we thought to take available for you.
When the client policy were removed from configuration store and there are users with it, the error bellow is show up. Theoretically it shouldn’t be removed.
WARNING: “ClientPolicy” with identity “3” assigned to “sip:thiago@Domain.br” has been removed from configuration store.
Get-CsUser -Identity thiago@Domain.br | fl *client*
Get-CsUser -Identity thiago@Domain.br | Grant-CsClientPolicy -PolicyName $null
And check if all works fine now…
Get-CsUser -Identity thiago@Domain.br | fl *client*