Showing posts with label SharePoint Error Log. Show all posts
Showing posts with label SharePoint Error Log. Show all posts

Friday, July 24, 2020

24 Jul

powershell update Peoplepicker in List In SHarePoint

#Read the CSV file #stored local variable $delimitercsv = "|" $filePath = "C:\peakfinders.csv" $userid = "EmpID"$useremailowner = "Owner"#Get the SharePoint List$tWeb = Get-SPWeb -identity "http://sharepoint.peakfinders.com" $list = $tWeb.Lists["Employee"]$CSVData = Import-CSV -path $filepath |...

Wednesday, March 30, 2016

30 Mar

Configuring Auditing in SharePoint 2010

In this below script, Configuring Auditing in SharePoint 2010 Go to site Settings select Site collection Administration Choose Audit log Reports Delete Deletion Please the save location  I'll save this report to the Shared Documents Library, however in production this is where I create a document library with...

Thursday, March 17, 2016

17 Mar

WSP gets stuck in "Deploying"

stsadm -o execadmsvcjobs on the server running Central Admin Install-SPSolution has only the -Force,  Check for Sharepoint 2013 Timer service Add-SPSolution –LiteralPath "d:solution.wsp"  install solution and we executed the following command: Install-SPSolution -Identity "solution.wsp"...

Monday, February 15, 2016

15 Feb

SharePoint Auditing logs?

Site Settings –> Site Collection Administration,  There was no link avaliable in to "View Audit Logs"  When we creating the following templates were used to create the default site:  Document Workspace Wiki Blog Records Center We have to run PowerShell script for this enable below mention script: stsadm...

Friday, February 12, 2016

12 Feb

How to add History Log to OOTB Sharepoint custom List

Scenario : Submitted, User1, 01/11/2016 Approved, User2, 02/11/2016 Rejected, User3, 05/11/2016 Completed,User4, 05/11/2016 Set WFvar1 to Current Item:Status Set WFvar2 to [%Variable: WFvar1%] "New Status Update Line" Set Status to Variable:WFvar2 Set WF3 to Currentdate&nbs...

Monday, October 26, 2015

26 Oct

SP Subsite is blank with no message or error

I have created a subsite in SP 2013. Now I am trying to access this site but showing blank page with no error or message. Check event and SharePoint logs to trace this issue. If possible try to create the site using PowerShell as well as from UI.It will help to troubleshoot the issue.  Once done restart the web...