Export and Import Subsite in SharePoint Server using PowerShell

Export-Import subsite using PowerShell in SharePoint 2013/2016 How to export SharePoint subsite? Export subsite SharePoint 2013 PowerShell, Unlike SharePoint 2013, you’ll have to create a subsite first and then import. Export-SPWeb cmdlet is used to export a subsite, list, or document library. Open SharePoint 2013 Management Shell and run this command. Change…

Read more

Get SharePoint Timer Job History using PowerShell

Requirement: Retrieve and review the SharePoint timer job history for troubleshooting an issue. How to get timer job history in SharePoint? SharePoint 2013 Central Administration site provides an interface to get a timer job history. Here are the steps to get the SharePoint timer job history in SharePoint. Navigate to SharePoint 2013…

Read more

Open with Explorer: Network Error – Windows cannot access URL@SSLDavWWWRootSiteURL

Problem: Open with Explorer button in SharePoint 2010 site gave this error message on a particular document library. Network Error – Windows cannot access URL@SSL\DavWWWRoot\SiteURL\Library You do not have permission to access \\web-app-url@com@SSL\DavWWWRoot\Library-URL. Contact your network administrator to request access. Observation:  The issue is happening only with a particular library. Explorer view works…

Read more

Open SharePoint List Items in Edit Mode by Default

Requirement: Open SharePoint Task list items in Edit form directly instead of “Display form”. Solution: Go to your SharePoint task list, click on Site settings gear, Choose “Edit page”  Add a script editor and place the below code: Here is the jQuery to launch list items in Edit mode: Now, on clicking…

Read more

SPD Error: Microsoft SharePoint designer does not support editing non-SharePoint sites

Error:“Microsoft SharePoint designer does not support editing non-SharePoint sites” – while trying to open a SharePoint 2016 site with SharePoint designer 2013, I got this error message. Solutions: Simply close all instances of your SharePoint Designer and then reopen it. Check if client integration is enabled in Web Application settings from the…

Read more

SharePoint Online: Get All List Items using PowerShell Script

Requirement: SharePoint Online PowerShell to Get List Items. SharePoint Online: PowerShell to Get All List Items PowerShell is a powerful scripting language that can be used to automate tasks. In this blog post, we will show you how to use PowerShell to query items in a SharePoint Online list. We will be…

Read more

Access Denied Error After Migrating from SharePoint 2010 to SharePoint 2013

Problem: After migrating from SharePoint 2010 to SharePoint 2013 using the database attach method, all users received an “access denied” error, and they were unable to login. Confirmed both the source and destination SharePoint farms are in the same Active Directory domain. Root cause: This is because, by default SharePoint 2013 web…

Read more

How to Create a Service Application Pool in SharePoint using PowerShell?

Service Application pools run service application proxy web services inside IIS. Typically, all the service applications can be run with the same application pool. You can create a new service application pool while creating new service applications in SharePoint 2013. Ever wanted to create a new service application pool in SharePoint using…

Read more

Server Error in ‘/x’ Application – Excel Web App Error – Solution

Problem: All of a sudden, Office Web Apps Excel Web App stopped working and gave this Runtime error message on opening Microsoft Excel files from SharePoint 2013:Server Error in ‘/x’ Application. Solution:  This occurs due to the public key which connects to the WOPI application, such as the Office Web Apps Server…

Read more

Access Denied Error on Insert Picture/Link/Upload File in SharePoint 2010

Problem: Users getting an “Access Denied” error message while inserting a picture via SharePoint 2010 Rich text editor. Verified that the user has “Full Access” permissions on the specific list, Still gets access denied on accessing layout pages such as: /_layouts/RteUploadDialog.aspx, /_layouts/RteDialog.aspx. Found it happens to other ribbon actions as well: Insert…

Read more