Archive for the ‘Reports’ Category

Aug
15
Filed Under (Administration, Reports, Sites) by Andy Diericks on 25-04-2007

You can configure the Site Directory at two level:

  • Portal
  • Central Administration

Of course the configuration on the Central Admin will override those at the level portal.

I think it’s more logical to configure it at portal level and don’t touch it at Central admin level for one reason :

In the real world you will have 2 teams or roles, the sytem admins and the content managers, and that tool will be more needed to manage the portal content, for example they will be able to track all sites created during a content migration or creation process.

The Site Directory can be customize to add person to contact for each site or creating purpose, it can be a real tool of content management.

By the way every project is different so maybe in your case it will be better to configure it at central Admin level.

Don’t hesitate to explain me your point of view.

Configuration at portal level

Go to « Site Actions » -> « Site Settings » and in “Site Collection Administration” part choose the “Site directory settings” options.

site collection administration

You can specify the path to the “Site directory” and choose “Enforce listing new sites in Site Directory”, as described, when you will create a new site on the portal it will be automatically be listed in the site directory.

site directory settings

Configuration at Central Admin level

To configure it go to the “Central Administration” -> “Operations” -> “Site directory Settings”.You will have the same configuration as in the portal level.

Central administration - site directory settings

In the “Central Administration” -> “Operations” -> “Site directory links scan”.

Here you will be able to define vhich view you want to scan, and if the site list have to be automatically updated.

Site directory links scan

Configuration of the scan using STSADM

Referring to the MOSS help, some STSADM commands about the scheduling of the scan:

To view the scheduling of the scan job:

   1: stsadm –o getsitedirectoryscanschedule

 

To schedule the scan:

   1: stsadm -o setsitedirectoryscanschedule -schedule <recurrence string>

 

The recurrence string indicates the frequency or the date and time at which to run the job. Examples include:

“every 5 minutes between 0 and 59″

“hourly between 0 and 59″

“daily at 15:00:00″

“weekly between Fri 22:00:00 and Sun 06:00:00″

“monthly at 15 15:00:00″

“yearly at Jan 1 15:00:00″



Aug
10
Filed Under (Reports, Sites) by Andy Diericks on 25-04-2007

The site directory is useful to list all sites created.

When activated, when you will create a new site it will be automatically listed in a list which is called
“Sites”. To find it, when you are in the “site directory” go to “site actions” -> “view all site content”.

It can be really useful for the content management process, you will be able to say in real-time how many sites have been created or deleted. With some little customisation and maintenance you can put admin names, contact or purpose of the sites.

It can be a good way of tracking changes in a content migration or creation process.

One feature of the site directory is that you can check “in live” if no site has been deleted, to do it simply go to the “site directory” -> “site actions” -> “scan for broken links”, it will update the site list.

Scan for Broken Links

Scan for Broken Links

But, it will only check for broken links to sites, not for pages.
It’s only a way to manage a list of site.
A broken link in that case is: “The site has been deleted but it still in the list of sites of the site directory”

It will not scan all pages to find which one are ok or not and that’s a pity.

Sorry for those who thought that they will easily found all 404 pages ;-)

My next post, will be about enabling and configuring a “site directory”.



Aug
06
Filed Under (Libraries and Lists, Reports, Sites) by Andy Diericks on 25-04-2007

The adventure of today is: Auditing Sharepoint!

Did you know that Sharepoint can generate audit reports ?

Ok for me those tools are more logging than auditing, but as the Sharepoint’s terminology call that Audit, I will call it like that.

From my point of view the contents of the reports are impressive FOR a out-of-box solution, maybe after learned the feature of those you will tell: “I know better tools for auditing an intranet”.

And you will be right, but your solution or tool will probably be more expensive than using the OOB tools because it will be from third parties or custom dev, but there will be maybe more accurate or provide a real analysis than just data.

So to make it short what does that auditing tool ?

You can generating reports at documents or item level, you can log:

  • Opening or downloading documents, viewing items in lists, or viewing item properties
  • Editing items
  • Checking out or checking in items
  • Moving or copying items to another location in the site
  • Deleting or restoring items

And list, libraries and sites you can log:

  • Editing content types and columns
  • Searching site content
  • Editing users and permissions

Now the important question is how can you use it ?

First you have to choose what to log, to do it, simply go into the “Site Settings” and in the column “Site Administration Collection” you will find the item “Configure Audit Settings”.

Here you can check everything you want.

Sharepoint Configure Audit Settings

Configure Audit Settings

After you will have all configured, you can check the reports, the big surprise is that they are generated in .xml, a very good point, because you can open it with exel and easily create charts, use pivot table and other funny things.

Here is the list of full proposed records.

View Auditing Reports

View Auditing Reports

You can in the screenshot, that you can customize more the settings of the auditing reports,  you can choose to log a specific list or site for example.

I’ve applying a log on the deletion action, uploaded some file in a doclib a deletem them, here is the generated reports about the deletion:

Deletion Report 1

Deletion Report 1

The first tab is an overview with only the count of deleted items and their location in the portal.

The second tab (Report Data), tell more details, like who has deleted the docs and when, which is more useful to trace what really happen on the portal.

Deletion Report 2

Deletion Report 2

Hope you have found that post interesting.