Skip to main content

Sneek Peek with Joel Oleson

Connecting the Disconnected

Sneak Peek Event: Welcome to the New World of Business Collaboration with Microsoft SharePoint 2010

Guest Speaker: Joel Oleson, Industry Renowned SharePoint Evangelist.


When: Tuesday, March 23, 2010

Where: The Venue of Scottsdale
7117 E. 3rd Avenue
Scottsdale, AZ 85251

Time: 11:30 AM to 2:30 PM

SPACE IS LIMITED


Join industry renowned SharePoint Evangelist and frequent industry speaker, Joel Oleson, of Quest Software, for a candid and engaging thought leadership presentation on SharePoint 2010 the future of business collaboration.
Get the SharePoint 2010® product rundown from Microsoft, and how the platform can help your business:

• Collaborate and innovate. Organizational knowledge gets where it needs to go. With advanced social computing tools, you can build more flexibility into your business. Ideas cross-pollinate, sparking innovation, empowerment, and new perspectives.

• Intimate Integration with Office 2010 - The Office Ribbon user interface (UI) now in SharePoint, Easy use of content and data across client and server. In-context collaboration through the Microsoft Office Backstage, In Browser co-editing

• Gain business insights and act. People across your organization get the ability to monitor and analyze up-to-date information. They can make informed decisions and speed up response times, both of which can give your business a competitive edge.

• Cut Costs with a unified infrastructure
• Reduce risk. You control security levels and usage policies. Information is findable and useable by the right people, and content has policy and process attached.

Gain insight from Ensynch’s experts on best practices approaches for launching and maintaining a successful collaboration platform
• Deployment of SharePoint 2010
• Tips for transforming your existing SharePoint environment to SharePoint 2010
• User and organization wide adoption best practices
• How to prevent information chaos by implementing effective taxonomy and governance of information architecture

Comments

Popular posts from this blog

SharePoint Server Search - Error Starting

Problem I recently ran into this snag at a client site while setting up the Search Service Application.  I was able to create the service application without a problem however when I attempted to start the SharePoint Server Search service (Manage services on server page) I kept getting Error Starting . After taking a peak at the logs I found the following: An attempt to start/stop instance of service SharePoint Server Search on server did not succeed. Re-run the action via UI or command line on the specified server. Additional information is below. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) I double/triple checked the permissions and made sure that my Farm Administrator account was a member of WSS_WPG and WSS_ADMIN_WPG groups, and that those groups had full control permissions to the C:\Windows\Tasks and C:\Windows\Temp folders. Resolution I nearly lost hope when I remembered my old lost friend called STSADM.EXE. Just like in the old da...

SharePoint 2013 - Creating and Applying Composed Looks (PowerShell)

If you are a SharePoint administrator looking to quickly apply some basic branding to a site-collection in your SharePoint 2013 environment then you've come to the right spot. Before we begin I assume you have a basic understanding of what Composed Looks are, and perhaps you spent some time playing around with this concept in SharePoint 2013. If not, then don't worry.  Here is a basic primer: Composed Look is basically a package which contains elements used for controlling the overall look and feel of a SharePoint site.  This includes but not limited to Colors, Fonts, Background Image, CSS files, and Master Page files. Once created, Composed Look can be packaged by using the Design Manager feature, or we can use PowerShell to apply it across one or multiple site collections. NOTE: In this post we will be focusing on creating a composed look from an .spcolor file then using PowerShell to apply the design to a site-site collection of our choice.  We wil...

SharePoint 2013 - Can't access the site externally in Internet Explorer ("Page cannot be displayed")

Synopsis Before we start talking about the problem let's understand the setup here.  We have a SharePoint 2013 intranet site that is also configured for access outside of the corporate network.  Employees use the same URL to visit the site both internally and externally via standard ports (80 and 443). Internal URL: http://sharepoint.domain.com Public URL: https://sharepoint.domain.com The site URL has been added to the Local Intranet zone in Internet Explorer for passing domain credentials. Alternate Access Mappings have been configured in such a way that if a user requests the site over HTTP they are automatically re-directed to HTTPS. Internal URL Zone Public URL for Zone https://sharepoint.domain.com Default https://sharepoint.domain.com http://sharepoint.domain.com Default https://sharepoint.domain.com Web application has been configured to use Kerberos protocol for authenticating incom...