Skip to content
Header Image

Another Sharepoint Blog

This site is Just Another SharePoint Blog on troubleshooting SharePoint

  • Home
  • Blog
  • Builds
    • 2019 Builds
    • 2016 Builds
    • 2013 Builds
    • 2010 Builds
  • Resources
    • SharePoint 2013 Databases
    • Default Permissions
    • SharePoint Pals (same as clicking resources)
    • Books
      • Building a SharePoint 2016 Home Lab
      • Troubleshooting SharePoint
  • Video
    • Creating a Domain Controller and Domain
    • Create Certificate Authority
    • Keypass and RDP shortcuts
    • Creating the SQL Server
    • Creating the SP Farm with AutoSPInstaller
    • Joining WFE using AutoSPInstaller
    • Create HNSC’s with Powershell and Move ULS logging
  • About
    • Contact Us
    • Disclaimer

Category: PowerShell

Security Patches and SharePoint
PowerShell Server Administration SharePoint Administration Troubleshooting

Security Patches and SharePoint

Stacy SimpkinsJuly 13, 2016November 13, 2019

If you’re ever looking through your event logs and you run across Event ID 2137, definitely heed its advice and…

Read More
The field with Id {2de1df7b-48e1-4c8e-be0f-f00e504b9948} defined in feature {6e1e5426-2ebd-4871-8027-c5ca86371ead} was found in the current site collection or in a subsite
PowerShell SharePoint Administration Troubleshooting

The field with Id {2de1df7b-48e1-4c8e-be0f-f00e504b9948} defined in feature {6e1e5426-2ebd-4871-8027-c5ca86371ead} was found in the current site collection or in a subsite

Stacy SimpkinsApril 10, 2016November 13, 2019

I’m writing this post today; because The field with Id {2de1df7b-48e1-4c8e-be0f-f00e504b9948} defined in feature {6e1e5426-2ebd-4871-8027-c5ca86371ead} was found in the current…

Read More
SharePoint Updates, Ikea Furniture, and Plastic model Airplanes (e.g. read the instructions)
PowerShell SharePoint Administration Troubleshooting

SharePoint Updates, Ikea Furniture, and Plastic model Airplanes (e.g. read the instructions)

Stacy SimpkinsJanuary 24, 2016November 13, 2019

Yesterday when running the Post setup configuration executable (psconfig.exe) I encountered the following happy-happy joy-joy moments. I hadn’t created the…

Read More
January CU breaks stuff and false alarms
PowerShell Search SharePoint Administration Troubleshooting

January CU breaks stuff and false alarms

Stacy SimpkinsJanuary 23, 2016November 13, 2019

If you work at a company that mandates Microsoft Security patches get installed on all servers, like some major health…

Read More
Getting Distributed Cache started on SharePoint 2016 Beta 2
PowerShell SharePoint Administration SharePoint Development

Getting Distributed Cache started on SharePoint 2016 Beta 2

Stacy SimpkinsJanuary 15, 2016November 13, 2019

First of all I’d like to thank mvan for the post located here: http://www.sharepointconsultant.ch/2013/03/07/adding-a-local-sharepoint-2013-development-server-as-a-cache-host-to-appfabrics-cache-cluster/ please read this before continuing, as…

Read More
“There are no products affected by this package installed on this system.”
PowerShell SharePoint Administration Troubleshooting

“There are no products affected by this package installed on this system.”

Stacy SimpkinsJanuary 9, 2016November 13, 2019

Grey wizard or PSconfig Sometimes when your farm gets out of wack, as SharePoint farms with multiple admins tend to…

Read More
A few really great places to start with PowerShell and SharePoint
PowerShell SharePoint Administration

A few really great places to start with PowerShell and SharePoint

Stacy SimpkinsDecember 19, 2015November 13, 2019

Learn PowerShell in a month of lunches Don Jones you tube channel and a smart TV – https://www.youtube.com/user/powershelldon queue them…

Read More
Adding additional distributed cache hosts
PowerShell SharePoint Administration Troubleshooting

Adding additional distributed cache hosts

Stacy SimpkinsNovember 21, 2015November 13, 2019

Here’s one successful method of adding an additional distributed cache host to a cache host cluster. It’s optional to perform…

Read More
Deploying Office Web Apps for On Premise
Office Web Apps PowerShell

Deploying Office Web Apps for On Premise

Stacy SimpkinsAugust 11, 2015November 13, 2019

The main thing to success with this is getting the cert correct. If you have two servers in your farm…

Read More
Enumerating Sites in a farm
PowerShell

Enumerating Sites in a farm

Stacy SimpkinsApril 18, 2015November 13, 2019

Use the following one liner to enumerate the sites and subsites in a SharePoint 2010 or 2013 web application: Get-spwebapplication…

Read More
SharePoint Managment Shell via remote session
PowerShell SharePoint Administration

SharePoint Managment Shell via remote session

Stacy SimpkinsMarch 21, 2015November 13, 2019

You can run a SharePoint Management Shell remotely with the following lines of powershell $Remotesession = New-PSSession -computername “MY_SPServer_Name_Goes_Here” -Authentication…

Read More
Rolling out Central Admin and the Config Database and all the assoicated features
PowerShell SharePoint Administration

