Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个托管 SIP 应用程序,它将检查电话呼叫,并根据各种条件允许或终止它们。我需要知道呼叫所针对的 Lync 用户。我确信在某些情况下电话号码无法映射到用户,在这种情况下我会做其他事情。
据我所知,我所需要处理的只是被呼叫的电话号码。
最好的解决方案是如果我可以使用 Lync API 来执行此操作,但如果这不可能,我可以考虑查询 AD 或其中一个 Lync 数据库。
我很确定,您在此期间找到了答案,但要完成问题:
Get-CsUser -Filter {LineURI -like $yourNumber}