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

Converting the 2013 classic web app to claims
PowerShell

Converting the 2013 classic web app to claims

Stacy SimpkinsOctober 25, 2014November 13, 2019

Tech Tip : Looking for a reliable team collaboration tool? Try out Hosted SharePoint and Exchange Add-Ons on trending citrix…

Read More
Creating a classic authentication based web application to restore 2010 non-claims DB’s into
PowerShell

Creating a classic authentication based web application to restore 2010 non-claims DB’s into

Stacy SimpkinsOctober 18, 2014November 13, 2019

############################################################## ##Code below creates classic based web app host named site collection ############################################################## $applicationPool = “HNSCTempU Classic ApplicationPool” $ServiceAcct =…

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

Things that block installs from the command line and\or GUI

Stacy SimpkinsJune 14, 2014November 13, 2019

These are things that can serve as pain points when installing from the command line: 1. orphaned Central Admin site in…

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

Upgrade to Version 4 before Upgrading to UI Version 15

Stacy SimpkinsMay 24, 2014November 13, 2019

​It is advisable to upgrade any sites that are running version 3\2007 mode in your SharePoint 2010 to version 4 (SP2010) before you attach…

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

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.