Ravi Kumar Maloth
All code in this blog is well executed..
Thursday, September 24, 2015
Retrieve SharePoint Log with Correlation ID using PowerShell
Retrieve SharePoint Log with Correlation ID using PowerShell
get-splogevent | ?{$_.Correlation -eq "CorrellationIDHer"} | select Area, Category, Level, EventID,Message | Format-List > C:\myErrorDetail.log
Wednesday, September 2, 2015
Download WSP from SharePoint CA-Solution Management- Power Shell
Download WSP from CA-Solution Management
$farm = Get-SPFarm
$file = $farm.Solutions.Item("MyProject.wsp").SolutionFile
$file.SaveAs("c:\MyProject.wsp")
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)