Monday, December 10, 2012
Install Timer Job by Management Shell
Add-SPSolution "filepath"
Install-SPSolution -Identity “wspname” -GACDeployment
Enable-SPFeature “feature name” -url “Siteurl”
If you get an error then
Disable-SPFeature “feature name” -url “Siteurl”
Then again enable
Enable-SPFeature “feature name” -url “Siteurl”
Subscribe to:
Post Comments (Atom)
How to launch a document by clicking a link to the file?
Word: <a href='ms-word:ofe|u|path/to/web/word/document.docx'>Link to document</a> Excel: <a href='ms-excel:o...
-
$cType = $list.ContentTypes | Where {$_.Name -Match $contentTypeName} Write-Host $cType.Id
-
.s4-toplinks { background-color: #899DC2; } body #s4-ribboncont { background-color:#4D6193; } .v4master .ms-siteactionsmenuinner ...
-
$homeUrl = read-host "Enter WebApplication URL" $managepath = read-host "Enter site collection relative path here including...
No comments:
Post a Comment