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

HNSC is recommended best practice
SharePoint Administration SharePoint Development

HNSC is recommended best practice

Stacy SimpkinsNovember 1, 2014November 13, 2019

Straight from Microsoft – USE HOST NAMED SITE COLLECTIONS – recommended in SharePoint 2010 and preferred in SharePoint 2013 Main…

Read More
SharePoint Administration Troubleshooting

Sometimes Windows Server 2012 will not let pre-requisite installer install

Stacy SimpkinsSeptember 5, 2014November 13, 2019

When server 2012 will not allow pre-requisite to run, due to the ASP.NET 3.5 or 4.5, there are two things…

Read More
PowerShell SharePoint Administration

A couple things about distributed cache

Stacy SimpkinsAugust 30, 2014November 13, 2019

Don’t run it on the server that runs search, excel services, or project server. – Per Microsoft run it on…

Read More
User Profile Stuck on Starting
PowerShell SharePoint Administration

User Profile Stuck on Starting

Stacy SimpkinsAugust 16, 2014November 13, 2019

Once upon a time, I installed, err I should say, I attempted to install User Profile Service and when I went…

Read More
PowerShell SharePoint Administration

Create a Host Named Site Collection and Set Anonymous

Stacy SimpkinsAugust 9, 2014November 13, 2019

These steps create the HNSC and then explain setting anonymous access: #Step 1, create the web application $applicationPool = “HNSC01ApplicationPool”…

Read More
PowerShell SharePoint Administration

Backup a SharePoint Site Collection (and restore it)

Stacy SimpkinsAugust 2, 2014November 13, 2019

The following assumes you have a Host Named Site Collection. Backup: backup-spsite http://oilshop.beaversoil.com -Path e:\MyServerPath\MyFilename.bak -UseSQLSnapShot -force   Technet: http://technet.microsoft.com/en-us/library/ff607901(v=office.15).aspx…

Read More
SharePoint Administration

Blast from the Past

Stacy SimpkinsJune 21, 2014November 13, 2019

Recently, while working with a client, we were in the process of cleaning up the 2010 farm and performing a…

Read More
The process does not possess the ‘SeSecurityPrivilege’ privilege which is required for this operation
PowerShell SharePoint Administration

The process does not possess the ‘SeSecurityPrivilege’ privilege which is required for this operation

Stacy SimpkinsJune 7, 2014November 13, 2019

Scenario:  While installing SharePoint via the GUI you recieve a configuration failed, check the logs message, and there are many,…

Read More
PowerShell SharePoint Administration SharePoint Development

Creating Host Named Site Collections

Stacy SimpkinsMay 31, 2014November 13, 2019

The following is based on the Exam Ref 70-331: Core Solutions of Microsoft SharePoint Server 2013 by Troy Lanphier. Check…

Read More
PowerShell SharePoint Administration

Over the 10 Web App Limit? Consolidate!

Stacy SimpkinsMay 17, 2014November 13, 2019

How to move service applications back under the “Default SharePoint service app pool” Scenario:  Somehow someone accidentally created a new application…

Read More
PowerShell SharePoint Administration

Configuring Web Analytics – the 2010 way

Stacy SimpkinsMay 12, 2014November 13, 2019

With SharePoint 2013, the web analytics service application is deprecated and removed; since, it is integrated into the new super…

Read More
SharePoint Administration

User is unable to checkout a document that previously was able

Stacy SimpkinsApril 27, 2014November 13, 2019

​If you ever run across a scenario where a user advises (note: I did not say complains) that they are…

Read More
PowerShell SharePoint Administration

Powershell Version 3.0 Breaks 2010 SharePoint Shell

Stacy SimpkinsApril 19, 2014November 13, 2019

Not applicable to SharePoint 2013​ If Powershell verions 3.0 is installed on your SharePoint 2010 server, the farm will become…

Read More
PowerShell SharePoint Administration

Retrieving job history over a period of time

Stacy SimpkinsApril 12, 2014November 13, 2019

$test = Get-SPWebApplication “http://2013app/” $myStartTime = “3/01/2014 12:30:00 AM” $myStopTime = “3/02/2014 3:30:00 AM” #GET ALL BETWEEN THAT TIME PERIOD…

Read More
Performance SharePoint Administration

Save server resources, move sites under one web app, remove silos

Stacy SimpkinsMarch 22, 2014November 13, 2019

Save server resources Each application pool requires 400 MB of Ram.  When Multiple web applications exist uneccessarily, server resources are…

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
SharePoint Administration Troubleshooting

Can’t Connect to configuration database

Stacy SimpkinsMarch 8, 2014November 13, 2019

Have you ever seen the error\message “Cannot connect to the configuration database” when attempting to open Central Administration? This message…

Read More
SharePoint Administration Troubleshooting

Missing Server side dependencies reference

Stacy SimpkinsFebruary 22, 2014November 13, 2019

So you’ve created your SharePoint development farm, least privileged it, and let some developers start using it’s features.  Then you let…

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

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.