Get Lync user from phone number -


i'm writing managed sip application inspect phone calls, , either allow them or terminate them based on various conditions. need know lync user call intended for. i'm sure there cases phone number can't map user, in case i'll else.

from can tell, have work phone number being called.

the best solution if use lync api this, if that's not possible, can querying either ad or 1 of lync databases.

i'm pretty sure, found answer in meantime, complete question:

get-csuser -filter {lineuri -like $yournumber}   

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -