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"...
Showing posts with label Uninstall-SPFeature. Show all posts
Showing posts with label Uninstall-SPFeature. Show all posts
Thursday, March 17, 2016
17
Mar
Thursday, April 16, 2015
This feature introduced by SharePoint 2013
Minimal download strategy improved the SharePoint Site performance:
1.navigation,
2.fast rendering on client browser
3.It also reduces the SharePoint page load time, because it loads only a part of a page which is been modified rather than getting a duplicate data from server.
This...