Get SharePoint Template
Quickly see which template you used to create a site or subsite get-spweb https://<RootSiteURL> | select url, webtemplate, webtemplateid get-spweb https://<subsiteURL> | select url, webtemplate, webtemplateid
Quickly see which template you used to create a site or subsite get-spweb https://<RootSiteURL> | select url, webtemplate, webtemplateid get-spweb https://<subsiteURL> | select url, webtemplate, webtemplateid
Quick Edit Mode in SharePoint 2013 and “Unable to communicate with server” Error – I love the Quick Edit mode in SharePoint, it really expands the functionality and makes it …
Unable to properly communicate with the workflow service – New symptom developed on an older SharePoint 2013 environment using standard SharePoint workflows. None of the workflows kicked off and saving …
When using the ListData.svc service in SharePoint 2016 to get data from a list we got this error. We did make changes on the list but error does not clarify. …
If you experience it where you have customized the capture screen of a SharePoint list using Nintex Forms and the default SharePoint form still opens instead of the Nintex Form …
Typical issue here is the content access account and the DisableLoopback setting in the registery as per https://social.technet.microsoft.com/wiki/contents/articles/25863.access-is-denied-verify-that-either-the-default-content-access-account-has-access-to-this-repository-or-add-a-crawl-rule-to-crawl-this-repository.aspx This did not solve it for us. Our environment is a full …
Error can occur when upgrading SharePoint to 2013/2016. Even though the aliases are set correctly in the content DB and on the actual library the primary alias is kept in …
Sometimes user accounts and profiles that have been removed and deleted from AD still appears in the People Picker dialog box. You would expect SharePoint to remove these when they …
I have a custom code snippet page in SharePoint 2010 that loads various js and css files. The page functions fine for me and other super users but not for …