Shared Points
items of some interest
PowerShell - Get User Profile Service info
Get_UserProfileServices.ps1# Dump out any info I can glean from the User Profile Synch for...
Author: LukeBrennan Date: 12/14/2012
PowerShell - sorting files by datestamp for SQL backup/restore
Do-SPSQLbackupRestore.ps1# usage:# DO-SQLBackupRestore <Backup|Restore> [<SQL...
Author: LukeBrennan Date: 11/03/2012
PowerShell - decode an F5 BIG-IP cookie
Decode-BigIPCookie.ps1# usage:# Decode-BigIPCookie "375537930.544.0000" function Decode-Cookie {...
Author: LukeBrennan Date: 11/03/2012
SharePoint - is WinRM configured for remotePS?
WinRMcheck.ps1# check the registry keys on the target server to see if WinRM has been...
Author: LukeBrennan Date: 08/30/2012
SharePoint - Powershell replacement for the old STSadm RepairContentDatabase
Powershell replacements are extremely useful. Test-SPContentDatabase gives you much of interest....
Author: LukeBrennan Date: 07/31/2012
SharePoint - remoting PS
(not available for Win2003) you can configure for double-hop auth – do not know yet if we will...
Author: LukeBrennan Date: 05/19/2012
SharePoint - Search Admin
In the event of a server death, you may need to move your Search Admin to another server. This is...
Author: LukeBrennan Date: 05/15/2012
SharePoint - Claims
Josh Gavant is writing a series on CLAIMS that makes it all rather clearer....
Author: LukeBrennan Date: 05/04/2012
SharePoint - migrate a sub-site into its own Site Collection
Move-SPwebToNewSPsite.ps1## simple outline sample of how to migrate a sub-site into its own new...
Author: LukeBrennan Date: 04/19/2012
SharePoint - Search PerformanceLevel
you use Central Admin and click. But I was asked 'how do you do that with PowerShell'?...
Author: LukeBrennan Date: 04/13/2012
SharePoint - Language Packs
In what order does one update when including Language Packs? With Service Packs? With Cumulative...
Author: LukeBrennan Date: 03/14/2012
SharePoint - LogParser
yet again I am astonished at how useful the LogParser utility is, when delving into SharePoint...
Author: LukeBrennan Date: 03/06/2012
SharePoint - Calculated Fields
Wondering what formulas and things you can use for doing Calculated Fields?Search no further!...
Author: LukeBrennan Date: 02/14/2012
SharePoint - Custom Claims-Based Security
A fascinating read. A “Contoso” site called “ContentWeb” sounds like...
Author: LukeBrennan Date: 11/01/2011
SharePoint and Office Web Apps
Office Web Apps is discussed in great detail here:...
Author: LukeBrennan Date: 10/25/2011
SharePoint - patching a Business Critical environment
Excellent new article! Deploying SharePoint Server 2010 updates on mission critical sites...
Author: LukeBrennan Date: 10/06/2011
SharePoint - MAXDOP=1
Many, many times I discuss with SharePoint SQL people this issue of Max Degree of Parallelism or...
Author: LukeBrennan Date: 09/07/2011
SharePoint - export Solutions?
Discussing DR issues and dependancy's etc., I was pondering features and solutions and it struck me...
Author: LukeBrennan Date: 08/23/2011
SharePoint - TempDB and contention
Author: LukeBrennan Date: 05/29/2011
SharePoint - web usercount
Purdon, god of SharePoint things# recently sent me this tid-bit for when you are considering # how...
Author: LukeBrennan Date: 05/29/2011
SharePoint and Large Lists
a colleague recently posted an incredibly useful bit of code# which can show us those potentially...
Author: LukeBrennan Date: 05/29/2011
SharePoint Regional Settings in Powershell
my friend Purdon is a SharePoint God of note# and he reminded me of a problem that crops up...
Author: LukeBrennan Date: 04/21/2011
SharePoint 2010 - Document ID's
https://msdn.microsoft.com/en-us/library/ee559302(office.14).aspx Document ID's in SharePoint Server...
Author: LukeBrennan Date: 04/14/2011
Document Sets and download as ZIP.
Document Sets!...
Author: LukeBrennan Date: 04/14/2011
SharePoint delays - CRL?
if your Sharepoint systems are hidden away, they may experience slowdowns due to CRL lookup. The...
Author: LukeBrennan Date: 04/12/2011
SharePoint servers and PowerPlans
It never struck me before, but if the SQL box is on reduced power,it is going to be a heap...
Author: LukeBrennan Date: 04/12/2011
PowerShell and Farm Administrators
#how do you add someone to the Farm Admin group?---#stsadm -o AddUser was the old way.. but that is...
Author: LukeBrennan Date: 03/29/2011
SharePoint - adding list items with Powershell
I was asked the question 'how can I automatically add items to a List on a # Sharepoint box I...
Author: LukeBrennan Date: 03/14/2011
SharePoint warmup script
trivial sample:# for every site I can find, try to load it.# this reloads caches and loads any...
Author: LukeBrennan Date: 02/12/2011
SharePoint farm config - via powershell
"Can't I just use Powershell to dump this info? - So let's see!" # run this from a...
Author: LukeBrennan Date: 05/25/2010