Metrics for SharePoint site

Hello Friends,
I need the following information about my SharePoint site collection
1. Info about the list of users accessing the site
2. Info about users accessing which part of the site ex.: list, library, page or item
3. How many times a list/library/page is accessed like a hit count
I'm sure that these are possible via audit log reports and search schemas. It would be helpful if someone can point me towards right direction

Hi Chandrashekhar,
1. To get Info about the list of users accessing the site
     -  Download and install SharePoint User Manager
     -  https://5pm.codeplex.com/
2. To get
Info about users accessing which part of the site ex.: list, library, page or item
      - Enable auditing in your site collection
      - Configure audit settings for a site collection
3. To get How many times a list/library/page is accessed like a hit count
       - http://yourSiteURL/_layouts/usage.aspx
       - This will give you Web Analytics Summary Report including total hits on site.
       - For a detailed hit counter report on site, open site settings > Under Site Actions category click            Site Web Analytics Reports.
Please remember to click 'Mark
as Answer' if the reply answers your query or 'Upvote' if it helps you.

Similar Messages

  • Create a site utilization report for SharePoint Site with these conditions

    HI,
    How do we create a site utilization report for a SharePoint 2007 site. I want to include the following conditions in the report
    a) The list of users who are accessing the site
    b) The list of users who have not accessed the site ( Can we do some filtration based on some conditions )
    c) When was the last date the user has accessed the site

    Hi Kalpana,
    Sorry for delay in reply. I don't think this can be possible from front end without involving SQL dbo users table. If you found any other alternate please share here.
    You can get site collection / sub site user details via
    SP user manager tool and for last access date - time you can use SharePoint object model. - ref : http://blogs.msdn.com/b/varun_malhotra/archive/2010/05/12/moss-2007-get-last-accessed-date-for-a-site.aspx
    Let us know if this helps
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Set alias URL for SharePoint site

    Hi,
    I want to set the SP site alias. my server name appearing http://dmfpqabudappcq2 and i want to change it to http://MySharePoint.
    I check the central admin - AAM - Edit alias url. I have updated there.
    Now, i am setting the new alias host in DNS. for this i have open the DNS - expands server name - Forward Lookup zone. When i go for right click then i can not see to add new alias and server IP there.
    Can anyone please tell what i am missing here to complete the setting for SharePoint alias. 
    Any help is much appreciated.
    Thanks, 
    Rakesh

    I've never trusted changing a Web App's URL. I always advise adding a new AAM for http://intranet etc. alongside your already existing server name.
    I would return the inital entry to as it was, then add a new AAM for your site.
    Now if i understand you correctly you haven't added an A host record for the AAM address to DNS yet? This is described here:
    http://technet.microsoft.com/en-us/library/cc779029%28v=ws.10%29.aspx
    Once you have an A host record you should be able to 'ping' that address from a client computer. You should also be able to browse the site from a client computer (assuming there's a site collection created for that web application).
    You will not however be able to browse it from your SharePoint server, this is because of the loop back check:
    http://www.harbar.net/archive/2009/07/02/disableloopbackcheck-amp-sharepoint-what-every-admin-and-developer-should-know.aspx

  • Increasing MaxControls in Web.config for SharePoint Site

    <SafeMode MaxControls="200" CallStack="false"
    DirectFileDependencies="10"
    We have reached Max User Controls of 200 on our SharePoint Masterpage and need to increase this in the web.config to account for the new controls we are adding. Just wondering if anyone has any experience in increasing this
    number and at what point did you start seeing affect in the performance.
    Thanks 

    Hi,
    According to your post, my understanding is that you wanted to increase the maxcontrols in the web.config.
    It is not recommended to modify the web.config to increase the maxcontrols number.
    If you had changed the the number, it may occur some issues, such as the site would be unavaiable, no one could access the web application, you had to do a IIS reset to make the site run again.
    It is recommended to split up your page into multiple smaller pages if you have more than 200 user controls.
    If there is only few pages contain over 200 webcontrols, for one page, you can create a new page and move of a portion of components to the new one.
    In this situation ,each page has less than 200 controls, if they are webpart pages, you just need to add a OOB webpart Page View web part
    in one page to display the new page.
    That’s how to separate control-overload page and display them with iframe(or iframe webpart) in one page.
    More reference:
    http://prasanjitmandal.blogspot.com/2013/05/fix-max-controls-issue-in-sharepoint.html
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Disable HTTP Methods for SharePoint site

    Hi,
    Our firewall is reporting that someone is trying to use HTTP OPTIONS Method to exploit our SharePoint server.
    I want to know which HTTP methods are required by SharePoint 2010 so that i can disable other HTTP methods to increase security.
    I am trying to follow recommendations from Open Web Application Security Project. 
    https://www.owasp.org/index.php/Test_HTTP_Methods_(OTG-CONFIG-006)
    Regards, Muhammad Usman Azmat

    Verbs such as OPTIONS will require authentication to be of any use. If you disable OPTIONS, you'll likely run into various issues using SharePoint, and here is an older example (that will likely apply even today):
    http://blogs.msdn.com/b/vsofficedeveloper/archive/2008/10/03/sharepoint-cisco-css-switch-issue.aspx
    At any rate, changing IIS settings at the Web Application IIS site level, with the exception of IIS Site Bindings where appropriate, is highly discouraged.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Mobile Url for a site gives an error

    when i try to access the mobile site of a SharePoint 2010 site it gives me the following error: 
    <input name="__EVENTARGUMENT" type="hidden" />   Error
    Object reference not set to an instance of an object.
    The mobile Url contains _layouts/mobile/mblwiki.aspx this site has wiki feature enabled 

    Hi Omar,
    According to your description, my understanding is that the error occurred when you access the mobile URL for SharePoint site.
    I recommend to append "?Mobile=1" to the end of the URL of the SharePoint site
    to access the mobile view to see if the issue still occurs, such as
    http://MyServer/MySite/default.aspx?Mobile=1.
    If the error still occurs, I recommend to check if the mobile view is activated for SharePoint.
    http://technet.microsoft.com/en-us/library/ff393832(v=office.14).aspx
    More reference:
    http://msdn.microsoft.com/en-us/library/office/ms462572(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • OneDrive for Business (on Premise) "we can't connect to the specified sharepoint site..."

    Hello
    We have SharePoint 2013 SP1 and CU Sept. 2014.
    Problem:
    When a User tries to sync with a sharepoint subsite, he gets the message above in the title until we give him at the minimum "read" permissions on the top level site collection.
    https://sitecollection/subsite <-- sync not working until read on sitecollection
    The subsite has its own permissions, it doesnt inherit anything.
    I tried to recreate this issue in our lab. What i got was this:
    http://sitecollection/subsite <-- sync doesnt work without read permission on sitecollection
    http://sitecollection/sitecollection/subsite <-- sync
    works fine even without read permission on any sitecollection (just edit on subsite)
    The question is:
    Why does it behave like this?
    I dont want to give everyone "read" permission on the root site collection. It must be an other way to sync on subsites!
    Thanks for any response! Any help appreciated!
    Regards
    SharePoint_Dude

    Hi,
    I tested the same scenario per your post in my environment, however the libraries in subsites can be synced with OneDrive for Business.
    I recommend to check the permission of the user in the subsite to see if the user has
    Use Remote Interfaces permission.
    If not, please select this and then check the results.
    More reference:
    https://nheylen.wordpress.com/2014/05/15/sync-error-we-cant-connect-to-the-specified-sharepoint-site/
    Best regards,
    Victoria Xia
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint 2013: A web analytics report is not available for this site.

    Hello,
    I have SharePoint Server 2013 and the enable usage data collection is enabled.  There is usage logs and data being generated, but SharePoint says there is not data available.
    A web analytics report is not available for this site. Usage processing may be disabled on this server or the usage data forthis site has
    not been processed yet.
    What can I do?
    Thanks,
    Paul
    Paul

    hi,
    Web Analytics is now part of the 2013 Search.
    You can refer the below links, :
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://www.collabshow.com/2013/05/23/sharepoint-2013-analytics-a-big-step-backward/
    http://usamawahabkhan.blogspot.com/2013/06/sharepoint-2013-analytics-features-how.html 
    if you wanna use  API, there is a blog,which talk about the same:
    retrieve  Search Analytics Reports
    using SharePoint 2013 API:
    http://radutut.wordpress.com/2013/01/27/how-to-get-search-analytics-reports-programmatically-in-sharepoint-2013/

  • Site Login Behavior For SharePoint Foundation 2013 Users With Expired Passwords?

    What are the most user-friendly ways of getting external users with expired AD passwords back into the SharePoint site with a new working password?
    We already send automated email notifications to users reminding them to change their soon-to-expire passwords.  However, sometimes they miss seeing the email notifications before the password expires (such as after returning from vacation or just carelessness
    and lack of attention to email messages) or they see the warning messages and forget to act on it.
    When this happens and they try to log into the SharePoint site from the Internet, their login fails without telling the user the reason they can't log in is because their password expired.  So, they end up confused and call the help desk to get their
    password reset.
    Is there a way to set up SharePoint Foundation 2013 login in a similar way to the OWA login so that, when a user with a correct but expired password tries to log in, it gives them a prompt to set a new password right there rather than just an error indicating
    their login failed for unknown reasons or password is "incorrect?"

    It could be done. You get a different event log entry for an expired login attempt than for a wrong password, 4625 events denote a login failure and an error ID of 23 denotes a logon failure.
    A naff, but simple, approach would be to create a tool that checks your server logon event log for 4625 entries and then emails that user, or the help desk, or security, that they're trying to get onto your system with expired credentials.
    For a more polished experience you've got a lot more work and bluntly it's going to be impractical for you. You'd have to re-write sections of the SharePoint authentication process or intercept the process, both are risky and not a good idea to try.
    There's a really interesting paper here that might be of interest, it won't help you in your current situation but it might shed more light on the overall authentication/authorisation process.
    http://www.sans.org/reading-room/whitepapers/forensics/windows-logon-forensics-34132

  • Sharepoint warmup script for https sites

    we want to warm up https site which is based on sharepoint 2010.
    When we run some sample powershells it shows access forbidden error so we are not able to warm up https site.
    Its slow on first load so need some warmup script for https sites.
    sharepointer

    Just ensure that the service account that you use to trigger the Powershell scripts has access to IIS and SharePoint.  Most often, the SharePoint Farm account would be used for scheduling the warm up scripts on the WFE server.
    I trust that answers your question...
    Thanks
    C
    http://www.cjvandyk.com/blog

  • How to provide internet access for a site collection in SharePoint Foundation 2010

    Hi all,
    I am working on SharePoint Foundation 2010. I have to make a site collection available on internet.
    Only one site collection is to be brought on internet rest of the site collections should not be accessible from outside.
    How do I achieve this. Any help is greatly appreciated.
    Thanks in advance.

    Hello,
    As per my knowledge, you have to create new Web Application for your site to publishing it to internet. Since internet settings can be done at web application so create new one and then backup your existing site and restore in new web app.
    You can refer below thread for licensing:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b63b3643-d0c7-45d2-8372-364fda348ed0/sharepoint-foundation-licensing-on-internetfacing-server?forum=sharepointgeneralprevious
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Cross Domain User Access for Sharepoint 2013 site collection

    Hi All,
    We have three Domains , one is for client machines and  AD user access purpose and second one is production environment (only some of developers has access to this domain) and third one is SharePoint environment (Because External users needs to
    access my SharePoint sites) .
    now we need to access SharePoint site collections from my another two domain user accounts with out creating user account from SharePoint domain , how to enable this access?
    please advise.
    Thanks in Advance,
    Mani L

    Hi Mani,
    You're asking this question in the wrong forum, this forum is meant for suggestions and feedback on the forums themselves, not product support.
    I recommend reposting your question in the SharePoint forums here (or you can request that a moderator move this thread for you):
    http://social.technet.microsoft.com/Forums/en-us/home?category=sharepoint&filter=alltypes&sort=lastpostdesc
    Good luck.
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Standard intranet requirement template for SharePoint 2013 online Site

    Hi, we are doing requirement gathering of one big markets operator company and planning to build one SharePoint
    site using SharePoint 2013 online technology.
    Now, we are looking for one standard document to showcase standard features should be in that portal based
    upon based on customer need, industry trends and practices for standard intranet build.
    Any similar template document will be helpful. Thanks!

    Hi Shailendra,
    Could you please tell me the detailed customer need ? As different customer need will have different industry trends and practices.
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Configuring Apps for SharePoint 2013 - Host Header Sites

    Hi All
    I am busy planning our Apps for SharePoint deployment and one gotcha seems to be sites that use host headers. Our current deployment consists of the following:
    2x WFE's (WFESRV1 and WFESRV2)
    2x App Servers (APPSRV1 and APPSRV2)
    The WFE's are load-balanced and we have 2 sites, portal.intranet.com and mysite.intranet.com. Both use host headers. I have gotten to the point where I will have a DNS zone called companyapps.com and a CNAME *.companyapps.com.
    To which site do I point the CNAME to and what if I need both sites to be App enabled? Also, a lot of sites mention I need a empty site collection on a separate IP in order to use Apps with host headers. How would I use this empty site collection and
    what would I name it?
    We are on the March 2013 update.

    May Be I understand your question as *.companyapps.com should be pointed to sharepoint server but where in IIS binding would you map *.companyapps.com
    Actually, When you configure the APPS on server, the central admin > apps > you have to mention this *.companyapps.com. Now all apps will be "(yourname)-guid.companyapps.com"
    Then you will have to create a app catalog where all the app related details will be stored
    When App service application is created it is automatically added to default service connection. and this service connection to mapped to other web application(Application management, you see service connection)
    If all is configured well apps will automatically work for all web apps

  • The underlying connection was closed: An unexpected error occurred on a receive..Exception.Message - while executing powershell command for sharepoint online site

    " +The underlying connection was closed: An unexpected error occurred on a receive..Exception.Message " OR sometimes
    "The remote server returned an error: (503) Server Unavailable..Exception.Message"
    Getting exception above when performing various operation (site coll creating, group creation, adding users to group) for sharepoint online (Office 365) site using powershell script.
    I want to create 3500 site collections using PS script. In-between getting above exception so it will skip one site collection creating and working again. for eg. after creating 11 site coll, script will through above exception and so 12th site coll will
    not be create but working fine from 13 and so on...

    Remote server seems working to me...any additional check?
    if problem with remote server then may be loop to create site provisioning should not start again..Right?
    any idea?

Maybe you are looking for