<?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/"
	>

<channel>
	<title>My SharePoint of View &#187; Mattias Karlsson</title>
	<atom:link href="http://mysharepointofview.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysharepointofview.com</link>
	<description>Thoughts, reflections and solutions from the field in SharePoint land</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:23:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Application Server Administration job failed event id 6482</title>
		<link>http://mysharepointofview.com/2010/08/application-server-administration-job-failed-event-id-6482/</link>
		<comments>http://mysharepointofview.com/2010/08/application-server-administration-job-failed-event-id-6482/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 18:23:23 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Event ID 6482]]></category>
		<category><![CDATA[MachineKeys]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=864</guid>
		<description><![CDATA[ I ran across an interesting problem today at a customer that I thought I&#8217;ll share with you. The background to the problem is that a SharePoint server 2007 farm needed to be moved to another AD (don&#8217;t ask why it was there in the first place&#8230;) and since we needed new service accounts the farm was taken [...]]]></description>
			<content:encoded><![CDATA[<p> I ran across an interesting problem today at a customer that I thought I&#8217;ll share with you. The background to the problem is that a SharePoint server 2007 farm needed to be moved to another AD (don&#8217;t ask why it was there in the first place&#8230;) and since we needed new service accounts the farm was taken down, servers where moved and then  the farm was installed again on the same servers. So far no problem at all and the installation ran successfully. But when I looked in the event viewer I saw that every minute on all servers in the farm I got the following Event ID 6482 every minute.</p>
<p>Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchAdminSharedWebServiceInstance (6b98c51f-116c-49f0-9aa6-4207555ed2f8).</p>
<p>Reason: The handle is invalid.</p>
<p>Techinal Support Details:</p>
<p>System.Security.Cryptography.CryptographicException: The handle is invalid.<br />
at System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean<br />
andomKeyContainer)<br />
at System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle&amp; safeProvHandle, SafeKeyHandle&amp; safeKeyHandle)<br />
at System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair()<br />
at System.Security.Cryptography.RSACryptoServiceProvider..ctor(Int32 dwKeySize, CspParameters parameters, Boolean useDefaultKeySize)<br />
at Microsoft.SharePoint.Utilities.CertificateManager.CreateSelfSignedSslCertificate(CspParameters parameters, X500DistinguishedName name, DateTime expiresAfter)<br />
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.ProvisionIisWebSite(String serverComment, String[] serverBindings, String[] secureBindings, AuthenticationMethods authenticationMethods, String[] authenticationProviders, String path, AccessFlags accessFlags, String applicationName, String applicationPoolId, String[] scriptMaps, String sslCertificateSubjectName)<br />
at Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisWebSite(String serverComment, String[] serverBindings, String[] secureBindings, Int32 authenticationMethods, String[] authenticationProviders, String path, Int32 accessFlags, String applicationName, String applicationPoolId, String[] scriptMaps, String sslCertificateSubjectName)<br />
at Microsoft.Office.Server.Administration.SharedWebServiceInstance.Synchronize()<br />
at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)<br />
After some troubleshooting, googling and talking to the windows team I found that the folder:<br />
<em>C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys </em>most likely had the wrong permissions. One of the files located in the folder didn&#8217;t seemed to like the move and when trying to look at the permissions I got this:</p>
<p><a href="http://mysharepointofview.com/wp-content/uploads/2010/08/RSAPermissions.jpg"><img title="RSAPermissions" src="http://mysharepointofview.com/wp-content/uploads/2010/08/RSAPermissions.jpg" alt="" width="466" height="88" /></a></p>
<p>So, what I did was that I gave the ownership of this folder to the local administrators group which is done in the following way:</p>
<p>Click Ok on the warning that is shown above.</p>
<p>Click on Advanced and then on the Owner tab.</p>
<p>Select administrators, and click Ok until all windows are closed</p>
<p>Open up the security dialogue again and add the local administrators group and click ok. Note that if you have moved the server from one AD to another you will most likely see the old AD account in the security list which should be deleted.</p>
<p>You should add the local Administrator group to the MachineKeys folder above an make sure that it inherits the permissions.</p>
<p>This should solve the problem for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/08/application-server-administration-job-failed-event-id-6482/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secrets of SharePoint &#8211; A new community site</title>
		<link>http://mysharepointofview.com/2010/08/secrets-of-sharepoint-a-new-community-site/</link>
		<comments>http://mysharepointofview.com/2010/08/secrets-of-sharepoint-a-new-community-site/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:56:33 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Secretsofsharepoint]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=862</guid>
		<description><![CDATA[Today a new community site for us SharePoint folks are launched, and I have to say that I&#8217;m quite exited about it. First, because it will be a one-stop location for Microsoft SharePoint best practice information and educational materials for SharePoint administrators, developers and users. Secondly, I have been asked to be one of the [...]]]></description>
			<content:encoded><![CDATA[<p>Today a new community site for us SharePoint folks are launched, and I have to say that I&#8217;m quite exited about it. First, because it will be a one-stop location for Microsoft SharePoint best practice information and educational materials for SharePoint administrators, developers and users. Secondly, I have been asked to be one of the moderators for the forum and an &#8220;Expert in Residence&#8221; for the Installation, Configuration and Administration section (<a href="http://www.idera.com/News/?NewsCategory=0&amp;ID=256">http://www.idera.com/News/?NewsCategory=0&amp;ID=256</a>).</p>
<p>Now in the beginning there are a some prices that can be won if you just sign up. And why wouldn&#8217;t you, it&#8217;s free and you can win an iPad and other nice things!! If you have any questions on any of the topics, don&#8217;t hesitate to post them in the forum. The link to the site is <a href="http://www.secretsofsharepoint.com">www.secretsofsharepoint.com</a> and to read the press release you can do that on Idera who is one of the main sponsors of the site. <a href="http://www.idera.com/News/?NewsCategory=0&amp;ID=263">http://www.idera.com/News/?NewsCategory=0&amp;ID=263</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/08/secrets-of-sharepoint-a-new-community-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Congratulations to Niklas Goude</title>
		<link>http://mysharepointofview.com/2010/07/congratulations-to-niklas-goude/</link>
		<comments>http://mysharepointofview.com/2010/07/congratulations-to-niklas-goude/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:23:37 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=859</guid>
		<description><![CDATA[For all of you that follow my blog frequently, you are well aware of my projects together with my collegaue Niklas Goude who I&#8217;m currently writing the book PowerShell for Microsoft SharePoint 2010 Administratorswith. Niklas just got awarded the prestigious MVP award for his work in the PowerShell community and I just want to give [...]]]></description>
			<content:encoded><![CDATA[<p>For all of you that follow my blog frequently, you are well aware of my projects together with my collegaue <a href="http://powershell.nu" target="_blank">Niklas Goude</a> who I&#8217;m currently writing the book <a href="http://sharepointandpowershell.com" target="_blank">PowerShell for Microsoft SharePoint 2010 Administrators</a>with. Niklas just got awarded the prestigious MVP award for his work in the PowerShell community and I just want to give him my sincere congratulations. Your work has paid of and you deserve every piece of it.</p>
<p>Besides from the book we have a couple of other interesting projects coming up during the autumn so stay tuned either on our blogs or through twitter.</p>
<p>Congrats Niklas!</p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/07/congratulations-to-niklas-goude/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>South East Asia SharePoint Conference 2010</title>
		<link>http://mysharepointofview.com/2010/07/south-east-asia-sharepoint-conference-2010/</link>
		<comments>http://mysharepointofview.com/2010/07/south-east-asia-sharepoint-conference-2010/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:53:26 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[SEA]]></category>
		<category><![CDATA[SharePoint Conference 2010]]></category>
		<category><![CDATA[Singapore]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=856</guid>
		<description><![CDATA[It&#8217;s just announced that there will be a SharePoint conference in Singapore later this year. It will follow the same successful concept as the New Zealand and Australian SharePoint conferences held in beginning of June. It&#8217;s the crew at SPEvents that is running it and we can expect a well organized and interesting conference I&#8217;m sure!
Keep up [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s just announced that there will be a SharePoint conference in Singapore later this year. It will follow the same successful concept as the New Zealand and Australian SharePoint conferences held in beginning of June. It&#8217;s the crew at <a href="http://www.envisionit.co.nz" target="_blank">SPEvents</a> that is running it and we can expect a well organized and interesting conference I&#8217;m sure!</p>
<p>Keep up to date with the event through the following channels.</p>
<p>Web site: <a title="http://www.sharepointconference.asia/" href="http://www.sharepointconference.asia/">http://www.sharepointconference.asia/</a> <br />
Linkedin: <a title="http://events.linkedin.com/SharePoint-Conference-South-East-Asia/pub/364552" href="http://events.linkedin.com/SharePoint-Conference-South-East-Asia/pub/364552">http://events.linkedin.com/SharePoint-Conference-South-East-Asia/pub/364552</a><br />
Facebook: <a title="http://www.facebook.com/pages/SharePoint-Conference-South-East-Asia/135980859759693" href="http://www.facebook.com/pages/SharePoint-Conference-South-East-Asia/135980859759693">http://www.facebook.com/pages/SharePoint-Conference-South-East-Asia/135980859759693</a><br />
Twitter: #SPCSEA <a href="http://twitter.com/spcsea">@spcsea</a></p>
<p>/Mattias</p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/07/south-east-asia-sharepoint-conference-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Zealand and Australian SharePoint conference sum up</title>
		<link>http://mysharepointofview.com/2010/06/new-zealand-and-australian-sharepoint-conference-sum-up/</link>
		<comments>http://mysharepointofview.com/2010/06/new-zealand-and-australian-sharepoint-conference-sum-up/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 05:05:31 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[New Zealand]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=845</guid>
		<description><![CDATA[The Australian SharePoint conference has just finished which concludes two great weeks with two great conferences (New Zealand last week)and I&#8217;m about to take the long trip back to Sweden. They guys and girls that have put together these conferences deserve all the cred they can get and of course a big thank you! It [...]]]></description>
			<content:encoded><![CDATA[<p>The Australian SharePoint conference has just finished which concludes two great weeks with two great conferences (New Zealand last week)and I&#8217;m about to take the long trip back to Sweden. They guys and girls that have put together these conferences deserve all the cred they can get and of course a big thank you! It has been a pleasure being here!</p>
<p>By judging on the feedback from the two quite crowded sessions I held (one together with Niklas Goude) it seemed<a href="http://mysharepointofview.com/wp-content/uploads/2010/06/NZ01.jpg"><img class="alignright size-medium wp-image-848" style="margin: 15px;" title="Ryan Duguid's key note New Zealand" src="http://mysharepointofview.com/wp-content/uploads/2010/06/NZ01-300x225.jpg" alt="" width="300" height="225" /></a> like they were appreciated which makes the long flight all worth it. The first session was about managing SharePoint 2010 using PowerShell and was much like the one we held on TechDays Sweden a couple of months back. The second session was quite different as it was not technical at all and was part of the &#8220;voice of the customer&#8221; track. The focus was on lessons learned and pitfalls to avoid when implementing SharePoint in global organizations. I referenced a large customer I have worked a lot with and compared two different environments, one quite standard and out of the box with huge amount of data and one very heavy customized. I then described the different challenges you might face on each and one of them.</p>
<p>After the New Zealand session I had a good talk around governance and things to consider when upgrading to a new version of SharePoint with Michael Sampson who&#8217;s <a href="http://mysharepointofview.com/wp-content/uploads/2010/06/NZ02.jpg"><img class="alignright size-medium wp-image-846" style="margin: 15px;" title="Todd Bleeker" src="http://mysharepointofview.com/wp-content/uploads/2010/06/NZ02-300x225.jpg" alt="" width="300" height="225" /></a>clearly one of the experts on the topic. Michael has written a couple of books on the topic but I have not earlier been able to read any of them, until now. I got two of his books and have now completed the &#8220;SharePoint Roadmap for collaboration&#8221; and I can recommend it, it has a couple of good things in it even if it’s a bit out of date now when SharePoint 2010 is available.</p>
<p>There are usually a lot of preparations before your sessions which often means that you can&#8217;t attend all sessions even if you want. I did however get the chance to listen to a few of them and found Todd Bleeker&#8217;s REST and LINQ together with Steve Smith&#8217;s Service Application session in NZ very good.</p>
<p>Here in Sydney I got the chance to see Michael Noel &amp; Aaron <a href="http://mysharepointofview.com/wp-content/uploads/2010/06/AU01.jpg"><img class="alignright size-medium wp-image-849" style="margin: 15px;" title="Myself during my business driven session" src="http://mysharepointofview.com/wp-content/uploads/2010/06/AU01-300x225.jpg" alt="" width="300" height="225" /></a>Saikovski two sessions; Virtualisation of SharePoint 2010 Farm Architecture, and SharePoint 2010 &#8211; In Depth Architecture and Design Planning.<br />
What also was interesting to see was that since the conferences had two non-technical tracks (business and voice of the customer) it draws people from the business and if I&#8217;m not mistaken there were almost a 50-50 ratio which is really good. I think that the concept of community driven SharePoint conferences is really something that people want and need. In fact the Australian SharePoint conference for 2011 is already announced so keep up to date with the latest information on: <a href="http://www.sharepointconference.com.au" target="_blank">http://www.sharepointconference.com.au</a> and <a href="http://www.sharepointconference.co.nz" target="_blank">http://www.sharepointconference.co.nz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/06/new-zealand-and-australian-sharepoint-conference-sum-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>User group meeting Gothenburg</title>
		<link>http://mysharepointofview.com/2010/05/user-group-meeting-gothenburg/</link>
		<comments>http://mysharepointofview.com/2010/05/user-group-meeting-gothenburg/#comments</comments>
		<pubDate>Mon, 24 May 2010 09:34:29 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Fast]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[User group]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=840</guid>
		<description><![CDATA[Last week the Swedish SharePoint user group had its third meeting in Gothenburg. The focus was this time on search were we first got a technical presentation and demo by Thomas Svensen from Microsoft about the capabilities of Fast for SharePoint. The second presentation was held by Henrik Strindberg from Findwise who talked about the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week the Swedish SharePoint user group had its third meeting in Gothenburg. The focus was this time on search were we first got a technical presentation and demo by Thomas Svensen from Microsoft about the capabilities of Fast for SharePoint. The second presentation was held by Henrik Strindberg from Findwise who talked about the use of search within the organization and shared his experience from different projects.</p>
<p>Considering that we had the warmest day of the year in Gotheburg we had quite a good amount of attendees including <a href="http://www.wictorwilen.se/" target="_blank">Wictor Wilen</a>who joined us from Stockholm. Next meeting in Gotheburg will be after the summer vacations, probably around September. But in Stockholm there will be one meeting already this week, and unfortunately for all of you that has not applied to attend it&#8217;s full house! (<a href="http://www.sharepointcommunity.se/events/sweden-sharepoint-user-group-2">http://www.sharepointcommunity.se/events/sweden-sharepoint-user-group-2</a>)</p>
<p>If you have topics, ideas or something to share on the coming meetings in Gothenburg, don&#8217;t hesitate to contact me or any of the others guys helping out co-ordinating this.</p>
<p>Below are the links that was requested after Thomas session.</p>
<p><a href="https://zipmail.zipper.se/owa/redir.aspx?C=59b59948ea1f440a96137271de6509d3&amp;URL=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fee557319.aspx" target="_blank">MSDN &#8211; Querying Enterprise Search</a></p>
<p><a href="https://zipmail.zipper.se/owa/redir.aspx?C=59b59948ea1f440a96137271de6509d3&amp;URL=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fee819904.aspx" target="_blank">MSDN &#8211; Customizing the Enterprise Search UI</a></p>
<p><a href="https://zipmail.zipper.se/owa/redir.aspx?C=59b59948ea1f440a96137271de6509d3&amp;URL=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fee781286.aspx" target="_blank">TechNet &#8211; Fast Search for Sharepoint</a></p>
<p><a href="https://zipmail.zipper.se/owa/redir.aspx?C=59b59948ea1f440a96137271de6509d3&amp;URL=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fff395933.aspx" target="_blank">TechNet &#8211; Optional Processing</a></p>
<p><a href="https://zipmail.zipper.se/owa/redir.aspx?C=59b59948ea1f440a96137271de6509d3&amp;URL=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2flibrary%2fff354941.aspx" target="_blank">TechNet &#8211; Pipeline Extensibility</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/05/user-group-meeting-gothenburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre-order of our book is now available</title>
		<link>http://mysharepointofview.com/2010/05/pre-order-of-our-book-is-now-available/</link>
		<comments>http://mysharepointofview.com/2010/05/pre-order-of-our-book-is-now-available/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:11:51 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[The book]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[IT-Pro]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/2010/05/pre-order-of-our-book-is-now-available/</guid>
		<description><![CDATA[Last week the book PowerShell for Microsoft SharePoint 2010 Administrators became available for pre-order at Amazon. I&#8217;m of course very excited, it feels real and a bit scary to be honest. As mention before I&#8217;m writing the book together with my collegaue Niklas Goude and we still have a couple of chapters left but we [...]]]></description>
			<content:encoded><![CDATA[<p>Last week the book PowerShell for Microsoft SharePoint 2010 Administrators became available for pre-order at Amazon. I&#8217;m of course very excited, it feels real and a bit scary to be honest. As mention before I&#8217;m writing the book together with my collegaue Niklas Goude and we still have a couple of chapters left but we have got some good feedback so far, both from people we meet at events and through our blogs but also from the people at Microsoft.</p>
<p>So who is this book for? Well, it&#8217;s for everyone working on the administration side of SharePoint 2010. Yes, this is a book about powershell but it&#8217;s not a pure developer book. We will take it from the beginning and using real life scenarios we will build solutions using PowerShell to show the strengths it has and how important it will be for SharePoint admins to master.</p>
<p>If you want to keep up to date with our progress on writing the book and to get information and special deals you should register for our newsletter at <a href="http://www.sharepointandpowershell.com">www.sharepointandpowershell.com</a> or why not check it out at Amazon.</p>
<p><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0071747974/heme0f">http://www.amazon.com/exec/obidos/tg/detail/-/0071747974/heme0f</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/05/pre-order-of-our-book-is-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Countdown to the New Zealand and Australian SharePoint Conference</title>
		<link>http://mysharepointofview.com/2010/05/countdown-to-the-new-zealand-and-australian-sharepoint-conference/</link>
		<comments>http://mysharepointofview.com/2010/05/countdown-to-the-new-zealand-and-australian-sharepoint-conference/#comments</comments>
		<pubDate>Mon, 03 May 2010 12:46:54 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=836</guid>
		<description><![CDATA[It is less than 2 months left until the New Zealand and Australian SharePoint Conference will be held in June! Weelington 9-10th and Sydney 16-17th. If you are still not convinced you should listen to this:
Something for everyone &#8211; one of the few IT events that specifically reaches out to multiple audiences

20 sessions of end [...]]]></description>
			<content:encoded><![CDATA[<p>It is less than 2 months left until the New Zealand and Australian SharePoint Conference will be held in June! Weelington 9-10th and Sydney 16-17th. If you are still not convinced you should listen to this:</p>
<p>Something for everyone &#8211; one of the few IT events that specifically reaches out to multiple audiences</p>
<ul>
<li>20 sessions of end user/power user/business content including some great case studies including Telstra, Volvo and a number of Industry verticals such as finance,  insurance, legal and engineering</li>
<li>10 sessions of pure technical content for IT Pro, Administrators, Developers and Analysts</li>
<li>Content <strong>is</strong> relevant to those using WSS, MOSS 2007, and new 2010 products</li>
</ul>
<p>FREE Hosted SharePoint <strong>Server</strong> 2010 Site for EVERY delegate &#8211; thanks to <a href="http://www.emantra.com.au" target="_blank">Emantra &#8211; Hosted Solutions Australia</a> you get to try out everything you learn AT the event and  for 3 months after &#8211; try 2010 first hand!</p>
<p>Hear from the best &#8211; International, Local, Microsoft, Industry Experts and Customers &#8211; see the <a href="http://www.sharepointconference.co.nz/speakers.htm" target="_blank">Speaker</a>list and get to collaborate with hundreds of your fellow SharePoint enthusiasts &#8211; ask all your <strong>SharePoint</strong> questions<strong>!</strong></p>
<p>Additional Training &#8211; Pre and Post event <a href="http://www.sharepointconference.co.nz/agenda-get.htm" target="_blank">Get to the Point Training Workshops</a> for intensive half day courses &#8211; an excellent chance to up skill in both 2007 and 2010 content.</p>
<p>Exhibitor area &#8211; Support our <a href="http://www.sharepointconference.co.nz/sponsors.htm" target="_blank">sponsors</a> and see all the great products and talk to the experts &#8211; 5 gold, 9 silver and 7 bronze sponsors.</p>
<p>If you will be there. Let me know, I&#8217;m looking forward to meet you there. And if you&#8217;ll be there don&#8217;t miss my two sessions about SharePoint and PowerShell together with a more business focuses session in a &#8220;how we did it&#8221; approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/05/countdown-to-the-new-zealand-and-australian-sharepoint-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summarizing Techdays Sweden</title>
		<link>http://mysharepointofview.com/2010/04/summarizing-techdays-sweden/</link>
		<comments>http://mysharepointofview.com/2010/04/summarizing-techdays-sweden/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 15:24:24 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[The book]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SahrePoint]]></category>
		<category><![CDATA[SharePoint Conference 2010]]></category>
		<category><![CDATA[Techdays]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=823</guid>
		<description><![CDATA[The biggest IT event in Sweden this year, TechDays, was held a couple of weeks ago and my intention was to have written this post way back but I&#8217;m really falling behind on the work done on the blog due to all time it takes writing the book but here we go.
It was 1700+ people that [...]]]></description>
			<content:encoded><![CDATA[<p>The biggest IT event in Sweden this year, <a href="http://www.microsoft.com/sverige/techdays/" target="_blank">TechDays</a>, was held a couple of weeks ago and my intention was to have written this post way back but I&#8217;m really falling behind on the work done on the blog due to all time it takes writing the <a href="http://www.sharepointandpowershell.com" target="_blank">book</a> but here we go.<br />
It was 1700+ people that attended TechDays and it was a great conference, well organized and a lot of good sessions as well. I attended mainly as speaker but since <a href="http://www.zipper.se">Enfo Zipper </a>was represented as an exhibitor and sponsor I hung around at our booth whenever I had the chance.</p>
<p>There were a lot of sessions around SharePoint 2010 and it was a thrill seeing that almost all of them draw full houses.</p>
<p>Niklas and I had our session; SharePoint and PowerShell in real life and we got some very good feedback and it seamed to be very appreciated. Best of all was that all our live demos ran without any problems something that was not the case in many of the sessions I attended. If you attended the conference but missed our session the are now made available here: <a href="http://www.microsoft.com/sverige/techdays/recordedsessions.aspx">http://www.microsoft.com/sverige/techdays/recordedsessions.aspx</a></p>
<p>We also got the results from the speakers evaluation survey and we were in the top third of the 85 sessions. In fact we were the SharePoint session that got best results, which is very nice. This session was done in Swedish but in the <a href="http://www.sharepointconference.com.au/" target="_blank">Australian</a> and <a href="http://www.sharepointconference.co.nz/">New Zealand</a> conference in June this session will be held in English and then we aim for even better result! Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/04/summarizing-techdays-sweden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>psconfig and secureresources</title>
		<link>http://mysharepointofview.com/2010/04/psconfig-and-secureresources/</link>
		<comments>http://mysharepointofview.com/2010/04/psconfig-and-secureresources/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 15:53:17 +0000</pubDate>
		<dc:creator>Mattias Karlsson</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PSCONFIG]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[The book]]></category>

		<guid isPermaLink="false">http://mysharepointofview.com/?p=831</guid>
		<description><![CDATA[I&#8217;m currently writing a chapter (PowerShell for Microsoft SharePoint 2010 Administrators) about scripted installations in SharePoint 2010 using PowerShell. In 2010 there are a couple of cmdlets that does more or less the same thing as you do with psconfig when scripting installations today.
One of the cmdlets that needs to be used when scripting a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently writing a chapter (<a href="http://sharepointandpowershell.com" target="_self">PowerShell for Microsoft SharePoint 2010 Administrators</a>) about scripted installations in SharePoint 2010 using PowerShell. In 2010 there are a couple of cmdlets that does more or less the same thing as you do with psconfig when scripting installations today.</p>
<p>One of the cmdlets that needs to be used when scripting a 2010 farm using PowerShell is the <em>Initialize-SPResourceSecurity </em>This does the same as psconfig -cmd secureresources. A have used this hundreds of times and knows that it is, according to the <a href="http://technet.microsoft.com/en-us/library/cc263093.aspx" target="_blank">technet command line reference</a>  &#8221;Performs SharePoint Products and Technologies resource security enforcement on the server. For example, security is enforced on files, folders, and registry keys&#8221;. Earlier I have been happy with that explanation since it&#8217;s quite obvious what it does right? But what does this really mean, what security is set and on what folders and files? It turns out that if you Google on it, everyone mentioning it says more or less the same as the sentence mentioned on Technet. This made me even more curios, and to find out you can actually run the command from the command line and get the result there or you can pipe it out to a txt file like this:</p>
<p><em>psconfig -cmd secureresources &gt; c:\temp\secureresources.txt</em></p>
<p>The below is a copy of the result (Moss) and should give you a hint on what it actually does and what files, foldres and registry keys are affected.</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\LoadBalancerSettings&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;LocalService&#8217; &#8216;Read&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\WebServices\Root&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;Users&#8217; &#8216;Read, Execute&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\LoadBalancerSettings&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\LauncherSettings&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;LocalSystem&#8217; &#8216;Read&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read, Execute&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\WebServices\Root&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;NetworkService&#8217; &#8216;Read, Execute&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\WSS\Diagnostics&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office Servers\12.0\Data\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\Diagnostics&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;Users&#8217; &#8216;Read, Execute&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\WebServices&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_CLASSES_ROOT\APPID\{6002D29F-1366-4523-88C1-56D59BFEF8CB}&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\Logs\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\Search&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;C:\WINDOWS\System32\drivers\etc\HOSTS&#8217; of type &#8216;File&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\Bin\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;LocalService&#8217; &#8216;Read, Execute&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\LauncherSettings&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\Logs&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;Users&#8217; &#8216;Read, Execute, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\Logs\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\WSS\ComponentsToRegister&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office Servers\12.0\Data\Office Server\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\Search&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_CLASSES_ROOT\APPID\{58F1D482-A132-4297-9B8A-F8E4E600CDF6}&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\Bin&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;Users&#8217; &#8216;Read, Execute&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\Search\Setup&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;NetworkService&#8217; &#8216;Read&#8217; permissions .</p>
<p>Successfully secured resource &#8216;C:\WINDOWS\Tasks&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\LoadBalancerSettings&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\Search&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0&#8242; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0&#8242; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\WebServices&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;E:\Microsoft Office servers\12.0\&#8217; of type &#8216;Directory&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Full Control&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Registration\{90120000-110D-0000-1000-0000000FF1CE}&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\Software\Microsoft\Office Server\12.0\LauncherSettings&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_WPG&#8217; &#8216;Read, Write&#8217; permissions .</p>
<p>Successfully secured resource &#8216;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server&#8217; of type &#8216;RegKey&#8217; by granting security group &#8216;WSS_ADMIN_WPG&#8217; &#8216;Read&#8217; permissions .</p>
<p>Thanks for the tip Andrija!</p>
]]></content:encoded>
			<wfw:commentRss>http://mysharepointofview.com/2010/04/psconfig-and-secureresources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
