Archive for the ‘SharePoint 2010’ Category

SharePoint Saturday Twin Cities–October 29th, 2011

Friday, October 21st, 2011

The next SharePoint Saturday event in the Twin Cities will be taking place in just over a week on Saturday, October 29th at Normandale College in Bloomington, MN.  If you haven’t already registered – do it now.  We’ve already got over 400 people registered to attend a day of fun with the SharePoint Community in Minnesota and surrounding areas.  Come and learn about SharePoint and Office 365 in sessions for for users, developers, administrators and people new to SharePoint and SharePoint Online. 

We’ve got 25 speakers giving 27 sessions in 7 tracks through out the day.  This includes two new tracks that we’re excited about.  We have a SharePoint 101 track featuring several national speakers as well as a Hands-on Lab track being managed by Mindsharp.  Be sure to come and visit all of the sponsors that make the event possible. 

I’ll be kicking off the SharePoint 101 track with a “What is this thing called ‘SharePoint’” session that’s been described as a SharePoint session you could send your mom to.  Smile   (and one attendee did)

Check out the schedule and tell us which track you’re likely to attend most of the day. 

Also, check out GuideBook as an app for your iPhone or Android device or m.guidebookapp.com on other devices as we’ll soon have our event information available there as a tool to use during the event. 

Register Now!

Post to Twitter Post to Facebook

Minnesota SharePoint User Group (MNSPUG) Location Change

Friday, October 21st, 2011

With Microsoft’s Bloomington Minnesota office moving to Edina, the Minnesota SharePoint User Group meetings will be moving as well.  The next meeting on November 9th and all meetings after that (I believe) will be held at the Microsoft Technology Center (MTC) location in Edina. 

Hopefully they’ll get information about the new location, parking, etc. on the MNSPUG site soon. 

Post to Twitter Post to Facebook

SharePoint Saturday – Columbus, OH

Sunday, September 18th, 2011

(FINALLY posted…)

SharePoint Saturday Columbus (OH) was held a few weeks back on August 20th.  The organizers did a wonderful job organizing the event and pulling everything together at a nice venue and pulled together about  130 or so attendees. 

I presented my Lists: Used, Abused and Underappreciated session in the first time slot of the day, had decent attendance (25 or so) and fantastic participation throughout the session.

If you weren’t able to stick around until the last timeslot of the day, Jennifer Mason did a session on simple dashboards which was an excellent follow-up to the content introduced in my session.  Check her slides out – HERE.  

My apologies for the delay in getting the slides out there – I had a slight detour on my way home and was off the grid for 5 days or so – only now getting back up to speed.  My slides can be found on SlideShare – HERE

Please let me know if you have any questions!

Post to Twitter Post to Facebook

Office 365 – SharePoint Online ‘Sharer’ Beware

Monday, September 12th, 2011

The short story:

Beware of using the ‘Share Site’ or ‘Share this site’ links in Office 365 – SharePoint Online without knowing exactly what it is doing: you are potentially granting users access to more content than you intend to. 

The longer explanation:

In my opinion, security is one of the most confusing things in SharePoint for users to manage.  This is both because the flexibility of its design leads to a confusing implementation and because most users aren’t properly trained on how SharePoint security works (yes, this should be handled through a governance policy). 

Because of this, a number of issues usually arise: users don’t have enough access or users have too much access.  Just this weekend I was chatting with someone that uses SharePoint in their organization and she described a conversation with their SharePoint contact who was giving her access to a site – or so she thought.  Typical, irritating to users and something that needs to be handled better in order to successfully accomplish user adoption.  

The flip side of that problem is giving users too much access – more access than you are intending them to have.  Sometimes this isn’t that big of a deal, but many times it can be a serious issue with competing clients seeing each other’s content, etc. There are many examples of how this could turn out badly.    

Well, in SharePoint Online, as part of Office 365, Microsoft has added a nice and easy way to grant users access to SharePoint by way of the ‘Share this site’ link.   Unfortunately, while this is a very easy way to grant users access, it will in many cases grant too much access unintentionally – not because it doesn’t work properly, but because it isn’t doing what most users will expect it to do.

