Monthly Archives: November 2010

Add BCC Recipient in SharePoint Designer 2010 Workflow E-Mails

When you design your email in SharePoint Designer workflows, you do not get the opportunity to include blind carbon-copy recipients. Here is the initial screenshot:

Posted in SharePoint 2010, SharePoint Designer | Tagged , | 1 Comment

PerformancePoint Dashboards: Using Named Sets as a Filter

Named Sets are dimension members or set expressions that are created with reuse in mind. Many of these named sets would make great dashboard filters, but there is no easy way within PerformancePoint to easily make this happen. In the example we’ll use today, there will be some named sets built around the Time dimension of a time and billing cube. The concepts shown here could easily be used with other types of dimensions. While the Time filter in the PerformancePoint dashboard would allow you to setup the sets we will establish for this example, think in terms of more complicated logic that could not be so easily set. For example, a client might want the “Last 5 Working Days”, or “Last Full Sales Cycle”. These sets would require a more complex MDX solution. I am going to use a dimension to simplify the data sourcing, but you could just as easily skip the “Create Utility Dimension” section and just modify the data source to a SQL table for your Named Sets filter.

Posted in PerformancePoint | Tagged , , , , | 7 Comments

List All SharePoint 2010 PowerShell Commands

In order to master SharePoint 2010, you will have to get comfortable utilizing PowerShell (aka SharePoint 2010 Management Shell). There are so many commands (or command-lets as they are called) that interact with SharePoint that it makes it nearly impossible to remember them all. Use this PowerShell command to output a list of all cmdlets that are found within the SharePoint 2010 namespace:

Posted in PowerShell, SharePoint 2010 | Tagged , | 7 Comments

Change the Site Logo on Web Part Pages

I get this question a lot, “How come when we change our site logo for the site collection it reverts to the default logo on some of our pages?” Well those pages you are referring to are called Web Part pages. Those types of pages have their own logo. So, in order to keep your site you need to add it here as well:

Posted in Administration, SharePoint 2010 | Tagged , , | 1 Comment

More Upgrade Gotchas

I have been working the last couple of weeks on our internal SharePoint Server 2010 upgrade and one of the last things to resolve was the remaining errors in the upgrade log. The ones that I saved for last looked like this.

Posted in Administration, SharePoint 2010 | Leave a comment