how to locate the user based on the line URI number is assigned to him/her

hi There,


we usually go to users propertise of the user to check what line URI number has been assigned, but my requirement is localte the user who has been given a particular line URI number. I should be able to find out the user by searching the line URI number.

March 22nd, 2015 2:53am

Hi Magudeeswaran,

Check this

http://lyncnumbers.net/category/scripts/search-lineuri/

Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2015 5:49am

Hi,

If you want to use the Lync Control Panel, simply go the 'Users' tab and click 'Add a search filter'.... You would want to specific a 'LineURI' that is 'Equal To' the number you're looking for.

The only time this won't work is if the number you're after is associated to something like an analogue device, conference line, or response group etc. In which case you would need to use Powershell or a script such as the one Raju links to that will leverage the Powershell commands on your behalf.

Kind regards
Ben

March 22nd, 2015 6:58am

Hi,

Agree with BenDonaldson.

You can search users by Lync Server Control Panel, Users bar, In the Search users box, type all or the first portion of the display name, first name, last name, SAM account name, SIP address, or line URI of the user account that you want to search for, and then click Find.

More details:

https://technet.microsoft.com/en-us/library/gg429701.aspx

Best Regards,
Eason

Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2015 9:44pm

Try:

Get-CsUser -filter { LineURI -like "tel:+..." }

Please share with us if this helps.

Thanks / rgds

March 23rd, 2015 9:02am

wow, very simple one, i never have seen this options in Lync CP. thansk mate.
Free Windows Admin Tool Kit Click here and download it now
March 24th, 2015 1:17am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics