Service levels fix
This commit is contained in:
parent
99232b0aff
commit
c60c38e966
1 changed files with 2 additions and 0 deletions
|
@ -9764,6 +9764,8 @@ SELECT
|
|||
EA.PrimaryEmailAddress,
|
||||
EA.SubscriberNumber,
|
||||
EA.UserPrincipalName,
|
||||
EA.LevelID,
|
||||
EA.IsVIP,
|
||||
(CASE WHEN LU.AccountID IS NULL THEN ''false'' ELSE ''true'' END) as IsLyncUser
|
||||
FROM ExchangeAccounts AS EA
|
||||
LEFT JOIN LyncUsers AS LU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue