2

How can I report on the number of users actively using Lync in my organisation? I want to be able to find out what the uptake is.

Thought about going through our mail server, but the saved conversations don't go via SMTP. Also wondered if there's a Powershell way to get the date of the last login / last conversation.

I'm using Lync 2010 via Office 365.

BastianW
  • 2,848
  • 4
  • 19
  • 34
Ben
  • 1,107
  • 9
  • 26
  • 44

2 Answers2

1

It's not very impressive but for Lync Online you can use the Get-CsActiveUserReport to show the number of active users per tenant on a daily, weekly, monthly or yearly basis

It only works for Lync Online (O365) and I'm not sure how factors in users using on-premises servers

Mathias R. Jessen
  • 24,907
  • 4
  • 62
  • 95
0

I've used a Powershell script in the past for this sort of thing, and Pat Richard from ehloworld has a really good write up: http://www.ehloworld.com/269

qovert
  • 51
  • 6