728x90
use rtc
declare @sipQuery nvarchar(250)
set @sipQuery = 'test1@contoso.com'
select FE.Fqdn,R.UserAtHost, * from FrontEnd FE
join RoutingGroupAssignment RGA
On FE.FrontEndId = RGA.FrontEndId
join ResourceDirectory RD
on RGA.RoutingGroupId = RD.RoutingGroupId
join Resource R
on RD.ResourceId = R.ResourceId
where R.UserAtHost = @sipQuery
Aggregated Presence state | Description |
---|---|
3,000-4,499 | Available |
4,500-5,999 | Available - Idle |
6,000-7,499 | Busy |
7,500-8,999 | Busy - Idle |
9,000-11,999 | Do Not Disturb |
12,000-14,999 | Be Right Back |
15,000-17,999 | Away |
18,000+ | Offline |
참고
https://msdn.microsoft.com/en-us/library/bb878933.aspx
http://mikestacy.typepad.com/mike-stacys-blog/2009/08/are-you-really-away.htmlㄴ
728x90
'IT이야기 > S4B&Lync' 카테고리의 다른 글
사용자 세션수 확인 하는 파워쉘 (0) | 2016.05.31 |
---|---|
[LYNC/SFB]마지막 로그인 성공 시간 쿼리 (0) | 2016.04.27 |
[Lync/SFB]presence 정보 쿼리 (0) | 2016.04.27 |
통합 Exchange For SFB2015 설정 (0) | 2016.04.21 |
Lync Server 2013 Standard Second Server 추가와 탄력적 백업풀 활당 방법 (0) | 2016.04.06 |