#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 |...
Showing posts with label Add-SPDistributedCacheServiceInstance. Show all posts
Showing posts with label Add-SPDistributedCacheServiceInstance. Show all posts
Friday, July 24, 2020
Thursday, March 17, 2016
17
Mar
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"...
Thursday, April 16, 2015
16
Apr
SharePoint is a new service called Distributed Cache. This service is built on Windows Server AppFabric, which implements the AppFabric Caching service. Windows Server AppFabric installs with the prerequisites for SharePoint Server 2013.
Start and Stop Distributed cache
1.Central Admin, open Application Management.
2.Click...