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

PowerShell Server Administration

3 ways to delete orphaned sites

Stacy SimpkinsApril 5, 2014November 13, 2019

Here are three ways to remove orphaned site collections in SharePoint 2013, 2010. and 2007. To remove orphaned site collections…

Read More
PowerShell SharePoint Development

Sometimes you have to be forceful

Stacy SimpkinsMarch 29, 2014November 13, 2019

When a solution was not correctly removed from a farm, features will be left behind, because they were not deactivated…

Read More
PowerShell

Exporting a WSP

Stacy SimpkinsMarch 22, 2014November 13, 2019

Imagine you have a farm with a solution deployed to it; but, have lost the raw solution package and you…

Read More
PowerShell SharePoint Administration

Remove extended zones

Stacy SimpkinsMarch 15, 2014November 13, 2019

This one-liner will remove the intranet zone, change intranet to internet, custom, extranet, according to what your needs require  …

Read More
PowerShell SharePoint Administration

Move logging of the operating system drive and right size SharePoint 2013 intranet portal

Stacy SimpkinsJanuary 25, 2014November 13, 2019

Here are your steps and you have to do them on each server in the farm:    Make sure the…

Read More
PowerShell

Avoiding the Confirm prompt in scripts

Stacy SimpkinsJanuary 18, 2014November 13, 2019

There are two ways you can suppress confirmation from a script or console: 1. Set the automatic variable to ‘None’…

Read More
PowerShell

Customizing your PowerShell window colors

Stacy SimpkinsJanuary 11, 2014November 13, 2019

The information about the settings for your PowerShell’s shell colors are stored in the object model at: System.Management.Automation.Internal.Host.InternalHost and at System.Management.Automation.Internal.Host.InternalHostRawUserInterface under…

Read More
PowerShell SharePoint Administration

Backing up a SharePoint 2010 farm

Stacy SimpkinsJanuary 5, 2014November 13, 2019

here are a lot of good scripts out there to use for backing up your SharePoint.  This one is one…

Read More
PowerShell

Merry Christmas!!!

Stacy SimpkinsDecember 28, 2013November 13, 2019

I hope you’ve enjoyed reading this blog over the last year and that you’ve had a great year in SharePoint.…

Read More
Setting up your farm for optimal performance – Super User and Super Reader Accounts
Performance PowerShell

Setting up your farm for optimal performance – Super User and Super Reader Accounts

Stacy SimpkinsDecember 21, 2013November 13, 2019

It is important to configure the super user and super reader accounts for your SharePoint farm in order to optimize…

Read More
PowerShell SharePoint Administration

Exporting and Importing just a list or a library

Stacy SimpkinsDecember 7, 2013November 13, 2019

If the goal is to import just one list or one library there are a couple ways you can accomplish…

Read More
PowerShell SharePoint Administration

Provisioning a SharePoint 2010 Farm Service Applications using a PowerShell Script

Stacy SimpkinsNovember 30, 2013November 13, 2019

This video is best if watched in Full Screen modeand any references to completed services should really say, the powershell script…

Read More
PowerShell Server Administration

Migrating to Windows 2008 R2 from a 32-bit (x86) Server

Stacy SimpkinsOctober 18, 2013November 13, 2019

Overview   Since Windows 2008 R2 only comes in a 64-bit flavor it is impossible to perform an in place…

Read More
PowerShell SharePoint Administration

Convert a classic based authentication SharePoint 2010 web application into a claims based web application that will use forms based authentication

Stacy SimpkinsOctober 12, 2013November 13, 2019

This blog post attempts to bridge the gap between creating a claims based authentication web application versus converting a classic…

Read More
PowerShell SharePoint Administration SharePoint Development

Enable and Use Developer Dashboard to see how your page loads and view metrics.

Stacy SimpkinsSeptember 22, 2013November 13, 2019

Pre-requisites: Site-collection administrator Follow these steps, or ask your admin, to enable the developer dashboard in on demand mode: (green-can…

Read More
PowerShell Troubleshooting

Backup and Restore vs Export and Import

Stacy SimpkinsSeptember 8, 2013November 13, 2019

Here are a couple ways to copy content around in SharePoint: Backup-SPSite and Restore-SPSite and Export-SPWeb and Import-SPWeb A couple…

Read More
PowerShell Troubleshooting

Searching through ULS logs for a correllation ID (Merge-SPlogFile)

Stacy SimpkinsAugust 31, 2013November 13, 2019

As tempting as it is to start opening ULS logs that surround the time of your correlation ID, you should…

Read More
PowerShell SharePoint Administration Troubleshooting

Help to avoid and partially clean up missing server side dependencies

Stacy SimpkinsAugust 26, 2013November 13, 2019

Orphaned items within sites can cause all sorts of issues:  Missing Server side dependencies, Sites not replicating correctly amongst farm…

Read More
PowerShell SharePoint Administration

Connect a server to a farm using powershell – SharePoint 2013 or 2010

Stacy SimpkinsAugust 18, 2013November 13, 2019

Log onto each additional server that you wish to join into the farm Open the  ”SharePoint 2010 Management Shell”  administratively…

Read More
PowerShell SharePoint Administration

Create a SharePoint 2010 or SharePoint 2013 two server farm using Powershell

Stacy SimpkinsAugust 11, 2013November 13, 2019

Check out the reference for this post:   http://blog.falchionconsulting.com/index.php/2009/10/sharepoint-2010-psconfig-and-powershell/ It contains what follows in script format; which is much easier…

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.