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: Server Administration

Development Server Administration SharePoint Administration

Disable Loopback Check (DisableLoopbackCheck Dword 1)

Stacy SimpkinsApril 6, 2019November 13, 2019

If you ever encounter multiple prompts from a SharePoint server when trying to open a site, go to this location…

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
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
Migrating a Managed MetaData database
Managed Metadata PowerShell Server Administration

Migrating a Managed MetaData database

Stacy SimpkinsMarch 19, 2018November 13, 2019

To move the managed metadata database, take a copy only backup of it from your SQL server and then restore…

Read More
Testing remote connectivity for PowerShell
PowerShell Security Server Administration

Testing remote connectivity for PowerShell

Stacy SimpkinsJanuary 29, 2018November 13, 2019

Some things to keep in mind: The account you run this with needs to be a member of either Local…

Read More
Creating a Dev environment – Part 2
Hyper-V Administration Server Administration SharePoint Administration

Creating a Dev environment – Part 2

Stacy SimpkinsJanuary 15, 2018November 13, 2019

In this video I demonstrate getting the dev environment able to be opened using RDP connections.  Like all my videos,…

Read More
Creating a VPN connection with a Namecheap.com hosted domain
Desktop Administration Server Administration

Creating a VPN connection with a Namecheap.com hosted domain

Stacy SimpkinsJanuary 2, 2018November 13, 2019

Do you want to be able to connect into your home server from anywhere that you have an internet connection…

Read More
Running Distributed Cache in a least privileged way
PowerShell Server Administration SharePoint Administration

Running Distributed Cache in a least privileged way

Stacy SimpkinsDecember 1, 2017November 13, 2019

In a previous post, I mentioned the steps to least privilege the Distributed Cache; but, I really never explained the…

Read More
Clearing the config cache with Powershell
PowerShell Server Administration SharePoint Administration Troubleshooting

Clearing the config cache with Powershell

Stacy SimpkinsMarch 12, 2017November 13, 2019

Clearing the SharePoint Config cache is no longer a manual task and is easier than clearing the saliva out of…

Read More
Reset IIS on all servers in a farm
Server Administration

Reset IIS on all servers in a farm

Stacy SimpkinsFebruary 26, 2017November 13, 2019

How many times have you been in the middle of a series of updates to your farm, or at the…

Read More
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
User profile service is not accessible
Server Administration

User profile service is not accessible

Stacy SimpkinsOctober 11, 2014November 13, 2019

Recently while editing the preferred search center for MySites, there was a message that the user profile service was not…

Read More
PowerShell Server Administration

Script to clean out log files, or any files in a directory based on date

Stacy SimpkinsSeptember 20, 2014November 13, 2019

​$fileage = 30 $files = Get-ChildItem ‘C:\PathToFiles\subdirectory’ -Recurse -Include *.log $files += Get-ChildItem ‘E:\AnotherDriveAndPath\Subdirectory’ -Recurse -Include *.log ForEach ($File in…

Read More
PowerShell Server Administration

Windows features and DISM

Stacy SimpkinsSeptember 13, 2014November 13, 2019

  If you ever wanted a list of what features are installed in your server, you can: ​use this command…

Read More
Performance Server Administration

Give users a vanity url in 2010 via URL re-write and redirect http to https on a short name even

Stacy SimpkinsAugust 23, 2014November 13, 2019

If you haven’t incorporated Host Named Site Collections into your SharePoint 2010, you should definitely look into that resource saver.…

Read More
PowerShell Server Administration

Make it a SharePoint Shell

Stacy SimpkinsJuly 26, 2014November 13, 2019

Sorry about the brevity of this post; but, it has been a looooong week.  Next week we’ll discuss how Beaver’s…

Read More
PowerShell Server Administration

Max_Path

Stacy SimpkinsJuly 14, 2014November 13, 2019

Happy Birthday to my oldest son, Wade Simpkins!! Sorry about the brevity of this post.  I didnt want to exceed…

Read More
PowerShell Server Administration

Creating the config db and central admin

Stacy SimpkinsMay 3, 2014November 13, 2019

To avoid the ugly/yucky GUID tails off the end of your Central Administration database, use this line of powershell and…

Read More

Posts navigation

Older 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.