Hello Team
Recently i took PSTN - Direct Routing report from teams admin center and found few are the caller ID as stamped as anonymous
i checked the caller ID policy below
Identity : Global
Description :
EnableUserOverride : False
ServiceNumber :
CallingIDSubstitute : LineUri
BlockIncomingPstnCallerID : False
Identity : Tag:cloudmonkeysAnonymous
Description :
EnableUserOverride : True
ServiceNumber :
CallingIDSubstitute : LineUri
BlockIncomingPstnCallerID : False
" Global policy" caller ID policy is applied to the users showing as anonymous .
its weird and i would like to take the report of the users who applied for both policies
get-csonlineuser | where {$_.callerIDPolicy -eq 'Tag:cloudmonkeysAnonymous'} | FT UserPrincipalName
but no results

