PowerShell 6.0 RC Available
Built on the .NET Framework, Windows PowerShell is a task-based command-line shell and scripting...
Read Moreby ieDaddy | Dec 15, 2017 | PowerShell, Technology | 0
Built on the .NET Framework, Windows PowerShell is a task-based command-line shell and scripting...
Read Moreby ieDaddy | Jul 30, 2013 | PowerShell, SharePoint | 0
I use this often enough I thought I’d write a quick post about it. Basically, whenever an issue occurs on SharePoint we get a nice friendly error message with a correlation ID, which is great for troubleshooting the issues...
Read Moreby ieDaddy | Apr 24, 2013 | Geek Fu, PowerShell, SharePoint | 1
Back when I was doing a lot of testing with loading test data into sharepoint lists and then dumping them to run another set of test data, the traditional method of deleting one at a time from the list was really slow, so I...
Read Moreby ieDaddy | Mar 27, 2013 | PowerShell, SharePoint | 1
I was working on a search server recently and started getting errors that the crawl component was failing to “CreateTempFolderForCacheFiles” As it turns out, the environment I was working on was an extremely secure farm where...
Read Moreby ieDaddy | Dec 18, 2012 | PowerShell, SharePoint | 2
So a bit of a rant, but as it turns out installing the Windows Management Framework 3.0 (KB2506143) on a SharePoint 2010 server is not such a good idea. After installing the Windows Management Framework 3.0 on a SharePoint 2010...
Read Moreby ieDaddy | Dec 17, 2012 | PowerShell, SharePoint | 1
This came up recently in regards to some of our test systems, where we were testing one of our systems that used large amounts of rows in an SPList. As we were adding items through a scripted process “someone” (ok, it was...
Read Moreby ieDaddy | Dec 5, 2012 | PowerShell, SharePoint | 2
One of the companies I work for is very conscientious about the amount of resources used in their development and QA environments. They also like to have their SDLC farms as close to production as possible without having...
Read Moreby ieDaddy | Nov 20, 2012 | PowerShell, SharePoint | 4
The object cache stores properties about items in Microsoft SharePoint Server 2010. Items in this cache are used by the publishing feature when it renders Web pages. The goals of the object cache are to reduce the load on the...
Read Moreby ieDaddy | Jun 20, 2012 | PowerShell, SharePoint | 1
When optimizing your farm, one of the recommendations from Microsoft is to only have 10 application pools running on the server (http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx). Limit Maximum value Limit...
Read Moreby ieDaddy | Mar 8, 2012 | PowerShell | 1
Many of the scripts that I build end up being handed off to other groups for implementation or to run on a regular basis. Because of this, any red on the screen from an error message usually ends up in a call. In...
Read Moreby ieDaddy | Feb 29, 2012 | PowerShell, SharePoint | 4
Recently I was working on a farm and finally got around to being able to enable the User Profile Sync to Active Directory. Everything worked beautifully, but there was a problem in SharePoint with orphaned users in the...
Read Moreby ieDaddy | Feb 22, 2012 | PowerShell | 1
Now that I’ve been using PowerShell for a while, I’ve found that as I remote onto different servers I’m having to use the Add-PSSnapIn commandlet and remember the various names of snap-ins that I want to use. Because I’m...
Read More