First, a quick primer on SharePoint security:

  • SharePoint has a number of containers and entities, all of which can have security attached to them:  Site collections, sub sites, lists or libraries, folders (I’m not touching this topic in this article) and items.   
  • Security can be assigned directly to these containers and items by adding a user and defining the permissions they have.  Users can also be granted access through an Active Directory security group or a SharePoint security group. 
  • By default, security in SharePoint is inherited.  When you have security on a site collection and create a sub site, you can tell SharePoint to have the sub site inherit the permissions of the parent site collection.  People and groups will have the same permissions to view, add and update on the sub site content as they did on the site collection. 

There are lots of details to work through if you want to dig in, but those are the basics.  Now to the specific problem scenario. 

I have a SharePoint Online site collection and I want to create an area where I can collaborate with people outside my organization on a project.  To me, this translates into a sub site (or even better a site collection if possible) because I can isolate security at a whole site level, I can have a landing page for users, I can add additional lists later without having to change security, etc. So, I create my sub site. 

By default, my site has a document library which is all I really need for starters.  Now, I want to grant my external users access to the site – here comes the potential issue.  SharePoint Online has the ‘Share this site’ link right on the default page.  You can get to the same functionality by going through the Site Actions menu and selecting ‘Share Site’.  Both are shown below.

image

image

Either of these links will open up the following form:

image

Herein lies the potential for a security issue.  Now, the form does some nice things.  It allows you to add users to groups and then send them an email that will alert the user to the fact that they now have access and provides them a link to the site, list, etc. that you’ve just given them access to.  Where this form causes issues is by only allowing you to add them to the pre-existing ‘Visitors’ or ‘Members’ SharePoint security groups.  By adding users to the ‘Visitors’ or ‘Members’ groups, you are very likely granting them access to more than just the sub site. 

The Members and Visitors groups are default groups added to most SharePoint sites and many site administrators allow the groups to be inherited in sub sites and lists as they are created.  Members are generally able to read most everything and contribute to most lists and content.  Visitors can read, but not contribute.  If I were to add my external users that I want to collaborate with on one specific sub site to either of these groups, they’d have access to much of the rest of my site as well unless I had specifically gone and locked down my other content by breaking inheritance and/or removing the Member and Visitor groups from my other sites and content – which most administrators or users do not do. 

Suggested Approach:

The suggested approach to granting users access to only the sub site (or list) is to do it directly/explicitly rather than using the shortcut.

  • On the sub site, select Site Actions –> Site Settings

    image

  • Select Site permissions

    image

  • In the ribbon, select ‘Stop Inheriting Permissions’

    image

  • Now, there are plenty of variations here, but we’re going to add a new group.  Even if I’m only adding a single person right now, it’s better to have a group in place in case you want to add others later with the same permissions.  The group will be visible throughout the site collection (trivia, but might actually be relevant if you have groups for partners, clients, etc. in the same site collection).  So select Create Group from the ribbon.

    image

  • For simplicity’s sake in this example, give the group a name and select the permission level you’d like for the group.  I’m using ‘Contribute’.  Click Create.
  • From the Permissions page (where you land after creating or adding a group), click the name of your group.
  • You are listed as a member by default, but now you can also add other users who will all take on the permissions of the group.  More importantly, they will only have permissions in the sub site, rather than in other areas of your site collection that you might not want them to have access to.  Click New –> Add Users

    image

SharePoint security and permissions have many options.  Be aware of what you are doing when adding users, groups and managing their permissions in order to maintain the security you need and want. 

Post to Twitter Post to Facebook

SharePoint Online (O365) and Windows Phone

Saturday, September 10th, 2011

I LOVE the ability to view my SharePoint calendars in Outlook right with my Exchange calendars.  This is one of the greatest features ever in my opinion.  The problem now is that I expect to be able to do the same thing on my smartphone devices – but cannot.

Playing with the Windows Phone (pre-Mango) tonight and was hoping to be able to display a SharePoint calendar in my phone’s calendar view.  You’d think if anyone could do it, it should be the MS device but no go. 

Here’s the official post/statement:  http://community.office365.com/en-us/w/sharepoint/527.aspx

Ok.  It’s lame, but Mango isn’t that far out, so we’ll just wait and see. 

