Converting the 2013 classic web app to claims
Tech Tip : Looking for a reliable team collaboration tool? Try out Hosted SharePoint and Exchange Add-Ons on trending citrix…
This site is Just Another SharePoint Blog on troubleshooting SharePoint
Tech Tip : Looking for a reliable team collaboration tool? Try out Hosted SharePoint and Exchange Add-Ons on trending citrix…
############################################################## ##Code below creates classic based web app host named site collection ############################################################## $applicationPool = “HNSCTempU Classic ApplicationPool” $ServiceAcct =…
$fileage = 30 $files = Get-ChildItem ‘C:\PathToFiles\subdirectory’ -Recurse -Include *.log $files += Get-ChildItem ‘E:\AnotherDriveAndPath\Subdirectory’ -Recurse -Include *.log ForEach ($File in…
If you ever wanted a list of what features are installed in your server, you can: use this command…
Don’t run it on the server that runs search, excel services, or project server. – Per Microsoft run it on…
Once upon a time, I installed, err I should say, I attempted to install User Profile Service and when I went…
These steps create the HNSC and then explain setting anonymous access: #Step 1, create the web application $applicationPool = “HNSC01ApplicationPool”…
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…
Sorry about the brevity of this post; but, it has been a looooong week. Next week we’ll discuss how Beaver’s…
These are things that can serve as pain points when installing from the command line: 1. orphaned Central Admin site in…
Scenario: While installing SharePoint via the GUI you recieve a configuration failed, check the logs message, and there are many,…
The following is based on the Exam Ref 70-331: Core Solutions of Microsoft SharePoint Server 2013 by Troy Lanphier. Check…
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…
How to move service applications back under the “Default SharePoint service app pool” Scenario: Somehow someone accidentally created a new application…
With SharePoint 2013, the web analytics service application is deprecated and removed; since, it is integrated into the new super…
To avoid the ugly/yucky GUID tails off the end of your Central Administration database, use this line of powershell and…
Not applicable to SharePoint 2013 If Powershell verions 3.0 is installed on your SharePoint 2010 server, the farm will become…
$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…
Here are three ways to remove orphaned site collections in SharePoint 2013, 2010. and 2007. To remove orphaned site collections…
You must be logged in to post a comment.