↧
Querying Correlation IDs in the Central Admin
I wrote another small solution, but this time it simplifies searching for correlation IDs. The idea is that by using SharePoint’s built-in PowerShell cmdlets, the whole farm can be queried for a...
View ArticleUsing PowerShell in your C# code
SharePoint standard comes with a lot of cmdlets ready for use. Sometimes it might be handy to be able to use those cmdlets in your serverside code. For instance, using Merge-SPLogFile to combine the...
View Article