Have you ever tried enabling a user for Enterprise Voice or Exchange Unified Messaging and received an error stating the action could not be completed due to a duplicate record?
Get-CsUser | where {$_.LineURI -eq “tel:+14081115555” -or $_.PrivateLine -eq “tel:+14081115555”} | format-table -property displayname,LineURI,privateline