Sad smile

To be fair, I haven’t found a way to get this to work on the iPhone/iPad either, though there are a number of 3rd party apps available to assist with access to SharePoint sites.  On the iPad, the screen is big enough to actually navigate to the calendar site itself, which is better than nothing, but I still would like the one-stop-shop available with Outlook. 

Bamboo got close at one point – it looks like a product called MashPoint actually allowed some functionality for ‘real’ SharePoint servers for 2007, but nothing is available for 2010 or the Office 365 solution (sandbox solution).    

If Mango can pull this off – major points to them.  It still won’t solve the problem of my wife wanting to access our family SharePoint calendar on O365 though… Her employer doesn’t allow browser access to O365 – #FAIL. 

Post to Twitter Post to Facebook

SharePoint Designer 2010 Error

Friday, August 12th, 2011

I was working on a project where I need to create additional forms for a SharePoint 2010 list. 

The list is a custom list with a number of fields added – nothing fancy (yet). 

I open up SharePoint Designer from the list ribbon and select New form, enter a name and hit OK, only to receive the following error:

image

“Could not save the list changes to the server.”  This translates into “something happened and we don’t have any more details for you.  Virtually useless. 

image

There are a lot of posts and forum entries out there for this, many of which were resolved with things like cleaning out the recycle bin.  Not so in my case. 

Just for kicks, I wanted to see if the problem was on my end.  I opened up an Office 365 site I had easy access to and repeated the same process of opening a list, then jumping into SPD from there to add a new form and it worked flawlessly.  So, pointers back to something on the server-side. 

Back to the server.  Next, I tried editing the existing forms.  Normally I like to leave the existing stuff alone, but I was early enough in the process where it wouldn’t make a big difference for me to delete everything and start over if I messed anything up.  Anyhoo – I got another error message:

image

And clicked “Details”, which gave me the following:

“soap:ServerServer was unable to process request. —> Value does not fall within the expected range.”

This error was more helpful and turned up some better information.  I found the following forum post related to the latest error:
http://social.technet.microsoft.com/Forums/en/sharepoint2010customization/thread/aa093ec9-e491-4fdf-b233-a1ba3eba0f75

The URL for my web application was listed as:  “http://servername/”

The URL that I have been using to access the environment looks more like “http://servername.domain.company.com”.  Per the suggestion in the forum post, I added an alternate access mapping of the long name for an intranet zone, refreshed my browser, opened the list in SPD and was able to create a new form. 

Hopefully this post will help someone with the same issue find the resolution more quickly… 

Post to Twitter Post to Facebook

Office 365 – Be Version Aware

Wednesday, June 22nd, 2011

Background:  One of the challenges we face when talking about SharePoint – any version – is that there are not only several versions, but several products with SharePoint in the name.  It’s not often we confuse SharePoint Workspace or SharePoint Designer for something in Foundation or Server.  However when someone brings up ‘SharePoint’ it is often unclear if they are referring to SharePoint Foundation, SharePoint Server – Standard or Enterprise versions.  It may seem like a simple issue, but when someone is talking about SharePoint features or solutions that are part of Enterprise, it’s important to make the distinction so that Foundation users don’t think they can do something they don’t have access to.  The MNSPUG crowd has gotten pretty good at calling this out during presentations, and we are all glad for the distinction. 

Now to the point of this post:  A similar confusion seems to be brewing in the Office 365 space.  There are several versions of Office 365 that have similar, but different feature and capability offerings – with SharePoint Online as well as Exchange Online.  I haven’t seen any differences in Lync Online yet, but I haven’t used it as much as the other two yet.  During the Beta, we’ve been exposed to the Small Business and Enterprise plans, with an Education offering also apparently on the way.  Users need to be aware that when someone is referring to ‘Office 365’ that there can be significant differences between versions. 

Most often when I hear people talking about ‘Office 365’ they are referring to the Enterprise version.  While the Small Business version is certainly capable and appropriate for the target audience, it is definitely different from what is offered in the Enterprise edition. 

