SharePoint

64 posts

SP24: 1 minute introduction video

Here is our 1 minute introduction video to show you who we are and what we are going to talk about 🙂 If you haven’t signed up yet, please join the world’s biggest online SharePoint conference. [embedplusvideo height=”350″ width=”450″ editlink=”http://bit.ly/1nU4CpQ” standard=”http://www.youtube.com/v/HU9poYGcAxQ?fs=1&vq=hd720″ vars=”ytid=HU9poYGcAxQ&width=450&height=350&start=&stop=&rs=w&hd=1&autoplay=0&react=1&chapters=&notes=” id=”ep5563″ /]

SPC14 Session: Update on InfoPath and SharePoint forms

Update on InfoPath and SharePoint forms Presented by Greg Lindhorst, Sonya Koptyev, Bob Riper Contextual process apps Awareness of relevant data and content Capture of documents and forms Analysis Collaboration Technical product roadmap It was a very good product 10 years ago, but things change 🙂 Microsoft is still looking […]

SPC14 Session: Advanced Performance Analysis for SharePoint

Advanced Performance Analysis for SharePoint Presented by Ryan Campbell Perfomance Pyramid  Bottom to up: Server Performance Configuration Traffic LAN&WAN User Tools Performance monitor (Server performance) Load testing (server performance and configuration) : It’s good for pushing SharePoint but not good for comparing pages. Browser timers (User and LAN&WAN): No version comparison Network […]

SPC14 Session: SharePoint Power Hour

SharePoint Power Hour – New developer APIs and features for Apps for SharePoint  Presented by Rob Howard Coming next: First solution pack for site provisioning New public open source codeplex project for app model samples. officeams.codeplex.com More solution packs on the way What’s new in apps  New sharepoint client components […]

Delete Page Layouts / Master Pages by PowerShell Script

In one of my projects we needed a PowerShell script for deleting an unnecessary page layout for all web application. Here is the script that I wrote. This is not only for page layouts, it can be used for masterpages. param ( [string]$WebApplicationUrl = “”, [string]$PageLayoutName = “” ) Remove-PSSnapin […]

Live coverage of SharePoint Conference 2014

The biggest SharePoint event of the year is around the corner. I’m very lucky that I won’t miss the opportunity to participate in SPC14. During the event I’m going to share session contents, news, updates on my blog. [tminus t=”03-03-2014 09:00:00″ before=” Live Coverage of SharePoint Conference 2014will begin in […]

Cannot start service SPAdminV4 on computer “.”

Symptoms: While running SharePoint 2010 Configuration Wizard, you might get the following error message [stextbox id=”alert”]Cannot start service SPAdminV4 on computer “.”[/stextbox] SPAdminV4 service (SharePoint 2010 Administration service) is the main service of SharePoint which manages administrative SharePoint PowerShell commands. So without SPAdminV4 service running, SharePoint will not work properly. […]

SP24 Submission – The 24 Hour SharePoint Conference

Hi all, I’d like to announce that we applied as speakers at SP24 conference with my colleague Mete Bulutay (codeholio.net). If you want to hear us speaking about “Automated SharePoint Installation & Deployment”, you can vote us up via http://list.ly/i/470213. Here are some facts about SP24: 1.      Free for all attendees. 2.      It’s entirely on-line – so […]

Fixing Office Web Apps Network Connectivity has been lost error

If you’re getting “Network connectivity has been lost. Check your network connection or try again later.” error while viewing Word or PowerPoint files in browser and you are sure that there is no network issue, it can be solved by increasing the permission level of service applications. You can run […]