<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>@SPJeff</title>
	
	<link>http://www.spjeff.com</link>
	<description>SharePoint geek, dev, admin – Chicago IL</description>
	<lastBuildDate>Tue, 15 May 2012 15:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/spjeff" /><feedburner:info uri="spjeff" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Manually Run “Pause Until” SharePoint Designer Workflows</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/nvb3lbi0HwE/</link>
		<comments>http://www.spjeff.com/2012/05/15/manually-run-pause-until-sharepoint-designer-workflows/#comments</comments>
		<pubDate>Tue, 15 May 2012 15:54:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=701</guid>
		<description><![CDATA[Recently I needed to simulate a future lapse in time in order to manually trigger the “Pause Until” SharePoint Designer function.&#160; In the example below, the SharePoint server is a local DEV virtual machine running in Oracle VirtualBox.&#160; That means it receives time from the parent machine. &#160; Action Steps Move VM host clock forward [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I needed to simulate a future lapse in time in order to manually trigger the “Pause Until” SharePoint Designer function.&#160; In the example below, the SharePoint server is a local DEV virtual machine running in Oracle VirtualBox.&#160; That means it receives time from the parent machine.</p>
<p>&#160;</p>
<p><strong>Action Steps</strong></p>
<ol>
<li>Move VM host clock forward 1 day (24hours)</li>
<li>Move VM guest clock forward 1 day (24 hours)</li>
<li>Run the Powershell command “<strong>Get-SPTimerJob | ? {$_.name –like ‘*workf*’} | Start-SPTimerJob</strong>”</li>
</ol>
<p>&#160;</p>
<p>What the above steps will do is to simulate a future date and then trigger the SharePoint workflow engine.&#160; If the engine finds any past-due activities (ex:&#160; “Pause Until ___”) then it will execute those immediately.&#160; Using this technique you can build “Pause Until ___” workflows and still test them to ensure everything completes as expected, without having to actually wait the full time.&#160; <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/wlEmoticon-smile.png" /></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_thumb.png" width="573" height="489" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_thumb_3.png" width="606" height="482" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_thumb_4.png" width="695" height="111" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/b3718c577890_91B4/image_thumb_6.png" width="587" height="540" /></a></p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/05/15/manually-run-pause-until-sharepoint-designer-workflows/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/nvb3lbi0HwE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/05/15/manually-run-pause-until-sharepoint-designer-workflows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/05/15/manually-run-pause-until-sharepoint-designer-workflows/</feedburner:origLink></item>
		<item>
		<title>An Unhandled exception CryptographicException occurred in OWSTIMER.EXE</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/fZLv1HMMgto/</link>
		<comments>http://www.spjeff.com/2012/05/01/an-unhandled-exception-cryptographicexception-occurred-in-owstimer-exe/#comments</comments>
		<pubDate>Tue, 01 May 2012 02:29:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=699</guid>
		<description><![CDATA[I recently saw this error while patching SharePoint with a Cumulative Update.&#160;&#160; Most people will never see this.&#160; However, you are not most people.&#160; You run Visual Studio.&#160; Visual Studio is trying to help us out with an unhandled exception by asking about launching debug.&#160; That’s all well and good but I didn’t write the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently saw this error while patching SharePoint with a Cumulative Update.&#160;&#160; Most people will never see this.&#160; However, you are not most people.&#160; You run Visual Studio.&#160; <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.spjeff.com/wp-content/ftp_uploads/An-Unhandled-exception-Cryptographic.EXE_12D49/wlEmoticon-smile.png" /></p>
<p>Visual Studio is trying to help us out with an unhandled exception by asking about launching debug.&#160; That’s all well and good but I didn’t write the code and have no plans to change it.</p>
<p>Best way to work with this is to disable the JIT (Just-In-time Debugger) by following a few simple Registry Key changes:&#160; <a href="http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/9e6cb3fb-f8fb-4c22-8608-e521e13260ff">http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/9e6cb3fb-f8fb-4c22-8608-e521e13260ff</a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/An-Unhandled-exception-Cryptographic.EXE_12D49/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/An-Unhandled-exception-Cryptographic.EXE_12D49/image_thumb.png" width="448" height="484" /></a></p>
<p>Visual Studio Just-In-Time Debugger</p>
<p>An unhandled exception (‘System.Security.Cryptography.CryptographicException’) occurred in OWSTIMER.EXE [1344]</p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/05/01/an-unhandled-exception-cryptographicexception-occurred-in-owstimer-exe/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/fZLv1HMMgto" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/05/01/an-unhandled-exception-cryptographicexception-occurred-in-owstimer-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/05/01/an-unhandled-exception-cryptographicexception-occurred-in-owstimer-exe/</feedburner:origLink></item>
		<item>
		<title>InfoPath – Repeating Table Select One Primary Row</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/rtmg8EdRnj0/</link>
		<comments>http://www.spjeff.com/2012/03/28/infopath-repeating-table-select-one-primary-row/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 15:35:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[InfoPath]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=695</guid>
		<description><![CDATA[Need to ask users to select one row in a repeating table?&#160;&#160; Then you’ll want to see the screenshots below.&#160; There are four simple components: Repeating table has “rowNum” with default value formula to dynamically calculate a row number.&#160;&#160; “count(../preceding-sibling::*) + 1” can be entered with XPath mode. Main non-repeating “selectedRow” field outside of the [...]]]></description>
			<content:encoded><![CDATA[<p>Need to ask users to select one row in a repeating table?&#160;&#160; Then you’ll want to see the screenshots below.&#160; There are four simple components:</p>
<ol>
<li>Repeating table has “<strong>rowNum</strong>” with default value formula to dynamically calculate a row number.&#160;&#160; “count(../preceding-sibling::*) + 1” can be entered with XPath mode. </li>
<li>Main non-repeating “<strong>selectedRow</strong>” field outside of the table.&#160; Will store the user selection. </li>
<li>“<strong>Make Primary</strong>” button in the repeating table.&#160; Action rules here update the “selectedRow” number. </li>
<li>“<strong>icon</strong>” section to show the actively selected row.&#160; Formatting rules here show it only when selected. </li>
</ol>
<p>&#160;</p>
<p>Now when a user clicks the “Make Primary” the main non-repeating “selectedRow” value will be updated to have the number of the actively selected row.&#160; Formatting rules will hide the button and display a green check mark instead.&#160; This provides user feedback and makes for a more intuitive experience.</p>
<p>Also, this solution could be extended with checkbox icons for a more seamless feel.&#160; Simply change the regular “Make Primary” button to a picture button with an image with an unchecked box.&#160;&#160; Then update the section to have an image of a fully checked box.&#160;&#160; There are many options to format the active/de-active row display.</p>
<p><a href="http://spjeff.com/photos/Select One Primary Row.xsn"><strong><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="xsn16" border="0" alt="xsn16" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/xsn16.gif" width="16" height="15" />&#160;&#160; CLICK HERE to download the XSN file</strong></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb.png" width="644" height="244" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_3.png" width="580" height="484" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_4.png" width="563" height="484" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_5.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_5.png" width="256" height="484" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_6.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_6.png" width="256" height="484" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_7.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_7.png" width="247" height="484" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_8.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_8.png" width="644" height="307" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_9.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/69399a9ecc33_8EC2/image_thumb_9.png" width="644" height="311" /></a></p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/03/28/infopath-repeating-table-select-one-primary-row/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/rtmg8EdRnj0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/03/28/infopath-repeating-table-select-one-primary-row/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/03/28/infopath-repeating-table-select-one-primary-row/</feedburner:origLink></item>
		<item>
		<title>EmptyList.ps1 – delete all SharePoint list items with PowerShell</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/HU6D6vekFSk/</link>
		<comments>http://www.spjeff.com/2012/03/21/emptylist-ps1-delete-all-sharepoint-list-items-with-powershell/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 20:12:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=693</guid>
		<description><![CDATA[Recently I needed to empty an InfoPath Form Library by deleting all of the items and skipping Recycle Bin.&#160; Datasheet view is great for small lists (a few hundred rows) but it doesn’t perform as well on large lists.&#160; Also, skipping the Recycle Bin is a unique requirement best handled with server side code.&#160; See [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I needed to empty an InfoPath Form Library by deleting all of the items and skipping Recycle Bin.&#160; Datasheet view is great for small lists (a few hundred rows) but it doesn’t perform as well on large lists.&#160; Also, skipping the Recycle Bin is a unique requirement best handled with server side code.&#160; See the below PowerShell script for how to easily “empty” any SharePoint list or library.&#160; This works with both SharePoint 2010 and SharePoint 2007 (MOSS 2007).&#160; NOTE – Use this script carefully, it is really good at deleting.&#160; <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.spjeff.com/wp-content/ftp_uploads/Emp.ps1--delete-all-SharePoint-list-item_D462/wlEmoticon-smile.png" /></p>
<p>&#160;</p>
<pre class="csharpcode">[System.reflection.Assembly]::LoadWithPartialName(<span class="str">&quot;Microsoft.SharePoint&quot;</span>)

$site = Get-SPSite <span class="str">&quot;http://sitename/&quot;</span>
$web = $site.rootweb
$list = $web.Lists[<span class="str">&quot;Shared Documents&quot;</span>]
$caml=<span class="str">&quot;&quot;</span>
#optional filter
#&lt;Where&gt;&lt;Eq&gt;&lt;FieldRef Name=<span class="str">&quot;&quot;</span>ContentType<span class="str">&quot;&quot;</span> /&gt;&lt;Value Type=<span class="str">&quot;&quot;</span>Text<span class="str">&quot;&quot;</span>&gt;Form&lt;/Value&gt;&lt;/Eq&gt;&lt;/Where&gt;<span class="str">&quot;

$query=new-object Microsoft.SharePoint.SPQuery
$query.ViewAttributes = &quot;</span>Scope=<span class="str">'Recursive'</span>&quot;
$query.Query=$caml

$items=$list.GetItems($query)
Write-Host $items.Count

$items | % { $list.GetItemById($_.Id).Delete() }

$web.Dispose()
$site.Dispose()</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/03/21/emptylist-ps1-delete-all-sharepoint-list-items-with-powershell/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/HU6D6vekFSk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/03/21/emptylist-ps1-delete-all-sharepoint-list-items-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/03/21/emptylist-ps1-delete-all-sharepoint-list-items-with-powershell/</feedburner:origLink></item>
		<item>
		<title>SQL 2012 – VHD screenshots for BI Image X</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/iYFS5b_kPAI/</link>
		<comments>http://www.spjeff.com/2012/03/16/sql-2012-vhd-screenshots-for-bi-image-x/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 00:41:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=689</guid>
		<description><![CDATA[I downloaded the Microsoft SQL 2012 BI Image X demo virtual machine this week.&#160; It has many excellent looking reports that showcase the new Business Intelligence (BI) features of SQL 2012.&#160; No surprise but SharePoint plays a key role in delivery and rendering of BI features.&#160;&#160; Bottom line – you need SharePoint 2010 in order [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded the Microsoft SQL 2012 BI Image X demo virtual machine this week.&#160; It has many excellent looking reports that showcase the new Business Intelligence (BI) features of SQL 2012.&#160; No surprise but SharePoint plays a key role in delivery and rendering of BI features.&#160;&#160; Bottom line – you need SharePoint 2010 in order to take full advantage of SQL 2012.</p>
<p><strong>Highlights</strong></p>
<ul>
<li>Download from <a title="http://www.microsoft.com/download/en/details.aspx?id=28802" href="http://www.microsoft.com/download/en/details.aspx?id=28802">http://www.microsoft.com/download/en/details.aspx?id=28802</a> </li>
<li>60GB VHD file size </li>
<li>Give it LOTS of RAM.&#160; 8GB is a starting point, 12GB if you have it. </li>
<li>Homepage – very helpful menu to explore the available reports. </li>
<li>PowerView, PowerPivot, Performance Point, SQL Reporting Services, Visio Data Diagrams </li>
<li>Sample data (relational database, cube, team site, etc.) </li>
<li>Maps in several places </li>
<li>Contoso user accounts </li>
<li>Master page branding and navigation </li>
</ul>
<p>&#160;</p>
<table border="0" cellspacing="0" cellpadding="2" width="380">
<tbody>
<tr>
<td valign="top" width="81"><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-45-11-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-45-11 PM" border="0" alt="3-15-2012 7-45-11 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-45-11-PM_thumb.png" width="69" height="52" /></a></td>
<td valign="top" width="297">
<p align="left"><a href="http://www.spjeff.com/photos/SQL 2012 &ndash; VHD screenshots for BI Image.pptx">Download as PowerPoint Slides</a></p>
</td>
</tr>
</tbody>
</table>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-22-10-AM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 9-22-10 AM" border="0" alt="3-15-2012 9-22-10 AM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-22-10-AM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-09-06-AM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 9-09-06 AM" border="0" alt="3-15-2012 9-09-06 AM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-09-06-AM_thumb.png" width="244" height="121" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-09-25-AM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 9-09-25 AM" border="0" alt="3-15-2012 9-09-25 AM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-09-25-AM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-09-50-AM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 9-09-50 AM" border="0" alt="3-15-2012 9-09-50 AM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-9-09-50-AM_thumb.png" width="244" height="121" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-12-41-57-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 12-41-57 PM" border="0" alt="3-15-2012 12-41-57 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-12-41-57-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-12-42-13-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 12-42-13 PM" border="0" alt="3-15-2012 12-42-13 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-12-42-13-PM_thumb.png" width="244" height="121" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-12-44-43-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 12-44-43 PM" border="0" alt="3-15-2012 12-44-43 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-12-44-43-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-18-44-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 1-18-44 PM" border="0" alt="3-15-2012 1-18-44 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-18-44-PM_thumb.png" width="244" height="121" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-22-40-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 1-22-40 PM" border="0" alt="3-15-2012 1-22-40 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-22-40-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-25-04-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 1-25-04 PM" border="0" alt="3-15-2012 1-25-04 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-25-04-PM_thumb.png" width="244" height="121" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-25-21-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 1-25-21 PM" border="0" alt="3-15-2012 1-25-21 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-25-21-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-31-40-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 1-31-40 PM" border="0" alt="3-15-2012 1-31-40 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-31-40-PM_thumb.png" width="244" height="121" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-32-41-PM_3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3-15-2012 1-32-41 PM" border="0" alt="3-15-2012 1-32-41 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-1-32-41-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-27-17-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-27-17 PM" border="0" alt="3-15-2012 7-27-17 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-27-17-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-28-41-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-28-41 PM" border="0" alt="3-15-2012 7-28-41 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-28-41-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-22-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-29-22 PM" border="0" alt="3-15-2012 7-29-22 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-22-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-42-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-29-42 PM" border="0" alt="3-15-2012 7-29-42 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-42-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-51-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-29-51 PM" border="0" alt="3-15-2012 7-29-51 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-51-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-58-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-29-58 PM" border="0" alt="3-15-2012 7-29-58 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-29-58-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-10-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-30-10 PM" border="0" alt="3-15-2012 7-30-10 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-10-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-25-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-30-25 PM" border="0" alt="3-15-2012 7-30-25 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-25-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-33-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-30-33 PM" border="0" alt="3-15-2012 7-30-33 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-33-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-45-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-30-45 PM" border="0" alt="3-15-2012 7-30-45 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-45-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-58-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-30-58 PM" border="0" alt="3-15-2012 7-30-58 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-30-58-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-31-09-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-31-09 PM" border="0" alt="3-15-2012 7-31-09 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-31-09-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-36-14-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-36-14 PM" border="0" alt="3-15-2012 7-36-14 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-36-14-PM_thumb.png" width="244" height="121" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-36-56-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-36-56 PM" border="0" alt="3-15-2012 7-36-56 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-36-56-PM_thumb.png" width="244" height="121" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-37-07-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="3-15-2012 7-37-07 PM" border="0" alt="3-15-2012 7-37-07 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/SQL-2012--VHD-demo-screenshots_DC32/3-15-2012-7-37-07-PM_thumb.png" width="244" height="121" /></a></p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/03/16/sql-2012-vhd-screenshots-for-bi-image-x/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/iYFS5b_kPAI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/03/16/sql-2012-vhd-screenshots-for-bi-image-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/03/16/sql-2012-vhd-screenshots-for-bi-image-x/</feedburner:origLink></item>
		<item>
		<title>Windows Server 8 – First Look, Install Screenshots</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/enNVVX5IBFk/</link>
		<comments>http://www.spjeff.com/2012/03/06/windows-server-8-first-look-install-screenshots/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 01:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=686</guid>
		<description><![CDATA[Today I downloaded the beta ISO and ran a quick install.&#160; Very interesting to see Metro UI integrated into Server Manager for common admin tasks.&#160; Be sure to check out the last few screenshots.&#160;&#160; You can now install Server Roles to an offline (cold) VHD file?&#160; Wow!&#160;&#160;&#160;&#160; Powershell Web Access sounds very interesting too.&#160;&#160; It’s [...]]]></description>
			<content:encoded><![CDATA[<p>Today I downloaded the beta ISO and ran a quick install.&#160; Very interesting to see Metro UI integrated into Server Manager for common admin tasks.&#160; Be sure to check out the last few screenshots.&#160;&#160; You can now install Server Roles to an offline (cold) VHD file?&#160; Wow!&#160;&#160;&#160;&#160; Powershell Web Access sounds very interesting too.&#160;&#160; It’s cool to dig around and discover new features.&#160; <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/wlEmoticon-smile.png" /></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb.png" width="244" height="158" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_3.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_4.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_4.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_5.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_6.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_7.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_7.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_8.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_8.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_9.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_9.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_10.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_10.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_11.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_11.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_12.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_12.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_13.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_13.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_14.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_14.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_15.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_15.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_16.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_16.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_17.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_17.png" width="244" height="158" /></a></p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_18.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_18.png" width="244" height="160" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_19.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_19.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_20.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_20.png" width="244" height="158" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_21.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_21.png" width="244" height="158" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_22.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_22.png" width="244" height="158" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_23.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_23.png" width="244" height="160" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_24.png" width="244" height="158" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_25.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_25.png" width="244" height="158" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_26.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_26.png" width="244" height="158" /></a><a href="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_27.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/Windows-Server-8--First-Look-Install-Scr_C8A3/image_thumb_27.png" width="244" height="158" /></a></p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/03/06/windows-server-8-first-look-install-screenshots/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/enNVVX5IBFk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/03/06/windows-server-8-first-look-install-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/03/06/windows-server-8-first-look-install-screenshots/</feedburner:origLink></item>
		<item>
		<title>Large InfoPath XSN [FIXED] – exclude Reference DLLs</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/IgoT9u6HErs/</link>
		<comments>http://www.spjeff.com/2012/03/03/large-infopath-xsn-fixed-exclude-reference-dlls/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 19:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=683</guid>
		<description><![CDATA[Today I was working with an InfoPath XSN which was over 5MB in size.&#160;&#160; That really surprised me considering most I’ve seen are closer to 100KB in size.&#160; Background The form template contained Dot Net code.&#160; Renaming to .CAB, extracting to a folder, and then viewing with TreeSize quickly revealed the large file size root [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working with an InfoPath XSN which was over 5MB in size.&#160;&#160; That really surprised me considering most I’ve seen are closer to 100KB in size.&#160; </p>
<p><strong>Background</strong></p>
<p>The form template contained Dot Net code.&#160; Renaming to .CAB, extracting to a folder, and then viewing with TreeSize quickly revealed the large file size root cause.&#160;&#160; The Reference DLL to “Microsoft.SharePoint.dll” had created a full copy of that file within the XSN template.&#160;&#160; When working with new DLLs or third party components this might be helpful.&#160; InfoPath is just being overly cautious by guaranteeing it has that DLL dependency covered.</p>
<p><strong>Resolution</strong></p>
<p>However, if you know the&#160; DLL dependency to already be installed on the target server Global Assembly Cache then just exclude it.&#160;&#160;&#160; Changing “Copy Local” to False quickly resolved the issue and now the XSN deploys much faster.</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/3c92a3f0103c_12EF3/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/3c92a3f0103c_12EF3/image_thumb.png" width="385" height="689" /></a></p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/03/03/large-infopath-xsn-fixed-exclude-reference-dlls/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/IgoT9u6HErs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/03/03/large-infopath-xsn-fixed-exclude-reference-dlls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/03/03/large-infopath-xsn-fixed-exclude-reference-dlls/</feedburner:origLink></item>
		<item>
		<title>PowerShell – upload CSV file to List (both Server and Client OM)</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/Vse3L7mS2TM/</link>
		<comments>http://www.spjeff.com/2012/02/26/powershell-upload-csv-file-to-list-both-server-and-client-om/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 03:07:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=679</guid>
		<description><![CDATA[Recently I had a friend ask about how to upload a local CSV data file to a SharePoint site.&#160; The scenario is that a daily CSV file is provided on a network share and needs to be imported to SharePoint for viewing, filtering, and sorting.&#160; The easiest way to code this was with Server Side [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had a friend ask about how to upload a local CSV data file to a SharePoint site.&#160; The scenario is that a daily CSV file is provided on a network share and needs to be imported to SharePoint for viewing, filtering, and sorting.&#160; The easiest way to code this was with Server Side Object Model.&#160; Be sure to compare the source/destination columns and make sure everything lines up OK.&#160;&#160; The schema must match for any import to be successful.</p>
<p>This also can be accomplished with Client Side Object Model, it just takes a little more code.&#160;&#160; If you don’t have access to the SharePoint server this is a great option with flexibility to host a PowerShell script anywhere (desktop, job server, etc.)</p>
<p>&#160;</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/PowerShell--upload-CSV-file-to-List_125EB/2-24-2012-3-32-35-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="2-24-2012 3-32-35 PM" border="0" alt="2-24-2012 3-32-35 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/PowerShell--upload-CSV-file-to-List_125EB/2-24-2012-3-32-35-PM_thumb.png" width="458" height="277" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/PowerShell--upload-CSV-file-to-List_125EB/2-24-2012-3-31-46-PM.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="2-24-2012 3-31-46 PM" border="0" alt="2-24-2012 3-31-46 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/PowerShell--upload-CSV-file-to-List_125EB/2-24-2012-3-31-46-PM_thumb.png" width="644" height="306" /></a></p>
<p><a href="http://itbloggen.se/cs/blogs/daniel/archive/2009/01/28/screencast-empowering-sharepoint-using-powershell-part-1.aspx">http://itbloggen.se/cs/blogs/daniel/archive/2009/01/28/screencast-empowering-sharepoint-using-powershell-part-1.aspx</a></p>
<p><a href="http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/22/use-powershell-to-manage-lists-views-and-items-in-sharepoint.aspx">http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/22/use-powershell-to-manage-lists-views-and-items-in-sharepoint.aspx</a></p>
<p>&#160;</p>
<p><strong><font size="3">Server Side Object Model</font></strong></p>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<pre class="csharpcode">$csv = Import-Csv .\contacts.csv
$list = (Get-SPSite <span class="str">&quot;http://servername/&quot;</span>).OpenWeb().Lists[<span class="str">&quot;Contacts&quot;</span>]

<span class="kwrd">foreach</span> ($row <span class="kwrd">in</span> $csv) {
    $item = $list.Items.Add();
    $item[<span class="str">&quot;FirstName&quot;</span>] = $row.FirstName;
    $item[<span class="str">&quot;LastName&quot;</span>] = $row.LastName;
    $item[<span class="str">&quot;Phone&quot;</span>] = $row.Phone;
    $item[<span class="str">&quot;Address&quot;</span>] = $row.Address;
    $item.Update();
}</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>&#160;</p>
<p><strong><font size="3">Client Side Object Model</font></strong></p>
<pre class="csharpcode">$csv = Import-CSV .\contacts.csv
$siteUrl = <span class="str">&quot;http://servername/&quot;</span>
$listName = <span class="str">&quot;Contacts&quot;</span>

$clientContext = [Microsoft.SharePoint.Client.ClientContext,Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c]
$context = New-Object Microsoft.SharePoint.Client.ClientContext($siteUrl)

[Microsoft.SharePoint.Client.Web]$web = $context.Web
[Microsoft.SharePoint.Client.List]$list = $web.Lists.GetByTitle($listName)

<span class="kwrd">foreach</span> ($row <span class="kwrd">in</span> $csv) {
    [Microsoft.SharePoint.Client.ListItemCreationInformation]$itemCreateInfo = New-Object Microsoft.SharePoint.Client.ListItemCreationInformation;
    [Microsoft.SharePoint.Client.ListItem]$item = $list.AddItem($itemCreateInfo);

    $item[<span class="str">&quot;FirstName&quot;</span>] = $row.FirstName;
    $item[<span class="str">&quot;LastName&quot;</span>] = $row.LastName;
    $item[<span class="str">&quot;Phone&quot;</span>] = $row.Phone;
    $item[<span class="str">&quot;Address&quot;</span>] = $row.Address;
    $item.Update();
    $context.ExecuteQuery();
}</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/02/26/powershell-upload-csv-file-to-list-both-server-and-client-om/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/Vse3L7mS2TM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/02/26/powershell-upload-csv-file-to-list-both-server-and-client-om/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/02/26/powershell-upload-csv-file-to-list-both-server-and-client-om/</feedburner:origLink></item>
		<item>
		<title>DataSheet – master page background color hides cell text [FIXED]</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/4m6_qbzkT-U/</link>
		<comments>http://www.spjeff.com/2012/02/22/datasheet-master-page-background-color-hides-cell-text-fixed/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 20:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=672</guid>
		<description><![CDATA[While changing the background color of a master page, I noticed a new issue with DataSheet view.&#160;&#160; DataSheet uses an ActiveX control to render the grid control.&#160; This control uses the &#60;BODY&#62; background color so attempts to set the “#s4-mainarea” &#60;DIV&#62; with a background color were in vain.&#160;&#160; It works for HTML content, but just [...]]]></description>
			<content:encoded><![CDATA[<p>While changing the background color of a master page, I noticed a new issue with DataSheet view.&#160;&#160; DataSheet uses an ActiveX control to render the grid control.&#160; This control uses the &lt;BODY&gt; background color so attempts to set the “#s4-mainarea” &lt;DIV&gt; with a background color were in vain.&#160;&#160; It works for HTML content, but just not for DataSheet.&#160; Using light color (#FFF white in the example below) is more compatible with DataSheet view’s&#160; gray text and gray cell border.&#160; If you have a light &lt;BODY&gt; background color, it may work OK, but those those with dark backgrounds … what can we do?&#160;&#160; There are two options:</p>
<p><strong><font size="4"></font></strong></p>
<p><strong><font size="4"></font></strong></p>
<p><strong><font size="5">Before and After Screenshots</font></strong></p>
<p>Here’s a site with bad colors before the fix:</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/bad.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="bad" border="0" alt="bad" src="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/bad_thumb.png" width="512" height="263" /></a></p>
<p>Here’s the same site with smart code to give a different background-color driven by “ShowInGrid” URL:</p>
<p><strong><font size="4"><a href="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/good.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="good" border="0" alt="good" src="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/good_thumb.png" width="513" height="259" /></a></font></strong></p>
<p><strong><font size="4"></font></strong></p>
<p><strong><font size="4"></font></strong></p>
<p><strong><font size="5">Option #1 – Server Side &#8211; Master page with C# code</font></strong></p>
<p>A brief snippet of ASP.Net code written in C# can be inserted into the master page.&#160;&#160; The server side rendering will look for a “ShowInGrid” URL parameter.&#160; </p>
<p><strong>Pro</strong></p>
<ul>
<li>Fast </li>
<li>No client browser “blink” that JS has </li>
<li>Foundation for writing other Dot Net server side code&#160; (“smart” master pages) </li>
</ul>
<p><strong>Con </strong></p>
<ul>
<li>Requires [web.config] edit </li>
</ul>
<p><strong>Action Steps</strong></p>
<ol>
<li>Open site with SharePoint Designer </li>
<li>Open Master page with Edit in Advanced Mode </li>
<li>Add the below code just before the &lt;/HEAD&gt; tag </li>
<li>Open INETMGR and locate the website </li>
<li>Open [web.config] from the IIS website folder with Notepad </li>
<li>Add the below &lt;PageParserPath&gt; tag.&#160;&#160; <em>NOTE – be sure to update the site collection relative URL to match your environment.&#160;&#160; Enabling this for all pages (/*) is not generally recommended unless the only people with SP Designer also are trusted developers</em>. </li>
<li>Repeat steps #4 – #6 on each web front end server </li>
</ol>
<p><strong><font size="3"></font></strong></p>
<div class="csharpcode">&#160;</div>
<div class="csharpcode">
<pre class="alt">&lt;% <span class="kwrd">if</span> (Request[<span class="str">&quot;ShowInGrid&quot;</span>] == <span class="kwrd">null</span>) { %&gt;</pre>
<pre>    &lt;style type=<span class="str">&quot;text/css&quot;</span>&gt;</pre>
<pre class="alt">    <span class="rem">/* ShowInGrid - URL parameter not found. black default. */</span></pre>
<pre>    body { background-color: #000; }</pre>
<pre class="alt">    &lt;/style&gt;</pre>
<pre>&lt;% } <span class="kwrd">else</span> { %&gt;</pre>
<pre class="alt">    &lt;style type=<span class="str">&quot;text/css&quot;</span>&gt;</pre>
<pre>    <span class="rem">/* ShowInGrid - URL parameter found. white DataSheet support. */</span>        </pre>
<pre class="alt">    body { background-color: #FFF; }</pre>
<pre>    &lt;/style&gt;</pre>
<pre class="alt">&lt;% } %&gt;    </pre>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><strong><font size="3"><a href="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-01-59-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-22-2012 2-01-59 PM" border="0" alt="2-22-2012 2-01-59 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-01-59-PM_thumb.png" width="613" height="349" /></a></font></strong></p>
<p><strong><font size="3"><a href="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-03-48-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-22-2012 2-03-48 PM" border="0" alt="2-22-2012 2-03-48 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-03-48-PM_thumb.png" width="368" height="251" /></a></font></strong></p>
<div class="csharpcode">
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">PageParserPath</span> <span class="attr">VirtualPath</span><span class="kwrd">=&quot;/_catalogs/*&quot;</span> <span class="attr">CompilationMode</span><span class="kwrd">=&quot;Always&quot;</span> <span class="attr">AllowServerSideScript</span><span class="kwrd">=&quot;true&quot;</span> <span class="attr">IncludeSubFolders</span><span class="kwrd">=&quot;true&quot;</span> <span class="kwrd">/&gt;</span></pre>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><strong><font size="3"><a href="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-06-43-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-22-2012 2-06-43 PM" border="0" alt="2-22-2012 2-06-43 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-06-43-PM_thumb.png" width="644" height="106" /></a></font></strong></p>
<p><strong><font size="4"></font></strong></p>
<p><strong><font size="4"></font></strong></p>
<p><strong><font size="5">Option #2 – Client Side – Master page with JavaScript code</font></strong></p>
<p>A brief snippet of ASP.Net code written in C# can be inserted into the master page.</p>
<p><strong>Pro</strong></p>
<ul>
<li>Does not require any server access </li>
</ul>
<p><strong>Con</strong></p>
<ul>
<li>Slow </li>
<li>Client browser will “blink” when JS changes the color changes from light to dark </li>
</ul>
<p><strong>Action Steps</strong></p>
<ol>
<li>Open site with SharePoint Designer </li>
<li>Open Master page with Edit in Advanced Mode </li>
<li>Add the below code just before the &lt;/BODY&gt; tag </li>
</ol>
<div class="csharpcode">
<pre class="alt">&lt;script type=<span class="str">&quot;text/javascript&quot;</span>&gt;</pre>
<pre>    <span class="rem">//change background color to black, unless DataSheet view</span></pre>
<pre class="alt">    <span class="kwrd">if</span> (document.location.href.indexOf(<span class="str">&quot;ShowInGrid&quot;</span>) == -1) document.body.style.backgroundColor = <span class="str">&quot;#000&quot;</span>;</pre>
<pre>&lt;/script&gt;</pre>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-07-47-PM.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2-22-2012 2-07-47 PM" border="0" alt="2-22-2012 2-07-47 PM" src="http://www.spjeff.com/wp-content/ftp_uploads/cd40e354c4b6_B1A0/2-22-2012-2-07-47-PM_thumb.png" width="644" height="152" /></a></p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/02/22/datasheet-master-page-background-color-hides-cell-text-fixed/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/4m6_qbzkT-U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/02/22/datasheet-master-page-background-color-hides-cell-text-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/02/22/datasheet-master-page-background-color-hides-cell-text-fixed/</feedburner:origLink></item>
		<item>
		<title>IIS 7 URL Rewrite to mix anonymous and secure SharePoint content</title>
		<link>http://feedproxy.google.com/~r/spjeff/~3/t3wP3Ars4tM/</link>
		<comments>http://www.spjeff.com/2012/01/25/iis-7-url-rewrite-to-mix-anonymous-and-secure-sharepoint-content/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 04:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spjeff.com/?p=666</guid>
		<description><![CDATA[This is a quick follow up to Chris’ SharePoint blog post http://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/ with an IIS trick learned from Foreignkid at http://blog.foreignkid.net/2011/11/iis-7-url-rewrite-http-redirect-to-root-site/ Summary Blending anonymous and authenticated users on a single site can be challenging.&#160; Enable anonymous read on all site content is generally not appropriate.&#160; Anonymous users should only be granted a bare minimum set [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is a quick follow up to Chris’ SharePoint blog post </em><a title="http://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/" href="http://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/"><em>http://blogs.visigo.com/chriscoulson/mixed-anonymous-and-secure-content-with-sharepoint-2010/</em></a><em> with an IIS trick learned from Foreignkid at </em><a title="http://blog.foreignkid.net/2011/11/iis-7-url-rewrite-http-redirect-to-root-site/" href="http://blog.foreignkid.net/2011/11/iis-7-url-rewrite-http-redirect-to-root-site/"><em>http://blog.foreignkid.net/2011/11/iis-7-url-rewrite-http-redirect-to-root-site/</em></a></p>
<p><strong>Summary</strong></p>
<p>Blending anonymous and authenticated users on a single site can be challenging.&#160; Enable anonymous read on all site content is generally not appropriate.&#160; Anonymous users should only be granted a bare minimum set of permissions.&#160; Enabling read on the “Site Pages” library works well to enable homepage viewing.&#160; However, the challenge with this approach is that anonymous users then cannot “see” the root site (/) in order to be properly redirected with HTTP 302 (/SitePages/Home.aspx) to the homepage.</p>
<p>I recommend leveraging IIS 7 URL Rewrite to handle this direct at the IIS tier before SharePoint sees the HTTP request.&#160;&#160; This way all root site (/) requests are correctly sent to the homepage – for both anonymous and authenticated users.</p>
<p><strong>Action Steps</strong></p>
<ul>
<li>Allow Anonymous on the Web Application</li>
<li>Create root site collection (/)</li>
<li>Enable Welcome homepage</li>
<li>Enable Anonymous Access on “Lists and Libraries” under Site Settings</li>
<li>Grant “View Items” permission on the Site Pages library</li>
<li>Install IIS 7 URL Rewrite .MSI</li>
<li>Create a new rule with Regular Expression (^$) and 302 Redirection (SitePages/Home.aspx)</li>
</ul>
<p><strong>Screenshots</strong></p>
<p>Allow Anonymous on the Web Application   <br /><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb.png" width="644" height="233" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_3.png" width="644" height="198" /></a></p>
<p>Create root site collection (/)   <br /><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_4.png" width="644" height="218" /></a></p>
<p>Enable Welcome homepage   <br /><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_5.png" width="644" height="262" /></a></p>
<p>Enable Anonymous Access for “Lists and Libraries” under Site Settings   <br /><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_6.png" width="644" height="316" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_7.png" width="644" height="284" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_8.png" width="589" height="484" /></a></p>
<p>Grant “View Items” permission on the Site Pages library   <br /><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_9.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_9.png" width="644" height="325" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_10.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_10.png" width="644" height="335" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_11.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_11.png" width="644" height="334" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_18.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_18.png" width="636" height="484" /></a></p>
<p>Install IIS 7 URL Rewrite .MSI</p>
<p>Download MSI from <a title="http://www.iis.net/download/urlrewrite" href="http://www.iis.net/download/urlrewrite">http://www.iis.net/download/urlrewrite</a> and install on all web front ends (WFE)</p>
<p>Create a new rule with Regular Expression (^$) and 302 Redirection (SitePages/Home.aspx)</p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_13.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_13.png" width="421" height="226" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_14.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_14.png" width="644" height="283" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_15.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_15.png" width="644" height="292" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_16.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_16.png" width="644" height="438" /></a></p>
<p><a href="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_17.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.spjeff.com/wp-content/ftp_uploads/7c5fb309d1b7_134FB/image_thumb_17.png" width="644" height="325" /></a></p>
<p>Hope that helps!</p>

<!-- This is the start of the WP Twitter Button code -->
<div id="rk_wp_twitter_button" style="margin: 0px 20px 0px 0px; float: left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.spjeff.com/2012/01/25/iis-7-url-rewrite-to-mix-anonymous-and-secure-sharepoint-content/" data-count="vertical" data-via="spjeff"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<!-- This is the end of the WP Twitter Button code -->

<img src="http://feeds.feedburner.com/~r/spjeff/~4/t3wP3Ars4tM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.spjeff.com/2012/01/25/iis-7-url-rewrite-to-mix-anonymous-and-secure-sharepoint-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.spjeff.com/2012/01/25/iis-7-url-rewrite-to-mix-anonymous-and-secure-sharepoint-content/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 4.055 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-24 22:50:13 -->

