Configure ULS logs to rollover after 60 minutes
By default SharePoint rolls over it’s Unified Logging Service (ULS) logs every 30 minutes. I would like to reduce the number of log files so will increase the rollover to 60 minutes by using the Set-SPDiagnosticConfig PowerShell command: Set-SPDiagnosticConfig –LogCutInterval…
Installing a web part using the command line
I have downloaded some web parts for my site and need to install them on the server – this is quite easy using the command line. Here is the how to do it: C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\stsadm.exe -o addwppack…