<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Online Services and SharePoint in the Public Sector</title>
	<atom:link href="http://localgovernmentsharepoint.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://localgovernmentsharepoint.wordpress.com</link>
	<description>Experiences of a systems engineer in the public sector</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='localgovernmentsharepoint.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Online Services and SharePoint in the Public Sector</title>
		<link>http://localgovernmentsharepoint.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://localgovernmentsharepoint.wordpress.com/osd.xml" title="Online Services and SharePoint in the Public Sector" />
	<atom:link rel='hub' href='http://localgovernmentsharepoint.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Powershell script to capture and report on all sharepoint permissions through a site collection</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2012/01/25/powershell-script-to-capture-and-report-on-all-sharepoint-permissions-through-a-site-collection/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2012/01/25/powershell-script-to-capture-and-report-on-all-sharepoint-permissions-through-a-site-collection/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:29:32 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=835</guid>
		<description><![CDATA[if ((Get-PSSnapin &#34;Microsoft.SharePoint.PowerShell&#34; -ErrorAction SilentlyContinue) -eq $null) { Add-PSSnapin &#34;Microsoft.SharePoint.PowerShell&#34; } #Define variables $site = Get-SPSite &#34;SHAREPOINT WEB APPLICATION URL&#34; #Get all subsites for site collection $web = $site.AllWebs #Loop through each subsite and write permissions foreach ($web in $web) &#8230; <a href="http://localgovernmentsharepoint.wordpress.com/2012/01/25/powershell-script-to-capture-and-report-on-all-sharepoint-permissions-through-a-site-collection/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=835&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>if ((Get-PSSnapin &quot;Microsoft.SharePoint.PowerShell&quot; -ErrorAction SilentlyContinue) -eq $null) {   <br />Add-PSSnapin &quot;Microsoft.SharePoint.PowerShell&quot;    <br />} </p>
<p>#Define variables   <br />$site = Get-SPSite &quot;<a href="http://mycheshireteams.ourcheshire.cccusers.com&quot;">SHAREPOINT WEB APPLICATION URL&quot;</a></p>
<p>#Get all subsites for site collection   <br />$web = $site.AllWebs</p>
<p>#Loop through each subsite and write permissions</p>
<p>foreach ($web in $web)   <br />{    <br />if (($web.permissions -ne $null) -and ($web.hasuniqueroleassignments -eq &quot;True&quot;))    <br />{    <br />Write-Output &quot;****************************************&quot;    <br />Write-Output &quot;Displaying site permissions for: $web&quot;    <br />$web.permissions | fl member, basepermissions    <br />}    <br />elseif ($web.hasuniqueroleassignments -ne &quot;True&quot;)    <br />{    <br />Write-Output &quot;****************************************&quot;    <br />Write-Output &quot;Displaying site permissions for: $web&quot;    <br />&quot;$web inherits permissions from $site&quot;    <br />}</p>
<p>#Loop through each list in each subsite and get permissions</p>
<p>foreach ($list in $web.lists)   <br />{    <br />$unique = $list.hasuniqueroleassignments    <br />if (($list.permissions -ne $null) -and ($unique -eq &quot;True&quot;))    <br />{    <br />Write-Output &quot;****************************************&quot;    <br />Write-Output &quot;Displaying Lists permissions for: $web \ $list&quot;    <br />$list.permissions | fl member, basepermissions    <br />}    <br />elseif ($unique -ne &quot;True&quot;) {    <br />Write-Output &quot;$web \ $list inherits permissions from $web&quot;    <br />}    <br />}    <br />}    <br />Write-Host &quot;Finished.&quot;    <br />$site.dispose()    <br />$web.dispose()    </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/835/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=835&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2012/01/25/powershell-script-to-capture-and-report-on-all-sharepoint-permissions-through-a-site-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>Tackling website accessibility issues</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2012/01/24/tackling-website-accessibility-issues/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2012/01/24/tackling-website-accessibility-issues/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:51:57 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=832</guid>
		<description><![CDATA[I attended a website accessibility session this morning . All accessibility testing to date has been completed using FireFox (their first choice browser when it comes to accessibility testing). Our minimum goal is to achieve the WCAG AA standard for &#8230; <a href="http://localgovernmentsharepoint.wordpress.com/2012/01/24/tackling-website-accessibility-issues/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=832&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended a website accessibility session this morning . All accessibility testing to date has been completed using FireFox (their first choice browser when it comes to accessibility testing). Our minimum goal is to achieve the WCAG AA standard for all web content. To achieve this an accessibility checklist has been devised (attached). The intention is the web team will be executing this across their web estate to ensure compliance. The following FireFox add-ins and tools were demonstrated. Here’s my notes:</p>
<p><b>Accessibility Evaluator for Firefox 1.5.7.1</b>    <br /><a href="https://addons.mozilla.org/en-US/firefox/addon/accessibility-evaluation-toolb/">https://addons.mozilla.org/en-US/firefox/addon/accessibility-evaluation-toolb/</a>    <br />The Firefox Accessibility Evaluation Toolbar is designed for both developers <i>and</i> people with disabilities (to view and navigate web content). </p>
<p>There a 2 ways to access the same range of tools (shown above). Features include:</p>
<p>Generating reports; extract navigational elements such as titles, links, meta data etc; list <i>and</i> hide images (background and inline); Excellent tab focus inspector; colour contrast analyser; direct links sites and validators (W3C/WDG – ‘Web Design Group’); </p>
<p><b>ColorZilla 2.6.4.1</b>    <br /><a href="http://colorzilla.en.malavida.com/">http://colorzilla.en.malavida.com/</a>    <br />A<b> </b><strong><b>tool to analyze the colors used by a website and create templates</b></strong></p>
<p><b>Fangs 1.0.8</b>    <br /><a href="https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/">https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/</a>    <br />Fangs renders a text version of a web page similar to how a screen reader would read it. The ambition is to help developers understand how an assistive device would present a website and thereby increase chances of finding accessibility issues early.</p>
<p><b>Firebug 1.8.4</b>    <br /><a href="http://getfirebug.com/downloads">http://getfirebug.com/downloads</a>    <br />The power of Firebug (and other developer toolbars) is that we can easily inspect any element on the page for accessibility. To enable, either right click and ‘inspect element’ or press F12.</p>
<p>Examples of how to use Firebug include confirming labelled form elements, testing on-the-fly modifications of CSS styles ( and suggest tweaks/alterations in a report). </p>
<p><b>FireShot 0.95</b>    <br /><a href="http://screenshot-program.com/fireshot/">http://screenshot-program.com/fireshot/</a>    <br />FireShot lets you grab the entire webpage – not just a portion of it (like Print Screen). It then provides a set of editing and annotation tools, which lets you quickly modify captures and insert text and graphical annotations. </p>
<p>Further details at <a href="http://screenshot-program.com/fireshot/features.php">http://screenshot-program.com/fireshot/features.php</a></p>
<p><b>Tab Slideshow 4.0</b>    <br /><a href="https://addons.mozilla.org/en-US/firefox/addon/tab-slideshow/">https://addons.mozilla.org/en-US/firefox/addon/tab-slideshow/</a>    <br />This tool cycles a user through tabs as a slideshow.</p>
<p><b>TAW3 en un clic 0.9.8</b>    <br /><a href="https://addons.mozilla.org/en-US/firefox/addon/taw3-with-a-click/">https://addons.mozilla.org/en-US/firefox/addon/taw3-with-a-click/</a>    <br />TAW3 with a click allows to verify, with just a click, the accessibility of the Web sites that you are visiting, by means of the TAW3 online service (<a href="http://www.tawdis.net">www.tawdis.net</a>) and making use of the W3C Web Content Accessibility Guidelines (WCAG 1.0 and WCAG 2.0).</p>
<p><b>Total Validator 7.1.0</b>    <br /><a href="http://www.totalvalidator.com/support/extension.html">http://www.totalvalidator.com/support/extension.html</a>    <br />Total Validator is an (X)HTML validator, an accessibility validator, a spell checker, and a broken links checker all rolled into one tool allowing one-click validation of your web pages. Validate pages before you publish, use on intranets, or other hidden pages. In order to use the Firefox extension you need to download and install either the <a href="http://www.totalvalidator.com/tools/index.html">Basic</a> or <a href="http://www.totalvalidator.com/tools/protool.html">Pro</a> tools.</p>
<p><b>View Cookies 1.10.3</b>    <br /><a href="https://addons.mozilla.org/en-US/firefox/addon/view-cookies/">https://addons.mozilla.org/en-US/firefox/addon/view-cookies/</a>    <br />It adds a tab to the Page Info dialog box, which shows the cookies belonging to the current page or website.</p>
<p><b>WAVE Toolbar 1.1.7</b>    <br /><a href="http://wave.webaim.org/toolbar">http://wave.webaim.org/toolbar</a>    <br />WAVE reports created <b>directly within Firefox</b> rather than visiting <a href="http://wave.webaim.org/">http://wave.webaim.org/</a>. </p>
<p>Because the toolbar reports runs entirely within your web browser, <b>no information is sent to the WAVE server</b>. This ensures 100% <b>private and secure accessibility reporting</b>. The toolbar can check intranet, password-protected, dynamically generated, or sensitive web pages. </p>
<p><b>WCAG Contrast Checker 1.102</b>    <br /><a href="https://addons.mozilla.org/en-US/firefox/addon/wcag-contrast-checker/">https://addons.mozilla.org/en-US/firefox/addon/wcag-contrast-checker/</a>    <br />The extension is shown in the sidebar and can obtain results for individual elements and for all elements in a web page. It offers the results for &quot;normal vision&quot; and for &quot;situations of difficulty in the perception of colour [colour blindness] (protanopia, and deuteranopia tritanopia)&quot;. </p>
<p>The use of Contrast checker can be combined with the extension ColorZilla. This allows you to select directly from the web document (and copied to the clipboard) the colour you want to check.</p>
<p><u>Brief Explanation</u></p>
<p><b>Protanopia </b>is a Red-green colour blindness is split into two different types: Whereas people affected by <b>protan color blindness</b> are less sensitive to red light, deuteranopia or deuteranomly (the second type of red-green colour blindness) is related to sensitiveness on green light.</p>
<p><a href="http://www.uic.edu/com/eye/LearningAboutVision/EyeFacts/ColorBlindness.shtml">http://www.uic.edu/com/eye/LearningAboutVision/EyeFacts/ColorBlindness.shtml</a></p>
<p><b>Web Developer 1.19</b>    <br /><a href="http://chrispederick.com/work/web-developer/">http://chrispederick.com/work/web-developer/</a>    <br />The Web Developer extension adds various web developer tools to a browser. The extension is available for <a href="http://www.mozilla.com/firefox/">Firefox</a> and <a href="http://www.google.com/chrome/">Chrome</a>.</p>
<p>This is another highly recommended (premium) extension due to the huge range of tools: There is a live HTML editor(not as good as Firebug), Validator links; outline elements such headings, links and positioned elements; view document outline; view meta data; detailed image information; easy access to temporarily edit or disable CSS; disable java script.</p>
<p><b>Automated Tools</b></p>
<p>Some WCAG 2.0 success criteria can be tested via the use of automated tools, but many also require human evaluation:</p>
<p><b><i>REPORTS</i></b></p>
<p>Ø <b>Accessibility Evaluation Toolbar &gt; Reports &gt; Accessibility Issues</b></p>
<p>Ø <b>TAW3 with a click 0.9.8</b></p>
<p><b><i>SITES</i></b></p>
<p>Ø <b>A Checker <u><a href="http://achecker.ca/checker/index.php">http://achecker.ca/checker/index.php</a></u> </b></p>
<p>Ø Full list at <u><a href="http://www.w3.org/WAI/ER/tools/complete">http://www.w3.org/WAI/ER/tools/complete</a></u></p>
<p><b><i>SOFTWARE</i></b></p>
<p>Ø <u><a href="http://www.nvda-project.org/">NonVisual</a><a href="http://www.nvda-project.org/"> desktop access (NVDA)</a></u> free and open source screen reader for Windows (Screen Reader)</p>
<p>Ø <b>Colour Contrast Analyser 2.2 for Web Pages     <br /></b><u><a href="http://www.visionaustralia.org/info.aspx?page=628">http://www.visionaustralia.org/info.aspx?page=628</a></u></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/832/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=832&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2012/01/24/tackling-website-accessibility-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>How to carry out performance appraisals &#8211; notes from a training course</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2012/01/24/how-to-carry-out-performance-appraisals-notes-from-a-training-course/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2012/01/24/how-to-carry-out-performance-appraisals-notes-from-a-training-course/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:50:34 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=830</guid>
		<description><![CDATA[Earlier today I attended a short training course with the object of improving my appraiser skills. These are my notes from the session: What is the purpose of an Appraisal? The appraisal is an opportunity to: · Point our ways &#8230; <a href="http://localgovernmentsharepoint.wordpress.com/2012/01/24/how-to-carry-out-performance-appraisals-notes-from-a-training-course/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=830&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Earlier today I attended a short training course with the object of improving my appraiser skills. These are my notes from the session:</p>
<p><b>What is the purpose of an Appraisal?</b></p>
<p>The appraisal is an opportunity to:</p>
<p>· Point our ways in which staff can improve their performance</p>
<p>· Recognise achievements</p>
<p>· Make staff feel valued by praising high performance</p>
<p>· Clarify performance expectations</p>
<p>An appraisal is NOT an opportunity to:</p>
<p>· Conduct a disciplinary meeting</p>
<p>· Tell the staff member about something they did wrong six months’ ago</p>
<p>· Demotivate staff by telling them how awful the future looks</p>
<p>· Have a nice cozy chat while avoiding ‘difficult’ subjects</p>
<p>An appraisal should be a <u>positive experience</u> which reinforces good performance while helping to <u>understand and correct</u> any areas of underperformance.</p>
<p>There should be no <u>nasty surprises</u>. It should be part of an ongoing performance management process which should include regular one to ones and updates.</p>
<p>Positive and negative performance should be discussed when they occur, not saved up for the next appraisal meeting.</p>
<p>The main purpose of Appraisals are:</p>
<ul>
<li>To ensure all employees meet with their line managers to review past performance and discuss future performance and development / training needs</li>
<li>To improve the services we provide</li>
</ul>
<p><b>What are the benefits of an appraisal?</b></p>
<ul>
<li>Enable individuals to understand the Council&#8217;s objectives &amp; see where their jobs fit in</li>
<li>Set new objectives</li>
<li>Measure performance against expected standards (including competency standards)</li>
<li>Discuss any issues which impact on the employee&#8217;s ability to do their job</li>
<li>Identify high performers (link to Succession Planning)</li>
<li>Identify development needs</li>
<li>Encourage continuous improvement</li>
<li>Manage under- performance</li>
<li>Increase job satisfaction</li>
<li>Identify strengths and weaknesses within the organisation</li>
</ul>
<p><b>Individuals </b>can improve their overall performance through appraisals, as well as increasing their ability to fulfill the requirements of their role. This can be very motivational and can contribute to job satisfaction.     <br />Appraisals also give individuals the opportunity to focus on future aspirations, through goal setting and identifying learning and development objectives to support these goals.</p>
<p><b>Managers </b>can gain a better understanding of their staff needs through appraisals. This can help to improve the relationship between a manager and their member of staff.     <br />By carrying out effective appraisals, managers can ensure that they are enabling their staff to perform at their optimum level, achieving objectives and improving the overall service to our customers. </p>
<p><b>Teams </b>can use appraisals as a way of ensuring that they are all working towards the same goals, contributing to achieving the Council&#8217;s overall objectives.     <br />Each team member should feel valued and motivated from the appraisal process, which should then contribute to overall team motivation and success. </p>
<p>There are a variety of benefits for the <b>Organisation </b>as a result of effective appraisals:</p>
<ul>
<li>We can identify our strengths and weaknesses as an organisation </li>
<li>We can develop our staff to perform at their optimum levels </li>
<li>We can give improve the service we give to our customers</li>
</ul>
<p>APPRAISALS SHOULD DEMONSTRATE A CLEAR LINK BETWEEN ACHIEVEMENTS AND THE COUNCIL’S OVERALL OBJECTIVE (i.e. service plans, directorate plans, corporate plans, overall strategies etc)</p>
<p><b>The link to individuals…</b></p>
<p>Without individuals and their key tasks and outputs, the Council&#8217;s aims and objectives cannot be achieved. </p>
<p>Appraisals provide an opportunity for managers and individuals or teams to set objectives which clearly link to the Directorate and Service Plans and the overall Corporate Strategy. </p>
<p>No matter where we are or what role we have within the Council, our jobs and personal effort contribute to the overall service we provide to the council.</p>
<p><b>Performance Management</b></p>
<p>It is important for us to manage people and performance effectively across the Council for the following reasons:</p>
<ul>
<li>To ensure we are delivering services effectively to our customers</li>
</ul>
<ul>
<li>To ensure that we can continuously improve and continue to provide an effective service as a Council</li>
</ul>
<p>There are a number of tools that assist with Performance Management:</p>
<ul>
<li>1 to 1 Meetings/Supervisions</li>
</ul>
<ul>
<li>Team/Department meetings</li>
</ul>
<ul>
<li>Individual Staff Appraisals</li>
</ul>
<ul>
<li>6 Monthly Reviews</li>
</ul>
<p>These tools act as support to each other, that way, we are able to manage performance effectively and address any issues or concerns on an ongoing basis.</p>
<p><b>Appraisal Preparation</b></p>
<p>Before the appraisal meeting, managers and staff have to fully prepare. They must both think about past performance in terms of objectives met and core behavioural competencies demonstrated. They must also consider, with reference to the Directorate and Service plans, what new objectives should be set.   <br />Finally they must consider possible development needs.</p>
<p><b>Setting Objectives</b></p>
<p>An objective is a statement of key targets that an individual will agree to meet over a set period of time. They can apply to specific projects or key activities within your job role. </p>
<p>An example of an objective might be: &quot;to reduce the money spent on stationery by 20% by the end of the year&#8217;.</p>
<p>Objectives are discussed and agreed with the appraisee during their appraisal, but can be modified and updated at anytime over the year through 1 to 1s and 6 monthly reviews. <u>Any changes to objectives should be formally recorded and attached to the original appraisal form</u>.</p>
<p><b>Focus on ‘outputs’ and ‘outcomes’</b>. Focus on the outcomes of objectives, not just the outputs. For examples, an output might be to write a report, but the outcome may be an improvement to a service and customer satisfaction.</p>
<p><b>Learning and Development</b></p>
<p>· Training Courses</p>
<p>· Formal Qualifications – sponsored by the council</p>
<p>· On the job training</p>
<p>· E-learning through ilearn</p>
<p>· Mentoring and Coaching</p>
<p>· Group working and Project</p>
<p>Always consider how your staff learn best.</p>
<p><b>What should be reviewed at an appraisal?</b></p>
<p>· Previous objectives should be reviewed and praise should be received for any achievements.</p>
<p>· Difficulties and areas where objectives have not been achieved should be analysed<b></b></p>
<p>· Objective and competency ratings should be agreed</p>
<p>· New objectives should be set</p>
<p>· Objectivies should be agreed</p>
<p>· The employee should leave feeling sure about what they have to achieve and where this fits in to the bigger picture. If there have been areas of weak performance the manager and employee should have agreed how they will be tackled. The appraisal should have been an honest but motivational discussion.</p>
<p><b>Preparation Tips</b></p>
<p>· Keep a log throughout the year of key achievements as well as objectives the individual has met. You can also include examples of behaviors which demonstrate the competencies.</p>
<p>· Consider the ratings you might give</p>
<p>· Ensure you read a copy of all the related appraisal documents before your meeting, making notes on these as necessary</p>
<p>· Taking your own appraisal objectives, or the Directorate/ Service plans as a starting point, think about what you need the individual to achieve over the coming year and what support they will need.</p>
<p>· Look into the different learning and development opportunities within the Council, considering which of these might be helpful for your employee&#8217;s development </p>
<p><b>Giving Feedback</b><b></b></p>
<p>Giving negative feedback needs to be done in a controlled environment. Try and put a positive slant on it. It’s not easy. Try and end with a positive comment!</p>
<p>Constructive Feedback – give them somewhere to go. Provide examples, hints and tips / pointers. Evidence must be given to show you are not being personal. Always direct feedback at behavior, rather than personality. Base it on observation.</p>
<p>· All the receiver to solve their own problems</p>
<p>· Is not about putting them down</p>
<p>· Treat people in the same way as you would expect to be treated</p>
<p>· Be specific – not vague</p>
<p>· Put the individual in the driving seat – start with “how do you think it’s going?” – give them ownership</p>
<p>· Be constructive and always offer support to achieve, improve and develop</p>
<p>· Adopt the Feedback Sandwich Technique, sometimes known as the compliment sandwich is highly recommended. For further details follow this URL: <a href="http://www.wikihow.com/Give-a-Feedback-Sandwich">http://www.wikihow.com/Give-a-Feedback-Sandwich</a></p>
<p>· Avoid bias</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/830/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=830&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2012/01/24/how-to-carry-out-performance-appraisals-notes-from-a-training-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Training &#8211; Useful websites</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2012/01/24/sharepoint-training-useful-websites/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2012/01/24/sharepoint-training-useful-websites/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:49:22 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=828</guid>
		<description><![CDATA[Microsoft’s Virtual Academy have published some great training materials to help users get up to speed with Office 365 cloud computing, check them out: http://www.microsoftvirtualacademy.com/tracks/office-365-for-the-it-pro-platform Also, I found these videos. They were handy to get up to speed with SharePoint &#8230; <a href="http://localgovernmentsharepoint.wordpress.com/2012/01/24/sharepoint-training-useful-websites/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=828&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft’s Virtual Academy have published some great training materials to help users get up to speed with Office 365 cloud computing, check them out:</p>
<p><a href="http://www.microsoftvirtualacademy.com/tracks/office-365-for-the-it-pro-platform">http://www.microsoftvirtualacademy.com/tracks/office-365-for-the-it-pro-platform</a></p>
<p>Also, I found these videos. They were handy to get up to speed with SharePoint 2010:    <br /><a href="http://www.lynda.com/SharePoint-2010-tutorials/new-features/65714-2.html">http://www.lynda.com/SharePoint-2010-tutorials/new-features/65714-2.html</a>    <br /><a href="http://www.lynda.com/SharePoint-2010-tutorials/essential-training/65720-2.html">http://www.lynda.com/SharePoint-2010-tutorials/essential-training/65720-2.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/828/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=828&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2012/01/24/sharepoint-training-useful-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010 Training Guides and Videos</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2012/01/17/sharepoint-2010-training-guides-and-videos/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2012/01/17/sharepoint-2010-training-guides-and-videos/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 20:12:53 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=826</guid>
		<description><![CDATA[Found this really useful website containing a collection of excellent SharePoint 2010 training materials. They’re well worth a look and very handy if you have end-users who need training up. http://www.lynda.com/SharePoint-2010-tutorials/essential-training/65720-2.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=826&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Found this really useful website containing a collection of excellent SharePoint 2010 training materials. They’re well worth a look and very handy if you have end-users who need training up.</p>
<p><a href="http://www.lynda.com/SharePoint-2010-tutorials/essential-training/65720-2.html">http://www.lynda.com/SharePoint-2010-tutorials/essential-training/65720-2.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/826/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=826&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2012/01/17/sharepoint-2010-training-guides-and-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>A useful guide to free screen recording software</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2011/12/11/a-useful-guide-to-free-screen-recording-software/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2011/12/11/a-useful-guide-to-free-screen-recording-software/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 22:18:34 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=824</guid>
		<description><![CDATA[http://www.webresourcesdepot.com/10-free-screen-recording-softwares-for-creating-attractive-screencasts/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=824&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webresourcesdepot.com/10-free-screen-recording-softwares-for-creating-attractive-screencasts/">http://www.webresourcesdepot.com/10-free-screen-recording-softwares-for-creating-attractive-screencasts/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/824/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=824&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2011/12/11/a-useful-guide-to-free-screen-recording-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Connect to a Remote Desktop session as an administrator</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2011/12/06/how-to-connect-to-a-remote-desktop-session-as-an-administrator/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2011/12/06/how-to-connect-to-a-remote-desktop-session-as-an-administrator/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 20:11:54 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=822</guid>
		<description><![CDATA[Use this command at a prompt: mstsc /v:eddie /admin<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=822&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use this command at a prompt:</p>
<p>mstsc /v:eddie /admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/822/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=822&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2011/12/06/how-to-connect-to-a-remote-desktop-session-as-an-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting an environment path in powershell</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2011/12/06/setting-an-environment-path-in-powershell/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2011/12/06/setting-an-environment-path-in-powershell/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 20:10:44 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/?p=820</guid>
		<description><![CDATA[PS&#62; $env:path = $env:path + &#34;;drivelettter:\foldername&#34;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=820&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PS&gt; $env:path = $env:path + &quot;;drivelettter:\foldername&quot;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/820/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=820&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2011/12/06/setting-an-environment-path-in-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
		<item>
		<title>How to pass querystring data into an Infopath 2010 SharePoint List form</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2011/11/16/how-to-pass-querystring-data-into-an-infopath-2010-sharepoint-list-form/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2011/11/16/how-to-pass-querystring-data-into-an-infopath-2010-sharepoint-list-form/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:15:24 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/2011/11/16/how-to-pass-querystring-data-into-an-infopath-2010-sharepoint-list-form/</guid>
		<description><![CDATA[I’m going to assume you already have a list form published to SharePoint. I just created a simple form to collect feedback on a conference presentation. As you can see, I included a “Referrer” field that will track the referral &#8230; <a href="http://localgovernmentsharepoint.wordpress.com/2011/11/16/how-to-pass-querystring-data-into-an-infopath-2010-sharepoint-list-form/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=806&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’m going to assume you already have a list form published to SharePoint. I just created a simple form to collect feedback on a conference presentation. As you can see, I included a “Referrer” field that will track the referral source of users filling out my form. </p>
<p><a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/8171.ConferenceFeedbackForm_5F00_6777BB20.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image001" border="0" alt="clip_image001" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image001.png?w=244&#038;h=187" width="244" height="187" /></b></a></p>
<p>To set up the rest of the scenario, follow these steps: </p>
<p>1. Create a new web part page. </p>
<p>2. Add 2 web parts to the page. From the “Forms” category, add the InfoPath Form Web Part, and from the “Filters” category, add the Query String (URL) Filter web part. <a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/8171.WebPartAdder_5F00_453FAF9A.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image002" border="0" alt="clip_image002" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image002.png?w=244&#038;h=152" width="244" height="152" /></b></a><a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/7587.WebPartAdder2_5F00_244C3CF3.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image003" border="0" alt="clip_image003" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image003.png?w=244&#038;h=151" width="244" height="151" /></b></a></p>
<p>3. Configure the InfoPath Form Web Part to point to the list or library where your form is published. <a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/5852.InfoPathWebPartToolPane_5F00_2A26E08C.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image004" border="0" alt="clip_image004" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image004.png?w=135&#038;h=244" width="135" height="244" /></b></a></p>
<p>4. Configure the Query String (URL) Filter web part to specify the parameter name it should look for in the URL. In this case, we want it to find “Referrer”. <a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/5140.QueryStringWebPartToolPane_5F00_339F9F02.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image005" border="0" alt="clip_image005" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image005.png?w=244&#038;h=239" width="244" height="239" /></b></a></p>
<p>5. Next, set up the part-to-part connection by opening the Web Part edit menu and selecting Connections &gt; Send Filter Values To &gt; InfoPath Form Web Part. <a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/4073.QueryStringWebPartConnectionMenu_5F00_4BC3095D.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image006" border="0" alt="clip_image006" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image006.png?w=244&#038;h=72" width="244" height="72" /></b></a></p>
<p>6. This brings up a dialog where you can choose the field in the form where the data should be sent. Choose the field you want, and then click Finish. In this case, we want to map the data to the “Referrer” field. <a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/4382.WebPartConnectionDialog_5F00_181A9CFF.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image007" border="0" alt="clip_image007" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image007.png?w=244&#038;h=136" width="244" height="136" /></b></a></p>
<p>Everything should be set up correctly now. Save your changes to this page, and then navigate to the page. You should see the blank form.</p>
<p><a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/3821.SavedWebPartPage_5F00_2F65A170.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image008" border="0" alt="clip_image008" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image008.png?w=244&#038;h=208" width="244" height="208" /></b></a></p>
<p><b>Testing the Connection</b></p>
<p>To test that everything is working correctly, add “?Referrer=email” to the end of the URL, and you should see the Referrer field being populated with the value “email”. </p>
<p><a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-34-22-metablogapi/6404.TestingtheQueryParameterConnection_5F00_45F7C9EA.png"><b><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="clip_image009" border="0" alt="clip_image009" src="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image009.png?w=244&#038;h=209" width="244" height="209" /></b></a></p>
<p>That’s it! You now have a page that passes data from the query string into an InfoPath form, set up in less than 5 minutes, and without any code. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/806/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/806/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/806/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=806&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2011/11/16/how-to-pass-querystring-data-into-an-infopath-2010-sharepoint-list-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image001.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image002.png" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image003.png" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image004.png" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image005.png" medium="image">
			<media:title type="html">clip_image005</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image006.png" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image007.png" medium="image">
			<media:title type="html">clip_image007</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image008.png" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>

		<media:content url="http://localgovernmentsharepoint.files.wordpress.com/2011/11/clip_image009.png" medium="image">
			<media:title type="html">clip_image009</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating Smoothly to SharePoint 2010</title>
		<link>http://localgovernmentsharepoint.wordpress.com/2011/11/16/migrating-smoothly-to-sharepoint-2010/</link>
		<comments>http://localgovernmentsharepoint.wordpress.com/2011/11/16/migrating-smoothly-to-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:11:56 +0000</pubDate>
		<dc:creator>True Blue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://localgovernmentsharepoint.wordpress.com/2011/11/16/migrating-smoothly-to-sharepoint-2010/</guid>
		<description><![CDATA[I attended a National Computing Centre seminar last week presented by Michael Dean (NCC) and Ian Woodgate (PointBeyond). Michael introduced the event with a run through of the NCC’s whitepaper, ‘SharePoint: Do We Have a Problem?’ (http://www.ncc.co.uk/article/?articleid=17038). Michael continued to &#8230; <a href="http://localgovernmentsharepoint.wordpress.com/2011/11/16/migrating-smoothly-to-sharepoint-2010/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=796&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended a National Computing Centre seminar last week presented by Michael Dean (NCC) and Ian Woodgate (PointBeyond). </p>
<p>Michael introduced the event with a run through of the NCC’s whitepaper, ‘SharePoint: Do We Have a Problem?’ (<a href="http://www.ncc.co.uk/article/?articleid=17038">http://www.ncc.co.uk/article/?articleid=17038</a>). Michael continued to highlight the need to ensure you have management buy-in. This can be pivotal to a successful migration and implementation as much as any of the technological hurdles you may hit. Also, for anybody who is new to SharePoint, the key message was be prepared to customise it to meet your organisation’s needs.</p>
<p>The ncc has published a small collection of SharePoint 2010 webinars that are worth a view: <a href="http://www.ncc.co.uk/events/webinars">http://www.ncc.co.uk/events/webinars</a></p>
<p>Ian Woodgate took to the floor to discuss migration approaches. He began with an overview of the SharePoint 2010 product family before covering the steps required to migrate to SharePoint 2010. The migration experience will be different for each user and will greatly depend on the existing setup in place at an organisation. It’s going to take time and should be treated very much as a project in its own right. Think about what resources you need, identify the risks and issues, roles and responsibilities, what are the requirements, design the solution, create the plan thoroughly, build the solution and rework it, test it, then go live.</p>
<p><b>1. </b><b>Should I migrate to SharePoint 2010?</b></p>
<p><b>What’s new in SharePoint 2010?</b></p>
<p><b>The ability to apply taxonomic classification schemes through Managed Metadata</b>. You can create a hierarchy of tags and can tag my content, my documents, my pages, my list items to make things easier to find. It’s good, but one limitation I have discovered is that you cannot navigate your content using your taxonomic classification schemes that you create, which you might get with other EDRMS applications. It’s good to a point and certainly much better than SharePoint 2007.</p>
<p><b>Improved Search.</b> The Search in SharePoint 2010 is much better. Fast Search is available as an even better search tool that can be utilised by high volumes of documents as an add-on to SharePoint. By a lot, I mean in the region of 100 million plus documents. If you don’t have such a high volume of documents I would recommend going with the out of the box SharePoint search tools unless you have a real pressing reason to use Fast Search.</p>
<p><b>SharePoint 2010 is good as a platform for developing business applications</b>. There’s a lot of functionality, particularly in the Enterprise versions. These will allow you to quickly put together form and workflow driven applications. </p>
<p><b>Integration with external data</b> is much improved if you want to pull data in from other systems. There’s some tools available to help you do that and custom code. </p>
<p>The <b>user interface</b> is better and is also standards complaint. SharePoint 2007 got a lot of knocks for not being standards and accessibility complaint. Accessibility is quite an important consideration for the public sector. It introduces the standard ribbon that if you are user of Office 2010 will be familiar with.</p>
<p>The Social Networking functionality is greatly improved in SharePoint 2010. There is a feeling that Microsoft kind of felt that they were getting left behind there. You now have the ability to tag your content, organise your colleagues, find your friends and say what you’re up it. It’s quite nice improved functionality. </p>
<p>It’s easier to customise and develop new features from. The tooling is better than it was in 2007. Little things like being able to package your customisations and deploy them are much better whereas you used to rely on a third party tool or do it yourself. The integration with Visual Studio 2010 is much improved.</p>
<p>And lastly, the scalability of the solution and the ease of management. Overall, it is a large and complex product. SharePoint 2010 is massive really and its set of capabilities is huge. It is easier to manage and they have thought about the way we deploy various components and in terms of scalability, it will scale out to hundreds of millions of documents.</p>
<p>The way that SharePoint 2010 is deployed is more flexible. In 2007 you had a SSP (Shared Services Provider) which was a monolithic set of services whereas in 2010 you can choose which services you’d like to run with and where you’d like to run them. Essentially, it’s more granular, more controllable. </p>
<p>One thing it does lack though is enhanced reporting and governance features. These are still supplied mainly by and large through third party products, such as Control Point. If you want or need enhanced governance feature you are looking at third party products.</p>
<p>To prevent SharePoint from becoming unmanageable you need to ensure you have set out a robust governance plan that everyone buys into. There is some very good guidance about creating a governance plan on the Microsoft website: <a href="http://www.microsoft.com/download/en/details.aspx?id=401">http://www.microsoft.com/download/en/details.aspx?id=401</a>. In terms of a tool for managing the permissions you have across a farm, the product I would use is Control Point by Axelar. This will allow you to do things like show me all the permissions a user has across all sites or find all the users who have got create site rights across a farm for example. It will take you a while to get up to speed with Control Point, but it is a powerful tool.</p>
<p>If you are using Microsoft Office 2010, one of the key advantages to using SharePoint 2010 is the ability to only save changes to a document, rather than saving the entire document. This improves performance significantly, especially if you have global or remote users with low bandwidth connection speeds.</p>
<p>Finally, SharePoint 2010 comes with <b>Office Web Applications</b>. This provides users with a web enabled version of Word and Excel. So, if somebody is remote working and they need to open a document and do some work on it from a remote machine that doesn’t have office installed, they can do that using Office Web Applications. </p>
<p>If you want to use the collaboration features in SharePoint in any big way, it’s well worth upgrading to SharePoint 2007 or 2010. It’s a big step up in terms of how Microsoft Office integrates with SharePoint. </p>
<p><b>2. </b><b>The different flavours of SharePoint 2010</b></p>
<p>There are four flavours of SharePoint available.</p>
<p>· <b>SharePoint 2010 Foundation</b>. This is a free version of SharePoint that is available for download from the Microsoft website. It gives you basic team site collaboration. You can upload documents and create lists, but that’s about it. SharePoint Foundation is aimed at smaller organisations or departments looking for a low cost entry level pilot solution. <a href="http://www.microsoft.com/download/en/details.aspx?id=5970">http://www.microsoft.com/download/en/details.aspx?id=5970</a>.</p>
<p>· <b>SharePoint Server 2010</b> is the next version up. This is the flagship product and comes in two varieties. There is a <b>Standard Edition</b> and an <b>Enterprise Edition</b>. The Standard Edition gives you the core document management capabilities and the Enterprise version slightly improves on that with addition search, business intelligence and most of the business toolset features. I.e. Excel Services, Access Services, Visio Services.</p>
<p>· <b>SharePoint Online. </b>This is a ‘cloud’ hosted service provided by Microsoft. Centralised services are available at a monthly subscription fee per user. The challenge with this service would come if you wanted to customise it in any shape or form. You are limited to what you can do through a sandboxed solution whilst integration with other line of business applications would become very difficult.</p>
<p><b>3. </b><b>Hardware and Software System Requirements</b></p>
<p>A lot of users when they migrate also implement new hardware. See: <a href="http://technet.microsoft.com/en-us/library/cc262485.aspx">http://technet.microsoft.com/en-us/library/cc262485.aspx</a> for a detailed analysis of hardware and software systems requirements analysis.</p>
<p><b>4. </b><b>Licencing of SharePoint 2010</b></p>
<p>Licencing is something of a minefield with SharePoint. It is recommended that you approach your Microsoft software vendor or reseller to clarify the position. As a general rule of thumb, this is how licencing is understood.</p>
<p>The way it is priced for Standard and the Enterprise Editions is that you have a server licence. Let’s say for example that you have three servers. That’s three licences and then there’s a standard client access licence and an enterprise client access licence. These are known as CALs. So, if you have 100 people and 3 servers, you need 100 standard CALs and 3 server licences. </p>
<p>If you want the enterprise version you would need 3 server licences, 100 standard CALs and a 100 Enterprise CALs. Therefore, if you want an enterprise solution you need to buy both the standard and the enterprise CALs. </p>
<p>You will need to consider what level of functionality you would like users to have. If you want your users to have forms services, business intelligence features, InfoPath browser enabled forms, they will need the enterprise CAL.</p>
<p><b>5. </b><b>Metadata in SharePoint 2010</b></p>
<p>Metadata can now be defined and applied at a folder level or a library level. Folders went out of fashion in SharePoint 2007 but now they are ok again within reason. In SharePoint 2007 there was a URL limit of 255 characters. In SharePoint 2010 the URL becomes truncated so you should be able to achieve around 500 characters in a URL path. </p>
<p><b>6. </b><b>Records Management in SharePoint 2010</b></p>
<p>In the most extreme cases you could set up a federated records policy in SharePoint 2010 where you can have one records centre at the front where people submit their documents to and then you could route some rules within that so you could route documents to different records centres behind. Each of these could be a different farm or site collection, whatever you like. It would be a tad extreme to use a different farm, but you could.</p>
<p><b>7. </b><b>Search</b></p>
<p>Search is a lot better in 2010. Even the out of the box SharePoint search is better. I don’t know if some of the FAST Search technology has trickled through into the Standard SharePoint Search, but, when you look at the way it is architected it has been completely reworked since 2007. If you wish to use Fast Search, one of its cool new features is the ability to include a visual best bet in search results, which could be something like a banner advert.   <br />But, the best new improvement to SharePoint Search’s productivity is the refinement panel. With the refinement panel, when you‘ve done your search and return your results, on the left hand side you see a list of metadata. You can then click on this to refine items and kind of slice and dice your search results by metadata.</p>
<p>Also, things like the people search are much improved. In terms of relevance, a lot of work has been done in this area. The search also learns in 2010, thus promoting more popular documents higher up the search rankings. </p>
<p><b>8. </b><b>Business Intelligence</b></p>
<p>Microsoft Performance Point Server 2007 integrated with other Office products, including SharePoint 2007. In 2010, Performance Point has been much improved and is now known as Performance Point Services. Microsoft acquired the Business Intelligence company ProClarity in 2006 and this has enabled them to add feature rich analytics reports into this service. Some of this functionality has found its way into SharePoint 2010.</p>
<p>Building Key Performance Indicators, Status Clouds and Charts is quite easy to put together. The hard part is assembling the data and getting put into the system. </p>
<p><b>9. </b><b>InfoPath in SharePoint 2010</b></p>
<p>InfoPath is a tool that lets you develop forms. What you can do is publish the forms up into SharePoint and render them through the web browser. Then users can fill out the forms without having the need to have InfoPath installed on their machines.</p>
<p><b>10. </b><b>Excel Services in SharePoint 2010</b></p>
<p>Excel Services allows users to take parts of a spreadsheet and render them through the web page. This was available in SharePoint 2007 but it is much improved in 2010. People don’t always use it as much as they should. A good example of this would be an insurance company who have a huge complex excel spreadsheet that contains logic for calculating premiums. You wouldn’t want to give out the spreadsheet to anyone as it would simply walk out of the office on a memory stick. </p>
<p>You can expose just the input and output sections through a web page in SharePoint. Input the data that you want it. Excel Services would spin up on the server behind the scenes, do the calculations and then return the results back. </p>
<p>You can also return graphs and charts from Excel Services, so, it is another tool that you can use to assemble dashboards. One thing to bear in mind though is that Excel Services doesn’t support everything within Excel.</p>
<p><b>11. </b><b>Workflows</b></p>
<p>It is possible to develop workflows in Visual Studio and then export them into your SharePoint workspace. There is also SharePoint Designer which allows people to create custom workflows. I would say though that anyone wanting to build workflows in SharePoint Designer – it is pretty basic. If you want to do anything other than a pretty simple workflow, then you will end up tearing your hair out as SharePoint Designer really doesn’t cut the mustard in this department.</p>
<p>If you are serious about creating custom workflows, you can either custom code using Visual Studio or alternatively take a look at some of the third party products available on the market. There are two good ones. Nintex and K2. Nintex is fairly low cost and integrates well with SharePoint whereas K2 is much of an enterprise workflow engine.</p>
<p><b>12. </b><b>Sandboxed Soltuions</b></p>
<p>This gives you the ability to write custom code that you can deploy just to a site collection. If you have got a hosted version of SharePoint, the only versions of custom code that you are allowed to deploy are sandboxed. The other nice thing about sandboxed solutions is that you can always deploy them without causing any downtime on your servers.</p>
<p><b>13. </b><b>Migration Planning and Approach</b></p>
<p>Migration can encompass anything from a six hour project to a six month project. How long it is going to take is difficult to gauge and depends so much on what type of content and customisations are in place.</p>
<p>But how do we get to where we want to go from where we are now. It sounds superficially quite simple, but when you think about it, you need to be prepared. </p>
<p>The following considerations may need to be taken into account:</p>
<p>· What’s my current platform?    <br />Is it SharePoint 2003, 2007, a network file share, Lotus Notes, immediacy?</p>
<p>· How much stuff do I actually have?    <br />Migrating 100 megabytes of content is a different proposition to migrating 5 terabytes worth of content.</p>
<p>· Do I have any customisations?    <br />Customisations will determine how hard or easy it will be to migrate.</p>
<p>· Am I going to be adding any new non-SharePoint content?   <br />At the time of migration, do I want to pull in content from other sources, such as file shares or exchange public folders. Exchange public folders are not going to be around forever. Microsoft keep telling us to stop using them, and then they have to keep putting them into new versions of exchange. They will go eventually.</p>
<p>· How many users do I have?</p>
<p>· Am I going to just take my existing environment and upgrade it? Or, am I going to build a new environment and build my content?</p>
<p>· Do I want to simply lift and drop content into the new environment, or am I going to take this opportunity to reorganise and restructure things.</p>
<p>· Am I going to roll it out in one go, taking a big bang approach, or am I going to roll it out in a phased approach.</p>
<p>· What downtime is acceptable? Are we a 24/7 operation? Maybe I can’t take the server down for more than three hours at a time on a Sunday and how are you going to manage that.</p>
<p>· How frequently are we updating content. If we are going to take backups and start moving things around, how are we going to keep to site going? How are we going to keep a track of changes? Are we going to implement a change freeze? Do you have any regulatory constraints as to what you need to provide?</p>
<p><b>14. </b><b>Migration Considerations</b></p>
<p>Before committing to migration, it’s always a good time to reflect and do a spring clean. So many companies will find documents and images that are no longer used or offer little business value. A lot of organisations take advantage of the opportunity to put in a proper governance plan and bring things under control.</p>
<p><b>15. </b><b>Content Databases within SharePoint 2010</b></p>
<p>All content within SharePoint gets stored in a database. By default it is pretty easy to ensure all content gets placed into one content database, but the pitfall is that that database grows to become huge. Some SharePoint instances have had databases growing to a terabyte in size. A database of this size is going to give you headaches. For example, if you try and back it up it will most probably fail, or at least take forever.</p>
<p>A migration project provides a great opportunity to sit back and review your approach with the aim of splitting out your databases onto multiple databases. Even if your databases are small at the moment, this approach will give you better scope for scaling up in the future.</p>
<p>As a rule of thumb no content database should be bigger than 200 gigabytes. A Site Collection has to have its own content database. You can have multiple site collections sharing one content database, but a single site collection can only have one content database. If you are expecting a large volume of content, you will need to split out your site collections into smaller site collections. This can be a challenge as it can make navigation difficult. </p>
<p>Post SharePoint 2010 the recommended maximum content database size if 4 terabytes. However, you must consider who wants to manage a 4 terabyte database? This will give you problems. The key message though is to use your common sense and try to keep content databases down to a reasonable size.</p>
<p><b>16. </b><b>Taxonomy Planning in SharePoint 2010</b></p>
<p>SharePoint 2010 provides the opportunity to implement metadata taxonomy classifications. You can apply taxonomic hierarchies to your data, but you need to think about where that data is going to come from. If you don’t assign your metadata against content when you migrate or upload it into SharePoint, you never will.</p>
<p>A well thought out set of metadata will greatly improve your search results tenfold. Think about where your metadata is going to come from and how you are going to assign it. </p>
<p>There are some tools that claim to automatically crawl documents and pick out tags and metadata. These can work quite well, but can be quite expensive.</p>
<p>The SharePoint Search will interrogate the content of Office documents, but the refinements feature in SharePoint Search is driven by metadata.</p>
<p><b>17. </b><b>Preparing to upgrade to SharePoint 2010</b></p>
<p>If you are using SharePoint 2007, Service Pack 2 includes a ‘Pre-Upgrade Checker’ facility. This can be run to identify potential problems that you are likely to have when you upgrade to SharePoint 2010. </p>
<p>Identify all the customisations that you’ve applied to your existing environment. </p>
<p>Test your upgrade process and address any issues that you may find. Regardless of all the planning in the world, sometimes there comes a point in most migrations where it’s easier to simply bite the bullet and go for it. See what happens, identify what breaks and then address the issues.</p>
<p><b>18. </b><b>Upgrade Routes</b></p>
<p><b>SharePoint 2007 to SharePoint 2010. </b>This will be relatively straight forward unless you have extensive customisations needed or you want to do a lot of content reorganisation or reclassification. <b></b></p>
<p><b>SharePoint 2003 to SharePoint 2010. </b>You will have to go via SharePoint 2007 or use a third party tool.<b> </b></p>
<p><b>Other systems to SharePoint 2010. </b>You will be looking at a third party tool or a manual process.<b></b></p>
<p><b>19. </b><b>Upgrade approaches from SharePoint 2007 to SharePoint 2010</b></p>
<p>There are two fundamental approaches to migration. </p>
<p>· <b>In-place upgrade</b>    <br />This method is where you would take the SharePoint 2010 CD, run setup and follow the upgrade wizard prompts. This isn’t a recommended approach. It’s just too risky. If an error flashes up during the migration process, then your SharePoint site is likely to become unusable or at best unreliable. </p>
<p>· <b>Database attach </b>    <br />This is a more sensible approach to upgrading. With this approach you would build a new SharePoint 2010 environment alongside your existing 2007 platform then take a backup of all 2007 databases and then reattach them into 2010. SharePoint 2010 will recognise that it is a 2007 database and will automatically attempt to convert it into 2010 and then start delivering the content. With this approach you will benefit from still having a 2007 environment untouched. So, if you encounter a problem during migration, the risk reduces as you are able to back out of the upgrade and return to step one without affecting end users.</p>
<p>· <b>Hybrid approach</b>    <br />This approach involves detaching the content database in the 2007 farm, upgrading that farm to SharePoint 2010 and then reattaching your content databases afterwards. The benefit of this approach is that you will be recycling your existing hardware. If it goes wrong, you still have a backup of your databases to enable a quick return to the 2007 farm if need be.</p>
<p>· <b>Manual Approach</b>    <br />Some people manually migrate collaboration content by simply cutting and pasting it from one environment to the other. This is all very well and good, but you’ve got to remember that you’ll be losing out of things like version history. </p>
<p>There are a number of third party tools available to assist you with migration, but obviously at additional cost.</p>
<p><b>20. </b><b>How long will it take to migrate my content?</b></p>
<p>Migration will depend on the size and complexity of your existing solution. However, as a general rule of thumb, it is thought that it will take about a minute per gigabyte of content to migrate into SharePoint 2010. Naturally this will depend up the speed of the data connection. Always take this into consideration when planning your migration.<b></b></p>
<p><b>21. </b><b>Reasons not to upgrade</b></p>
<p>If you have downloaded the famous Microsoft fantastic 40 SharePoint templates, you are going to have some fun when attempting to migrate these into 2010. Microsoft has now stopped providing support for these templates. You will end up having to re-create them manually.</p>
<p>If you take a look at SharePoint 2010 and can’t see any tangible benefit for your company, there is no need to upgrade. Have a look at what you need to do now and what your company is planning to do in the future. </p>
<p>Take a look at your infrastructure. Will it be able to take SharePoint 2010. For example, collaboration sites will not work in Internet Explorer 6.0 or earlier. In some cases, we’ve had users on Office 95 attempting to collaborate. SharePoint doesn’t work on Office 95.</p>
<p>All servers need to be 64 bit to take SharePoint 2010. </p>
<p>Make sure you have the time to plan and perform your migration thoroughly. It is going to take time and resources. Make sure you are happy to go out and buy new hardware to support your new platform and factor into your licencing costs.</p>
<p><b>22. </b><b>Development Tools</b></p>
<p>If you are planning to develop any technical customisations, you might want to look at VB Lightswitch. There is also a C# version. It integrates into Visual Studio and provides a user friendly interface. With this you don’t actually need many development skills to build applications pulling information to and from SharePoint. It is ideal for quick prototyping, but there is a lot of potential to take what you have and put it back into SharePoint. For more details view: <a href="http://www.microsoft.com/visualstudio/en-us/lightswitch">http://www.microsoft.com/visualstudio/en-us/lightswitch</a></p>
<p><b>Other observations with SharePoint 2010</b></p>
<p>· SharePoint 2010 won’t work with Internet Explorer version 6.0 or earlier.</p>
<p>· Is the 256 character limit on URL’s still an issue in SharePoint 2010?</p>
<p>· We must remember that SharePoint lists are not relational databases</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localgovernmentsharepoint.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localgovernmentsharepoint.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localgovernmentsharepoint.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localgovernmentsharepoint.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localgovernmentsharepoint.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localgovernmentsharepoint.wordpress.com/796/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localgovernmentsharepoint.wordpress.com/796/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localgovernmentsharepoint.wordpress.com/796/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localgovernmentsharepoint.wordpress.com&amp;blog=9355386&amp;post=796&amp;subd=localgovernmentsharepoint&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localgovernmentsharepoint.wordpress.com/2011/11/16/migrating-smoothly-to-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1a57800950d18d9373764066e891723?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rob_ashcroft</media:title>
		</media:content>
	</item>
	</channel>
</rss>