Rolling out Central Admin and the Config Database and all the assoicated features

Stacy SimpkinsMarch 7, 2015November 13, 2019

Here’s an oldy but a goody, how to get your Central Admin and Config Databases created without using the gray…

Read More
Building a 2013 farm – Joining in servers – avoiding getting distributed cache on all servers
PowerShell SharePoint Administration

Building a 2013 farm – Joining in servers – avoiding getting distributed cache on all servers

Stacy SimpkinsFebruary 28, 2015November 13, 2019

When building a farm, use powershell to create your central adminstration site database, configuration database, and all other databases.  This…

Read More
Reset your index with PowerShell
PowerShell Search Troubleshooting

Reset your index with PowerShell

Stacy SimpkinsFebruary 21, 2015November 13, 2019

As this great blog on repairing the SharePoint 2013 On-Prem reset index stuck resolution, states it’s best to reset your…

Read More
Working with paused search index
PowerShell Search Troubleshooting

Working with paused search index

Stacy SimpkinsFebruary 14, 2015November 13, 2019

When you want to know what search is up to, check it out with the management shell and these handy…

Read More
Creating a Search Service Application and topology with PowerShell in SharePoint 2013 or 2016 – IN SAME APP POOL AS OTHER SERVICE APPLICATIONS
PowerShell Search Troubleshooting

Creating a Search Service Application and topology with PowerShell in SharePoint 2013 or 2016 – IN SAME APP POOL AS OTHER SERVICE APPLICATIONS

Stacy SimpkinsFebruary 7, 2015November 13, 2019

You can use this script to create a new search service application after you have removed your search service application. …

Read More
Documenting email enabled lists and troubleshooting drop folder
PowerShell Troubleshooting

Documenting email enabled lists and troubleshooting drop folder

Stacy SimpkinsJanuary 31, 2015November 13, 2019

this post is a partial repeat of this post When you’re getting ready to migrate 2010 content over to 2013…

Read More
Removing search service application and proxy
PowerShell Search Troubleshooting

Removing search service application and proxy

Stacy SimpkinsJanuary 24, 2015November 13, 2019

Scenario: You’ve determined that you don’t want to modify the search service application proxy settings under service connections under web…

Read More
Working with Distributed Cache
PowerShell SharePoint Administration

Working with Distributed Cache

Stacy SimpkinsNovember 29, 2014November 13, 2019

“The Distributed Cache service provides in-memory caching services to several features in SharePoint Server 2013. Some of the features that…

Read More
Converting 2010 Project Server to 2013 Project Server
PowerShell PWA

Converting 2010 Project Server to 2013 Project Server

Stacy SimpkinsNovember 15, 2014November 13, 2019

Adapted from material presented at this URL – http://channel9.msdn.com/Events/Project/2014/PC319 Tested and proven Some things to watch out for, permissions on…

Read More

Posts navigation

Older posts
Newer posts
Follow @SharePointStacy

Click a book to read about the book

Best SharePoint Troublshooting guide on the planet --------------------------- --------------------------- Best SharePoint Home lab guide on the planet

Recent Posts

  • The Troubleshooter Mentality
  • Moving Central Admin
  • Brand Central Admin
  • Central Admin Time zone
  • The Security Token Service is Unavailable

Recent Comments

  • Provisioning a SharePoint 2013 or 2010 Farm SharePoint Service Applications – Another Sharepoint Blog on Provisioning a SharePoint 2010 Farm Service Applications using a PowerShell Script
  • How to provision User Profile Service and avoid stuck on starting | Another Sharepoint Blog on Configuring User Profile Service, Starting Synch, and Creating SharePoint Service Applications for SharePoint 2010 or SharePoint 2013
  • How to provision User Profile Service and avoid stuck on starting | Another Sharepoint Blog on User Profile Stuck on Starting
  • Stacy Simpkins on Converting the 2013 classic web app to claims
  • ChaddTalks on Converting the 2013 classic web app to claims

Archives

  • November 2021
  • November 2020
  • October 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • February 2019
  • January 2019
  • December 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • October 2016
  • August 2016
  • July 2016
  • April 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • August 2015
  • July 2015
  • June 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2012

Categories

  • Active Directory Administration
  • App management
  • AutoSPInstaller
  • Cu Patching
  • Desktop Administration
  • Development
  • Distributed Cache
  • Fast Search 2010
  • FBA
  • HNSC
  • Hyper-V Administration
  • IIS
  • Managed Metadata
  • Monitoring Solution
  • Munchies
  • Office 365
  • Office Web Apps
  • People Picker
  • Performance
  • Permissions
  • PowerShell
  • PWA
  • Search
  • Security
  • Security Token Service Application Pool
  • Server Administration
  • SharePoint Administration
  • SharePoint Development
  • SQL
  • Troubleshooting
  • Uncategorized
  • Update
  • User Group Meetings
  • Workflow Manager

Click these links below to redirect to YouTube, accordingly

A few SharePoint Videos on YouTube
Skydiving Adventures
  • Twitter

Copyright © 2023 Another Sharepoint Blog | Slick Blog by Ascendoor | Powered by WordPress.

 

Loading Comments...
 

You must be logged in to post a comment.