Jeremy Taylor

SharePoint & more

Finally a custom SharePoint 2010 PerformancePoint Database Name switch!

I was keen from Day 1 to install SharePoint 2010 WITHOUT the GUIDs in the database names for the farm and service applications! That was possible through PowerShell but with the exception of ONE Service Application database – PerformancePoint!

Good news is that since SharePoint 2010 SP1 we now have a ‘DatabaseName’ switch parameter when creating a new PerformancePoint Service Application through PowerShell!

Open PowerShell:

Type in: get-help New-SPPerformancePointServiceApplication -full
    -DatabaseName [<string>]
        Specifies the name of the PerformancePoint Service database used for the service application.
        Required?                    false
        Position?                    Named
        Default value
        Accept pipeline input?       False
        Accept wildcard characters?  false

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>