Virtual Business Card


A Jack of all trades is a master of integration, as such an individual who knows enough from many learned trades and skills to be able to bring their disciplines together in a practical manner, and is not a specialist but can be an expert in many fields. Such a person is known as a polymath or a renaissance man; a typical example is someone like Leonardo da Vinci.

Thursday, May 3, 2012

How to Trim Audit Log in SharePoint 2010

Please use the power shell below:



$site = Get-SPSite -Identity http://

$date = Get-Date

$date = $date.AddMilliseconds(1)

$site.Audit.TrimAuditLog($date)

or

$site.Audit.DeleteEntries($date)

No comments:

Post a Comment