开发者

Get Sharepoint Online users

How Can i get the number of online users in sharepoint 200开发者_运维知识库7?


Extensive explanation, tutorial, etc.: Find Number of Users Currently Logged on to a SharePoint Site

The gist of it is that you don't have OOTB features to show you the number of currently logged in users. You can check IIS for current users, but you don't know whether these are logged on or not. The solution explained in the blog article is to create a delegate control which resides on all pages which counts the number of current sessions. You still don't really have a "live" view as the web is pretty much stateless and it is hard to know whether a user e.g. closed the browser or switched to another tab.


Out of Box i don't think their is any support their is utility available with share point boost Site user directory

Else you can create a custom web part and attach it to the master page to keep track of how many users or online currently

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