Skip to content
  • Home
  • SharePoint
    • PowerShell
    • Migration
  • About
KrunchyBunny
  • Home
  • SharePoint
    • PowerShell
    • Migration
  • About
    • Categories
Menu Close
Toggle the button to expand or collapse the Menu
  • Home
  • SharePoint
    • PowerShell
    • Migration
  • About

PowerShell

Read more about the article General Settings wont open On Web Application in SharePoint 2016

General Settings wont open On Web Application in SharePoint 2016

SharePoint Error: Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb. is the error that I am getting when trying…

Continue ReadingGeneral Settings wont open On Web Application in SharePoint 2016
Read more about the article Move Items from one Library to another

Move Items from one Library to another

I got a request to move items from one library to another in SharePoint on prem. I had to piece together a few different PowerShell's to accomplish this. The reason…

Continue ReadingMove Items from one Library to another
Read more about the article Install Project Server for SharePoint 2016

Install Project Server for SharePoint 2016

This one is super easy because for SharePoint 2016, project server comes already installed with the SharePoint build. So this post will be super short. Got to PowerShell and add…

Continue ReadingInstall Project Server for SharePoint 2016
Read more about the article Create a new Site Collection and Database via PowerShell
Laptop in a coworking space

Create a new Site Collection and Database via PowerShell

While you can create site collection via the gui, it sometimes doesn't land in the correct database. For this reason, and others, you might want to get more granular by…

Continue ReadingCreate a new Site Collection and Database via PowerShell
Read more about the article Publish all files without a major version in a folder using PowerShell
businessman using computer laptop

Publish all files without a major version in a folder using PowerShell

I had the need to publish all files in specific folders for a customer and I had to put several PowerShell's together to make one that works. What this PowerShell…

Continue ReadingPublish all files without a major version in a folder using PowerShell
Read more about the article Clear SharePoint Config Cache Files with Powershell

Clear SharePoint Config Cache Files with Powershell

I have often needed to clear the SharePoint Config Cache for various reasons. I am posting a working PowerShell version here in case it is needed. Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue…

Continue ReadingClear SharePoint Config Cache Files with Powershell
Read more about the article Common Issues for SharePoint after Patching and PsConfig
Businessmen using computer laptop

Common Issues for SharePoint after Patching and PsConfig

Securitytoken.svc Exception: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present,…

Continue ReadingCommon Issues for SharePoint after Patching and PsConfig
Read more about the article SharePoint Search Services Keep disabling on their own
Walking Guy

SharePoint Search Services Keep disabling on their own

Every now and then after patching I have seen SharePoint Search services in the service administration window automatically disable. I am not sure why this happens but here is the…

Continue ReadingSharePoint Search Services Keep disabling on their own
Read more about the article Migrate User Profile Service via PowerShell
Keyboard

Migrate User Profile Service via PowerShell

This is how you migrate the user profile service using PowerShell- Restore the database from backup Open PowerShell ISE as administrator and add the snapin Here you want to restore…

Continue ReadingMigrate User Profile Service via PowerShell
Read more about the article Restore Performance Point Service via PowerShell
Disk

Restore Performance Point Service via PowerShell

Restore the Database from backupOpen PowerShell as Administrator and add the Snapin Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue 3. Run the following PowerShell and be sure to check the variables $database =…

Continue ReadingRestore Performance Point Service via PowerShell
Read more about the article Migrate Managed Metadata
DCIM103MEDIADJI_0783.JPG

Migrate Managed Metadata

Description This post will tell you how to migrate the managed metadata service application into a new version of on premise SharePoint Documentation https://docs.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 Tasks Restore the database from backup…

Continue ReadingMigrate Managed Metadata
  • Facebook
  • Twitter
© Copyright - KrunchyBunny