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
Google to distrust Symantec (err Verisign 20 year old root cert)
Security

Google to distrust Symantec (err Verisign 20 year old root cert)

Stacy SimpkinsAugust 31, 2018November 13, 2019

Can you believe there are certs out there that are almost old enough to drink in the 50 states?  Amazing! …

Read More
Security Security Token Service Application Pool

When to re-provision the Security Token Service Application in SharePoint

Stacy SimpkinsAugust 30, 2018November 13, 2019

If you’re seeing entries like this in your logs, you might want to re-provision the SecurityTokenServiceApplicationPool 08/18/2018 12:54:02.49 w3wp.exe (0x3624)…

Read More
SharePoint 2019 – What’s deprecated and What is TOTALLY removed?
SharePoint Administration

SharePoint 2019 – What’s deprecated and What is TOTALLY removed?

Stacy SimpkinsAugust 26, 2018November 13, 2019

It’s still too early to say for certain, what features will be deprecated and which features will be removed.  When…

Read More
Uncategorized

Clear SharePoint Recycle Bin using PowerShell

Stacy SimpkinsAugust 13, 2018November 13, 2019

For one Site collection Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue $SPSiteurl = “<Site URL>” $spsite = Get-SPSite -Identity $SPSiteurl $files =$spsite.Recyclebin |?{$_.ItemState -eq…

Read More
Clear Config Cache one server at a time
PowerShell SharePoint Administration Troubleshooting

Clear Config Cache one server at a time

Stacy SimpkinsAugust 6, 2018November 13, 2019

The script below will clear the config cache on each server.  It waits until all servers are ready and then…

Read More
AutoSPInstaller Review
AutoSPInstaller Server Administration

AutoSPInstaller Review

Stacy SimpkinsJuly 26, 2018November 13, 2019

The auto SP Installer download used to include the folder structure.  That is no longer the case.   Let’s say…

Read More
What account is the farm account and how in the @#$% do I change it?
Permissions PowerShell Security SharePoint Administration Troubleshooting

What account is the farm account and how in the @#$% do I change it?

Stacy SimpkinsJuly 8, 2018November 13, 2019

Here’s a quick and dirty way to find out the farm account   (Get-SPFarm).DefaultServiceAccount.Name If that account looks something like…

Read More
Re-creating the SharePoint Web Services Site
IIS PowerShell SharePoint Administration Troubleshooting

Re-creating the SharePoint Web Services Site

Stacy SimpkinsJune 23, 2018November 13, 2019

https://blogs.msmvps.com/haarongonzalez/how-to-restore-the-sharepoint-web-services-iis-web-site-if-accidently-deleted/ The above blog post explains that it is possible to, erroneously, remove the SharePoint Services website from the file…

Read More
Remove Server from farm
Distributed Cache PowerShell SharePoint Administration Update

Remove Server from farm

Stacy SimpkinsJune 16, 2018November 13, 2019

The best methods to remove a server from the farm are to either use the psconfig wizard or run Disconnect-SPconfigurationDatabase…

Read More
Migrating a Search Service Application
PowerShell Search SharePoint Administration Troubleshooting

Migrating a Search Service Application

Stacy SimpkinsJune 13, 2018November 13, 2019

If you ever have to migrate a search service application from one farm to the next.  Do two things:  …

Read More
Permissions Security SharePoint Administration Troubleshooting

SysKit’s Security Manager for SharePoint

Stacy SimpkinsMay 23, 2018November 13, 2019

Another great tool From the creators of SPDocKit, comes one of the best SharePoint security management tools yet to hit…

Read More
Register-SPWorkflowService : Failed to query the OAuth S2S metadata endpoint at URI ‘what the @#@$@##?’ is going on
Workflow Manager

Register-SPWorkflowService : Failed to query the OAuth S2S metadata endpoint at URI ‘what the @#@$@##?’ is going on

Stacy SimpkinsMay 18, 2018November 13, 2019

If you have followed the instructions on this site to create the workflow management service and you can see the…

Read More
Server Administration

TelNet not working

Stacy SimpkinsMay 12, 2018November 13, 2019

If you’re trying to test connectivity between servers on a specific port and you go to use TelNet and receive…

Read More
Active Directory Administration People Picker Server Administration Troubleshooting

Got Trusts? Need Info about the Domain and it’s trust relationships

Stacy SimpkinsMay 5, 2018November 13, 2019

The following blog post is just a re-blogurtation of this post https://social.technet.microsoft.com/wiki/contents/articles/16067.nltest-to-test-the-trust-relationship-between-a-workstation-and-domain.aspx   1.NLTEST can be used to show this…

Read More
Who’s been logging into machines in my domain? And when were the accounts created?
PowerShell Server Administration

Who’s been logging into machines in my domain? And when were the accounts created?

Stacy SimpkinsApril 29, 2018November 13, 2019

If you’re looking to find out who has been logging into machines in your domain, this powershell will tell you…

Read More
SysKit nailed it right on the head when they called their new SharePoint Monitoring product, Insights!
Monitoring Solution Performance Security SharePoint Administration Troubleshooting

SysKit nailed it right on the head when they called their new SharePoint Monitoring product, Insights!

Stacy SimpkinsApril 28, 2018November 13, 2019

If you liked SPDocKit, you will absolutely love SysKit Insights! From the creators of SPDocKit, comes one of the best…

Read More
Could not load type ‘Microsoft.SharePoint.Marketplace.corporatecuratedgallery
PowerShell

Could not load type ‘Microsoft.SharePoint.Marketplace.corporatecuratedgallery

Stacy SimpkinsApril 28, 2018November 13, 2019

Imagine that you are getting this message:(or, maybe you don’t have to imagine, because you are actually getting it) Sorry,…

Read More
Got Web.config Mods?  Site won’t start? App Pool starts and stops?
Performance PowerShell SharePoint Administration Troubleshooting

Got Web.config Mods? Site won’t start? App Pool starts and stops?

Stacy SimpkinsApril 28, 2018November 13, 2019

When your site wont start or is not loading properly there may be modifications to the web.config that have caused…

Read More
Modifying a SharePoint 2013 or 2016 Search Topology – After Index Reset
PowerShell Search

Modifying a SharePoint 2013 or 2016 Search Topology – After Index Reset

Stacy SimpkinsApril 18, 2018November 13, 2019

The following blog post works best with an empty index.  In other words, it works best before your first full…

Read More
Fixing degraded search index replica’s in a ginormous search farm
PowerShell Search

Fixing degraded search index replica’s in a ginormous search farm

Stacy SimpkinsApril 7, 2018November 13, 2019

Credit for this post:  Scott Fawley, SharePoint Guru Here is a handy script that MS sent while troubleshooting a Search…

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

  • SharePoint Online Backdoor to OneDrive
  • Who is logged into said AVD Host
  • Turn off Publishing Infrastructure before Migrating from On-Premises to the M365 Cloud
  • SCA (Site Collection Admin) Shortcuts synonymous with Site Admin
  • Create a survey (or a discussion board) in under 4 minutes in a modern SharePoint site

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

  • May 2025
  • January 2025
  • March 2024
  • January 2024
  • August 2023
  • 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 © 2025 Another Sharepoint Blog | Slick Blog by Ascendoor | Powered by WordPress.

 

Loading Comments...
 

You must be logged in to post a comment.