<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Add Items to a List in Sharepoint</title>
	<atom:link href="http://www.powershell.nu/2009/01/08/add-items-to-a-list-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu/2009/01/08/add-items-to-a-list-in-sharepoint/</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:00:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: tristian o'brien</title>
		<link>http://www.powershell.nu/2009/01/08/add-items-to-a-list-in-sharepoint/comment-page-1/#comment-9713</link>
		<dc:creator>tristian o'brien</dc:creator>
		<pubDate>Sun, 16 Oct 2011 21:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=181#comment-9713</guid>
		<description>this was a great help, however, i had to refine my approach slightly for my needs, for example

the pipeline clause

$LookupItem = $LookupList.Items &#124; Where-Object { $_.Item($fieldName) -eq $valueToLookFor }
$Lookup = ($LookupItem.ID).ToString() + &quot;;#&quot; + ($LookupItem[$fieldName]).ToString()</description>
		<content:encoded><![CDATA[<p>this was a great help, however, i had to refine my approach slightly for my needs, for example</p>
<p>the pipeline clause</p>
<p>$LookupItem = $LookupList.Items | Where-Object { $_.Item($fieldName) -eq $valueToLookFor }<br />
$Lookup = ($LookupItem.ID).ToString() + &#8220;;#&#8221; + ($LookupItem[$fieldName]).ToString()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerShell.nu &#187; Blog Archive &#187; Batch Creation of Sharepoint Sites Part 2</title>
		<link>http://www.powershell.nu/2009/01/08/add-items-to-a-list-in-sharepoint/comment-page-1/#comment-337</link>
		<dc:creator>PowerShell.nu &#187; Blog Archive &#187; Batch Creation of Sharepoint Sites Part 2</dc:creator>
		<pubDate>Mon, 09 Feb 2009 20:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=181#comment-337</guid>
		<description>[...] There are basically 2 steps that we want to do in Sharepoint, Adding information to a Directory List and creating Sites. The Directory list can be treated in the same way as we altered Custom Lists in this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] There are basically 2 steps that we want to do in Sharepoint, Adding information to a Directory List and creating Sites. The Directory list can be treated in the same way as we altered Custom Lists in this post. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