One blog site has compiled a list of the feature differences between SharePoint Online in the Small Business Plan vs. the Enterprise Plan.  There are also significant differences in the Exchange management as well, like when setting up forwarding, etc. More information will undoubtedly come out as the platform reaches public status. 

More details on version capabilities and differences will come out.  Just something to keep in mind for the time being. 

Post to Twitter Post to Facebook

SharePoint Saturday Chicago – SharePoint 101

Friday, June 17th, 2011

Saturday June 11th was the suburban edition of SharePoint Saturday Chicago.  Raymond (@iwkid), Phil (@pjirsa) and I made the trip with a handful of others from Minnesota.

The organizers did a wonderful job and the weather turned out great as well.  Lots of great sessions and speakers.  They also tried some new things, which was cool.  We had a 101 track and a deep dive room in addition to some of the more traditional IT Pro and Developer tracks.  Also in the mix, and well timed – was an Office 365 track.

I was lucky enough to kick off the 101 track.  We started the day aimed at folks who don’t know much, if anything, about SharePoint.  Hopefully this was useful and enough information to get folks started for the rest of the day.  The track was as follows:

Before getting started, my session was also dubbed “the SharePoint session you should send your mom to…”  and someone did.  Smile

The track seemed to go over well.  We had 20-30 people in each session throughout the day.  The intro topic is a little tough for SharePoint Saturday’s because generally the only people that know about SPS events are those that are already in tune with the SharePoint community.  I think there is a LOT more potential for this track/area, but it might require different or additional marketing to get the audience that it’s really targeted at.  Hopefully we can repeat and expand on the 101 track in other events as well.

My slides are available on Slideshare HERE.

Post to Twitter Post to Facebook

SharePoint MVP Chat – Wednesday June 22, 11am CDT

Friday, June 17th, 2011

In case you don’t already have it on your schedule, the next MVP chat will be next week.  These are helpful and crazy events where folks pepper the MVP panel with questions for an hour with MVPs responding as quickly as they can.  Having seen both sides of the event, it’s crazy, impressive and helpful.  So, if you haven’t participated, give it a shot.  Transcripts are also made available after the event so you can take a breath and go back to see what you may have missed in the dialogue. 

Wednesday June 22nd at 9am PDT / 11am CDT. Visit the MSDN event page:  http://msdn.microsoft.com/en-us/events/aa497438.aspx

Twitter: #spmvpchat

Facebook event: http://www.facebook.com/event.php?eid=218219718208348

Enjoy!

Post to Twitter Post to Facebook

Random Links 5/4

Wednesday, May 4th, 2011

SharePoint Basics: I came across a few sites/links that I really like for explaining and demonstrating some of the basic SharePoint and SharePoint Online basics.  For the most part, much of the content will overlap with SharePoint Online as a part of Office365, though some of the site templates may be different:

Site and List Templates – Todd Baginski
http://www.toddbaginski.com/blog/archive/2009/11/20/which-sharepoint-2010-site-template-is-right-for-me.aspx

Managed Metadata – Myles Jeffery
http://blogs.msdn.com/b/mvpawardprogram/archive/2011/03/07/mvps-for-office-365-organize-your-information-better-in-sharepoint-online-office-365-with-managed-metadata.aspx?wa=wsignin1.0

And then, just some other stuff:

XMind – Mind-mapping software that I’m looking at since I’m using a iPad based tool.  I’d like something to use on the laptop as well to edit, etc…  http://www.xmind.net/

Proper Sync – I ran into these guys at the St. Louis SharePoint Saturday event last weekend and need to dig into this product to see what it really offers.  http://www.propersync.com/default.aspx

CodePlex: Sandboxed Solutions – Came up in conversation as a potential tool for printing list content.  Could be interesting.  http://sandbox.codeplex.com/

MetaVis Migration tool – Everyone and their brother was tweeting about the free offer for migrating content to 365.  Check out the details here:  http://www.marketwire.com/press-release/metavis-announces-office-365-migration-program-moving-content-sharepoint-online-1507500.htm

Mark Rackley’s Wrap up from St. Louis: Presenting on jQuery
http://www.sharepointhillbilly.com/archive/2011/05/02/sharepoint-saturday-st.-louis-wrap-up.aspx

Post to Twitter Post to Facebook