Contents tagged with Sharepoint
-
Change your SharePoint domain name
https://docs.microsoft.com/en-us/sharepoint/change-your-sharepoint-domain-name
-
Connect to all Microsoft Office 365 Services using Powershell
https://docs.microsoft.com/en-us/microsoft-365/enterprise/connect-to-all-microsoft-365-services-in-a-single-windows-powershell-window?view=o365-worldwide more
-
Sharepoint Secure Store
https://docs.microsoft.com/en-us/sharepoint/administration/configure-the-secure-store-service
https://www.codeproject.com/Articles/819546/Secure-Store-Service-in-SharePoint
https://www. … more
-
Rename a Sharepoint Web Application
Must be done in Sharepoint Management Shell (Powershell)
$WebApp = SPWebApplication | where {$_.Name -match "OldWebAppName"}$WebApp.Name ="NewWebAppName"$WebApp.Update()# This bit is just to … more
-
CKSDEV for Sharepoint 2013
https://marketplace.visualstudio.com/items?itemName=WesHackett.CKS-DevforVisualStudio2013
-
Sharepoint Set Site Collection Administrator with Powershell
$siteCollectionUrl = "<my site>"$site =new-object Microsoft.SharePoint.SPSite($siteCollectionUrl)$web = $site.RootWeb$primarAdministrator = $web.EnsureUser("domain\sp_admin")$site.Owner = $ … more
-
Sharepoint Deployment with Powershell
https://collab365.community/general-powershell-script-to-wsp-deployment-and-activating/
-
SharePoint Migration Tool
https://docs.microsoft.com/en-us/sharepointmigration/introducing-the-sharepoint-migration-tool more
-
Enable Apps in your SharePoint 2019 on-premise farm
https://support.shortpoint.com/support/solutions/articles/1000272515
-
Install Sharepoint 2019 on Single Server
open Sharepoint Management Shell (must be Run As Administrator) and run the following cmdlet
New-SPConfigurationDatabase -DatabaseName SharePoint_ConfigDB -DatabaseServer MySQLServerInstance - … more
-
How To Debug Custom Applications in Sharepoint 2013
https://www.c-sharpcorner.com/article/how-to-debug-custom-application-in-sharepoint-2013/ more
-
Sharepoint Deployment Tool CKS - Dev for Visual Studio 2013 and Visual Studio 2017
https://marketplace.visualstudio.com/items?itemName=WesHackett.CKS-DevforVisualStudio2013
https://sharepoint.stackexchange.com/questions/211803/how-to-install-cksdev-on-visual-studio-2017
-
Export any web part from a SharePoint page
https://chuvash.eu/2014/09/19/export-any-web-part-from-a-sharepoint-page/ more
-
Sharepoint 2013 and Forms Based Authentication
https://social.technet.microsoft.com/wiki/contents/articles/23539.sharepoint-2013-form-based-authentication-fba.aspx (good article and verified as working, although Kerberos vs NTLM can be an issue, … more
-
Sharepoint Alternative Access Mapping (AAM)
https://howtodowithsharepoint.wordpress.com/2018/01/26/sharepoint-2016-how-to-implement-alternate-access-mapping/ more
-
Sharepoint Developer Resources
https://docs.microsoft.com/en-us/sharepoint/dev/community/community
https://docs.microsoft.com/en-us/sharepoint/dev/community/repositories
https://github.com/SharePoint
https://github.com/ … more
-
Creating a Timer Job in SharePoint, complete guide
https://gooroo.io/GoorooTHINK/Article/16938/Creating-a-Timer-Job-in-SharePoint-complete-guide/24187#.XjtuyGeP5tQ more
-
Sharepoint 2013 Error Diagnosis: ULS Viewer
https://www.microsoft.com/en-au/download/details.aspx?id=44020
https://www.sharepointdiary.com/2015/08/how-to-use-uls-viewer-in-sharepoint-to-analyse-errors.html
http://sharepoint2016server. … more
-
Sharepoint 2013 Development System Fails to Start After Upgrade Patching
1)) Ensure AppFabric Caching service has started (the Startup Type should be automatic). Set Log On As to Local System if permissions are insufficient.
2) Ensure all Application Pools in IIS have a … more
-
Sharepoint Templates
http://www.topsharepoint.com/themes
https://camerondwyer.com/2013/01/17/free-sharepoint-2010-site-templates/
http://blog.sharepointengine.com/2011/09/5-free-sharepoint-templates.html
https://www. … more