<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>The Frog Pond of Technology</title>
        <link>http://geekswithblogs.net/bjackett/Default.aspx</link>
        <description> Ripples of Knowledge for SharePoint and Other .Net Technologies</description>
        <language>en-US</language>
        <copyright>Brian T. Jackett</copyright>
        <managingEditor>briantjackett@outlook.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>The Frog Pond of Technology</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/bjackett/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheFrogPondOfTechnology" /><feedburner:info uri="thefrogpondoftechnology" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>40.099204</geo:lat><geo:long>-83.055678</geo:long><item>
            <title>PowerShell Script to Determine Number of Files in SharePoint 2010 or 2013 Document Libraries</title>
            <category>SharePoint</category>
            <category>PowerShell</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/bIHwOQNpHNY/powershell-script-to-determine-number-of-files-in-sharepoint-2010.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/06/05/powershell-script-to-determine-number-of-files-in-sharepoint-2010.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/06/05/powershell-script-to-determine-number-of-files-in-sharepoint-2010.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   Recently my fellow SharePoint PFE and teammate Jim Matson (&lt;a title="https://twitter.com/jamesmatson3" href="https://twitter.com/jamesmatson3"&gt;@jamesmatson3&lt;/a&gt;) was looking for a way to display the number of documents inside each document library on a SharePoint 2010 / 2013 farm.  Below is the script that we came up with.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Problem&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   It is not too difficult to find all of the document libraries and their item count in a given SharePoint 2010 or 2013 site collection, web application, or farm.  What can be difficult is finding all of that along with the full URL of the site that contains the list and exporting in one object..&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Solution&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   I used a trick I learned from my previous post on &lt;a href="http://briantjackett.com/archive/2012/06/28/get-exchange-online-mailbox-size-in-mb.aspx"&gt;getting Exchange Online mailbox size in GB&lt;/a&gt; to use the add-member commandlet to add metadata to a variable or object.  By gathering the site URL and then adding it to a variable of the document library title and item count I had the information Jim needed.  At the end simply output this to a CSV file and then use as needed.  Feel free to download the script from my SkyDrive public folder link below.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note: I am not testing to see if the output folder exists.  Handle that as you wish if you use this script.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;iframe height="120" src="https://skydrive.live.com/embed?cid=9137D132751B949F&amp;amp;resid=9137D132751B949F%2118382&amp;amp;authkey=AIvrf-OkD0QJUyA" frameborder="0" width="98" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="overflow: auto; border-top: black 1px solid; font-family: ; border-right: black 1px solid; border-bottom: black 1px solid; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; border-left: black 1px solid; line-height: normal; padding-right: 5px"&gt;   &lt;table cellspacing="0" cellpadding="5" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;div style="font-family: ; background: #cecece; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px"&gt;&lt;font face="Consolas"&gt;&lt;font style="font-size: 10pt" color="#000000"&gt;001                  &lt;br /&gt;002                   &lt;br /&gt;003                   &lt;br /&gt;004                   &lt;br /&gt;005                   &lt;br /&gt;006                   &lt;br /&gt;007                   &lt;br /&gt;008                   &lt;br /&gt;009                   &lt;br /&gt;010                   &lt;br /&gt;011                   &lt;br /&gt;012                   &lt;br /&gt;013                   &lt;br /&gt;014                   &lt;br /&gt;015                   &lt;br /&gt;016                   &lt;br /&gt;017                   &lt;br /&gt;018                   &lt;br /&gt;019                   &lt;br /&gt;020                   &lt;br /&gt;021                   &lt;br /&gt;022                   &lt;br /&gt;023                   &lt;br /&gt;024                   &lt;br /&gt;025                   &lt;br /&gt;026                   &lt;br /&gt;027                   &lt;br /&gt;028&lt;/font&gt;&lt;/font&gt;               &lt;br /&gt;&lt;/div&gt;         &lt;/td&gt;          &lt;td valign="top" nowrap="nowrap"&gt;           &lt;div style="font-family: ; background: #fcfcfc; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px"&gt;&lt;font face="Consolas"&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Add-PSSnapin&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font style="font-size: 10pt"&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;Microsoft.SharePoint.PowerShell&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Start-SPAssignment&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Global&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$OutputFile&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"C:\temp\DocCount.csv"&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$results&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;@(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$webApps&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-SPWebApplication&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;foreach&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$webApp&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$webApps&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font style="font-size: 10pt"&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;foreach&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$siteColl&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$webApp&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Sites&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;        &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;foreach&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$siteColl&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;AllWebs&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;        &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;            &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$webUrl&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;url&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;            &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$docLibs&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Lists&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Where-Object&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$_&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;baseType&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-eq&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"DocumentLibrary"&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;            &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$docLibs&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Add-Member&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-MemberType&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;ScriptProperty&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Name&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;WebUrl&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Value&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$webUrl&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;            &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$results&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;+=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$docLibs&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Select-Object&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Property&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;WebUrl&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;Title&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;ItemCount&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;        &lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$results&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Export-Csv&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Path&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$OutputFile&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-NoTypeInformation&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Stop-SPAssignment&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Global&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;   Here is an example screenshot of the output from the script.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/PowerShell-Script-to-Determine_DA8F/NumberDocsInSPDocLib1_2.png" rel="lightbox"&gt;&lt;img title="NumberDocsInSPDocLib1" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="NumberDocsInSPDocLib1" src="https://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/PowerShell-Script-to-Determine_DA8F/NumberDocsInSPDocLib1_thumb.png" width="244" height="223" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   This script was fairly easy to come up with.  I was happy to be able to combine some previous knowledge learned from another script along with traversing all sites in a farm.  Hopefully if you have need of this script (or something similar) you will find this helpful.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/153062.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=bIHwOQNpHNY:2WPhGqAPokU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=bIHwOQNpHNY:2WPhGqAPokU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=bIHwOQNpHNY:2WPhGqAPokU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=bIHwOQNpHNY:2WPhGqAPokU:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/bIHwOQNpHNY" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/06/05/powershell-script-to-determine-number-of-files-in-sharepoint-2010.aspx</guid>
            <pubDate>Wed, 05 Jun 2013 20:37:43 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/153062.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/06/05/powershell-script-to-determine-number-of-files-in-sharepoint-2010.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/153062.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/06/05/powershell-script-to-determine-number-of-files-in-sharepoint-2010.aspx</feedburner:origLink></item>
        <item>
            <title>I Finished My First 5k Run</title>
            <category>Personal</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/U5lj6OPbSx4/i-finished-my-first-5k-run.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/05/11/i-finished-my-first-5k-run.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/05/11/i-finished-my-first-5k-run.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   This post is a bit more personal than most.  Two weekends ago my fiancé and I (along with two friends) completed our first 5k run.  To many people this may not sound like a big deal, but to me it was a very significant event.  Below is the story why.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;History&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   When I was a junior in high school I started to have pain in my right hip when I ran or was on my feet for extended periods of time.  At the time I was in track doing shot put and discus which are very demanding on your leg joints and muscles.  When the pain didn’t go away for days and was uncomfortable just walking or sitting I decided to get it looked at by a doctor.  The doctor took a number of X-rays and performed various mobility tests.  Upon reviewing the X-rays it was clear what the problem was.  My right hip joint was not properly formed.  Specifically the socket portion of the “ball and socket” connection was under-formed and thus the ball portion slipped around causing inflammation.  To the best of my memory he called it &lt;a href="http://en.wikipedia.org/wiki/Hip_dysplasia_(human)"&gt;hip dysplasia&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;   This is a somewhat common issue with newborn babies where the hip joints aren’t properly aligned or the ball remains out of the socket.  In most cases some quick tests and manual adjustments pop the hip back into place.  Apparently this wasn’t the case for me.  At the time the doctor told me that I would need a hip replacement by the time I was 40-45, but to continue exercising and avoid any activities that caused pain.  For me that meant no more running or climbing large amounts of stairs.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Run Training&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Fast forward to a few years ago, I read an article discussing different running styles.  One that stood out to me was toe running.  Instead of landing on the heel (and absorbing all the shock with your bones) you focus on running on the ball or toes of your feet (and thus absorb the shock in your muscles).  For a year I started to walk on the balls of my feet rather than the traditional heel to toe stride.  I noticed a decrease in my hip pain as well as increased calf muscle strength.  I then tried running on my toes and found it to be much easier than expected.&lt;/p&gt;  &lt;p&gt;   I joined my fiancé's gym at the beginning of this year intending to lift weights and do some minimal cardio.  I started out with running half a mile and worked my way up to 2 miles.  In Feb I found out the gym was holding a 5k run / walk for charity.  I thought this would be a great opportunity to see if I could run the full race and not have hip pain.  Sarah and I trained over the next few months increasing our distance and lowering our pace per mile.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;The Race&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   On April 27th, 2013 Sarah and I ran our 5K.  I finished with a time of 32:59 (just under 33 mins :) ) and Sarah finished at 34:56.  I’m very proud of both of our times and for completing.  The icing on the cake was that I had very minimal hip pain after the race (and even the days following the race).  The below picture was taken just before our race.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/a9c2cd1b64e3_145DE/WP_20130427_002_2.jpg" rel="lightbox"&gt;&lt;img title="WP_20130427_002" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="WP_20130427_002" src="https://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/a9c2cd1b64e3_145DE/WP_20130427_002_thumb.jpg" width="367" height="208" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   When my doctor told me that I wouldn’t be able to do many things that I enjoyed when I was younger it was discouraging.  Thankfully through changing the way that I walk, run, and get around I’ve found ways to cope with my hip issue.  I may still have to have an early hip replacement, but the fact that I could complete a 5K (with Sarah’s help and motivation) was a big boost to my confidence that I won’t let that keep me down.  Now to find the next race and continue on!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/152922.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=U5lj6OPbSx4:eU68mqwTwqM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=U5lj6OPbSx4:eU68mqwTwqM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=U5lj6OPbSx4:eU68mqwTwqM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=U5lj6OPbSx4:eU68mqwTwqM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/U5lj6OPbSx4" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/05/11/i-finished-my-first-5k-run.aspx</guid>
            <pubDate>Sat, 11 May 2013 15:00:56 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/152922.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/05/11/i-finished-my-first-5k-run.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/152922.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/05/11/i-finished-my-first-5k-run.aspx</feedburner:origLink></item>
        <item>
            <title>Speaking at SharePoint Cincy 2013</title>
            <category>Presentation</category>
            <category>SharePoint</category>
            <category>Conference/Tech Event</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/S91NgQep_aw/speaking-at-sharepoint-cincy-2013.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/04/13/speaking-at-sharepoint-cincy-2013.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/04/13/speaking-at-sharepoint-cincy-2013.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/Speaking-at-SharePointCincy_B2E1/SP-speaker-image_2.png" rel="lightbox"&gt;&lt;img title="SP-speaker-image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="SP-speaker-image" src="https://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/Speaking-at-SharePointCincy_B2E1/SP-speaker-image_thumb.png" width="244" height="38" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   I will be speaking at &lt;a href="http://www.sharepointcincy.com/"&gt;SharePoint Cincy 2013&lt;/a&gt; on Friday Apr 19th.  This will be my 2nd time speaking at SharePoint Cincy.  I always enjoy getting to speak at local conferences as it is a great chance to connect with customers, meet new and old friends, and give back in a more intimate venue.  I’ll be presenting one topic which I have delivered a similar presentation internally to Microsoft but this is slightly altered and for public consumption.  &lt;a href="http://www.regonline.com/builder/site/?eventid=1192942"&gt;Registration&lt;/a&gt; is still open.  If you attend feel free to stop by and say hi.  I’ll be bringing a copy of my &lt;a href="http://shop.oreilly.com/product/0790145335920.do"&gt;previous book&lt;/a&gt; to sign and give away.&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Title: &lt;/strong&gt;Integrating SharePoint with Office Web Apps (WAC) Server&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Audience and Level: &lt;/strong&gt;IT Pro / Architect, Intermediate&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Abstract:&lt;/strong&gt; WAC? WOPI? These are some of the new acronyms for Office Web Apps (WAC) Server 2013. This session will highlight what has changed since the 2010 version, what is new for the 2013 version, and how to administrate WAC. We will also cover considerations for capacity planning, installation, high availability, and common pitfalls when deploying WAC. This session will include demos of how to configure WAC server with SharePoint 2013 and how to enable user license enforcement for editing documents through WAC. Attendees need not have prior experience with Office Web Apps but should have an introductory knowledge of SharePoint 2013 administration.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/152682.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=S91NgQep_aw:J9joAn_gc48:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=S91NgQep_aw:J9joAn_gc48:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=S91NgQep_aw:J9joAn_gc48:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=S91NgQep_aw:J9joAn_gc48:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/S91NgQep_aw" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/04/13/speaking-at-sharepoint-cincy-2013.aspx</guid>
            <pubDate>Sat, 13 Apr 2013 16:55:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/152682.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/04/13/speaking-at-sharepoint-cincy-2013.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/152682.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/04/13/speaking-at-sharepoint-cincy-2013.aspx</feedburner:origLink></item>
        <item>
            <title>PowerShell Script to Remove SharePoint 2010 or 2013 List Duplicates</title>
            <category>PowerShell</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/iaQ7T9fLcMU/powershell-script-to-remove-sharepoint-2010-or-2013-list-duplicates.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/03/19/powershell-script-to-remove-sharepoint-2010-or-2013-list-duplicates.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/03/19/powershell-script-to-remove-sharepoint-2010-or-2013-list-duplicates.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#ff0000"&gt;&amp;lt;Updated 2013-05-11&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Recently Derek, a fellow Premier Field Engineer (PFE), had a customer request on how to remove duplicates from a SharePoint 2010 list.  I have written some PowerShell scripts that remove list items, but never to check for duplicates.  My main concern for this was performance as looping through a list searching for duplicates could be an expensive operation.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Problem&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   As it turns out the customer had a list with more than 85,000 items and many of the list items were duplicates.  The original solution the custom attempted took 5 hours to run and threw out of memory exception most times it was run.  My assumptions on the resource intensive list queries and looping were correct.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Solution&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   I first wrote my own version of a looping structure to iterate over the items and remove duplicates while trying to be as efficient with memory and CPU usage as possible.  After about 10 minutes of scripting I wasn’t making good progress so I decided to switch up my approach.&lt;/p&gt;  &lt;p&gt;   A quick Bing search pulled up the following article on &lt;a href="http://jespermchristensen.wordpress.com/2008/09/22/check-for-duplicate-items-in-sharepoint-lists-with-powershell/"&gt;checking for duplicates items in a SharePoint list&lt;/a&gt;.  The key piece of info from that article was not to loop through the items one at a time, but instead to convert the list into a DataTable using the method &lt;a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitemcollection.getdatatable.aspx"&gt;SPListItemCollection.GetDataTable()&lt;/a&gt; and then group the items on the column to compare for duplicates.  In this case the Title column was used for grouping.  With a little trickery I was then able to find the IDs of the duplicate items to then be used to delete the individual duplicate items.&lt;/p&gt;  &lt;p&gt;   Two added added bonuses are included in the below script.  The first is that the script writes out the progress of the deletion process using Write-Progress.  The second is that the commented portion at the bottom will generate list items with random single letter titles to test out the duplicate deletions.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&amp;lt;Update 2013-05-11&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Thank you to reader Santosh for pointing out an error in the script I published.  I had mistakenly published a version that included an invalid reference.  On line 10 in the foreach block (%) the call to $list.DeleteByItemID() will fail because that method doesn’t exist on that object.  I’ve updated the downloadable script and below sample to the original I used for $list.GetItemById($_.ID).Delete().  Santosh also got it to work by calling $list.Items.DeleteItemById().  I prefer &lt;a href="http://briantjackett.com/archive/2010/04/22/be-careful-when-referencing-splist.items.aspx"&gt;not to call the Items member on an SPList object&lt;/a&gt; because of the performance impact which you can read about in my previous post.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&amp;lt;/Update 2013-05-11&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;iframe height="120" src="https://skydrive.live.com/embed?cid=9137D132751B949F&amp;amp;resid=9137D132751B949F%2115333&amp;amp;authkey=AITNkxyJIREKscc" frameborder="0" width="98" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="overflow: auto; border-top: black 1px solid; font-family: ; border-right: black 1px solid; border-bottom: black 1px solid; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; border-left: black 1px solid; line-height: normal; padding-right: 5px"&gt;   &lt;table cellspacing="0" cellpadding="5" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;div style="font-family: ; background: #cecece; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px"&gt;&lt;font face="Consolas"&gt;&lt;font style="font-size: 10pt" color="#000000"&gt;001                  &lt;br /&gt;002                   &lt;br /&gt;003                   &lt;br /&gt;004                   &lt;br /&gt;005                   &lt;br /&gt;006                   &lt;br /&gt;007                   &lt;br /&gt;008                   &lt;br /&gt;009                   &lt;br /&gt;010                   &lt;br /&gt;011                   &lt;br /&gt;012                   &lt;br /&gt;013                   &lt;br /&gt;014                   &lt;br /&gt;015&lt;/font&gt;&lt;/font&gt;               &lt;br /&gt;&lt;/div&gt;         &lt;/td&gt;          &lt;td valign="top" nowrap="nowrap"&gt;           &lt;div style="font-family: ; background: #fcfcfc; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px"&gt;&lt;font face="Consolas"&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Add-PSSnapin&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font style="font-size: 10pt"&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;microsoft.sharepoint.powershell&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-SPWeb&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Identity&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"&amp;lt;URL of Site&amp;gt;"&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"DuplicatesList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$AllDuplicates&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Items&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;GetDataTable&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Group-Object&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;title&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$_&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;count&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-gt&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;}&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$max&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$AllDuplicates&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Count&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;foreach&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$duplicate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$AllDuplicates&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$duplicate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;group&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Select-Object&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Skip&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;|&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;%&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;GetItemById&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$_&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;ID&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Delete&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Write-Progress&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-PercentComplete&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;/&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$max&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;100&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Activity&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"$count duplicates removed"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Status&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"In Progress"&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;}&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;&amp;lt;# # generate 100,000 items in a list using a random single character as the title foreach($x in 1..100000) { $item = $list.AddItem() $item["Title"] = [char](97 + (Get-Random -Maximum 25)) $item.Update() } #&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;   Be sure to modify the site URL and list name to work in your environment.  In my example the list is named DuplicatesList and must already exist.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   With my current solution I was able to remove 75,000 duplicates in a list with a single column (Title) in roughly 45 minutes.  Derek made some tweaks and was able to remove 45,000 duplicates in about 3.5 hours on a list with dozens of columns.  It appears that a list with additional columns takes longer to process.  If I had additional time I would investigate the &lt;a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.getdatatable(v=office.14).aspx"&gt;SPList.GetDataTable()&lt;/a&gt; method which allows passing in a query to only retrieve specific columns (i.e. the column we are using to determine duplicates).  I believe this might speed up the process but don’t know for sure.&lt;/p&gt;  &lt;p&gt;   As it stands I was very happy with the solution I came up even if it did take a long time to run.  The important part was that it didn’t throw out of memory exceptions while running and did have increased performance vs. the customer’s original solution.  Thanks to Derek for collaborating on this item with me.  It really is great to work with other PFEs who are passionate about helping customers solve real problems in their environments.  I hope this script and / or post helps someone else in their environment.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Links&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Check for duplicate items in Sharepoint lists with Powershell&lt;/p&gt;  &lt;p&gt;&lt;a title="http://jespermchristensen.wordpress.com/2008/09/22/check-for-duplicate-items-in-sharepoint-lists-with-powershell/" href="http://jespermchristensen.wordpress.com/2008/09/22/check-for-duplicate-items-in-sharepoint-lists-with-powershell/"&gt;http://jespermchristensen.wordpress.com/2008/09/22/check-for-duplicate-items-in-sharepoint-lists-with-powershell/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;SPListItemCollection.GetDataTable() method&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitemcollection.getdatatable.aspx" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitemcollection.getdatatable.aspx"&gt;http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitemcollection.getdatatable.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;SPList.GetDataTable() method&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.getdatatable(v=office.14).aspx" href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.getdatatable(v=office.14).aspx"&gt;http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.getdatatable(v=office.14).aspx&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/152467.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=iaQ7T9fLcMU:cBoRGvKPeAY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=iaQ7T9fLcMU:cBoRGvKPeAY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=iaQ7T9fLcMU:cBoRGvKPeAY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=iaQ7T9fLcMU:cBoRGvKPeAY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/iaQ7T9fLcMU" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/03/19/powershell-script-to-remove-sharepoint-2010-or-2013-list-duplicates.aspx</guid>
            <pubDate>Wed, 20 Mar 2013 03:39:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/152467.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/03/19/powershell-script-to-remove-sharepoint-2010-or-2013-list-duplicates.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/152467.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/03/19/powershell-script-to-remove-sharepoint-2010-or-2013-list-duplicates.aspx</feedburner:origLink></item>
        <item>
            <title>Guest Blog Post On Hey Scripting Guys Blog</title>
            <category>PowerShell</category>
            <category>Office 365</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/i02CWgymg_M/guest-blog-post-on-hey-scripting-guys-blog.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/02/27/guest-blog-post-on-hey-scripting-guys-blog.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/02/27/guest-blog-post-on-hey-scripting-guys-blog.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   Just a quick post to mention that I have a guest blog post up on the &lt;a href="http://blogs.technet.com/b/heyscriptingguy/"&gt;Hey Scripting Guy! Blog&lt;/a&gt; today titled &lt;a href="http://blogs.technet.com/b/heyscriptingguy/archive/2013/02/27/get-exchange-online-mailbox-size-in-gb.aspx"&gt;Get Exchange Online Mailbox Size in GB&lt;/a&gt;.  The guest post is a cleaned up version of &lt;a href="http://briantjackett.com/archive/2012/06/28/get-exchange-online-mailbox-size-in-mb.aspx"&gt;this post&lt;/a&gt; I wrote on my blog many months ago.  I’m honored to be a guest blogger on there for the second time and look forward to future collaborations.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/152254.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=i02CWgymg_M:bTQPsQDYzQM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=i02CWgymg_M:bTQPsQDYzQM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=i02CWgymg_M:bTQPsQDYzQM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=i02CWgymg_M:bTQPsQDYzQM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/i02CWgymg_M" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/02/27/guest-blog-post-on-hey-scripting-guys-blog.aspx</guid>
            <pubDate>Wed, 27 Feb 2013 13:46:04 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/152254.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/02/27/guest-blog-post-on-hey-scripting-guys-blog.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/152254.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/02/27/guest-blog-post-on-hey-scripting-guys-blog.aspx</feedburner:origLink></item>
        <item>
            <title>PowerShell Script to Create a Large SharePoint List with Random Data</title>
            <category>PowerShell</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/OQU-hsAGTBg/powershell-script-to-create-a-large-sharepoint-list-with-random.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/02/05/powershell-script-to-create-a-large-sharepoint-list-with-random.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/02/05/powershell-script-to-create-a-large-sharepoint-list-with-random.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#ff0000"&gt;&amp;lt;Updated 2013-02-06&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Recently a fellow SQL PFE &lt;a href="http://blogs.msdn.com/b/sqlgardner/"&gt;Lisa Gardner&lt;/a&gt; asked me for a PowerShell script that would create a SharePoint list with numerous (100+) columns.  She was doing some research for an upcoming internal presentation on SharePoint databases for SQL database administrators and wanted samples of really nasty SQL queries that are generated when querying a large SharePoint list.  The script that I came up with is below in the Solution section.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&amp;lt;Update 2013-02-06&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Lisa posted her findings on the SQL query generated from the script I provided.  You can read about it on her blog post &lt;a href="http://blogs.msdn.com/b/sqlgardner/archive/2013/02/06/sharepoint-that-was-a-poor-choice-you-need-a-time-out.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&amp;lt;/Update&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Before I get to my script though I did want to call out sample scripts that two other fellow SharePoint PFEs have created that are helpful for working with SharePoint lists.  &lt;a href="http://blogs.msdn.com/b/kaevans"&gt;Kirk Evans&lt;/a&gt; wrote a post on &lt;a href="http://blogs.msdn.com/b/kaevans/archive/2012/01/24/creating-sharepoint-folders-and-items-with-powershell.aspx"&gt;creating a SharePoint list with multiple folders and subfolders&lt;/a&gt;.  &lt;a href="http://blogs.msdn.com/b/besidethepoint"&gt;Josh Gavant&lt;/a&gt; has written a &lt;a href="http://blogs.msdn.com/b/besidethepoint/archive/2012/02/08/better-sharepoint-lists-and-list-items-in-powershell.aspx"&gt;custom module with commandlets that return SPList objects along with column metadata&lt;/a&gt;.  Feel free to take a look at these for additional insight in working with SharePoint lists and items.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Problem&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Create a SharePoint 2010 (or 2013) custom list that has a configurable number of columns with various datatypes.  Also populate these columns with random sample data. &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Solution&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   The only assumption for this script is that you already have a SharePoint site to work with and have modified the variables at the header to suit your needs.  If you do not have a site created there is a New-SPWeb commandlet call that you can uncomment early in the script to create a site if needed.  The list, columns, and sample data will be generated by the script.  Be sure to fill in the URL of the “big list” site to be used.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note: When working with SharePoint lists it is important to be aware of SharePoint column limits and what is known as SQL row wrapping.  Read the information on the following TechNet article for more information about these: &lt;/em&gt;&lt;a title="http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx#Column" href="http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx#Column"&gt;&lt;em&gt;http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx#Column&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;   Here is the script that I came up with.  You can also download the script from my SkyDrive folder.&lt;/p&gt;  &lt;p&gt;&lt;iframe height="120" src="https://skydrive.live.com/embed?cid=9137D132751B949F&amp;amp;resid=9137D132751B949F%2110757&amp;amp;authkey=ADTbJ1MZNBkpIc8" frameborder="0" width="98" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="overflow: auto; border-top: black 1px solid; font-family: ; border-right: black 1px solid; border-bottom: black 1px solid; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; border-left: black 1px solid; line-height: normal; padding-right: 5px"&gt;   &lt;table cellspacing="0" cellpadding="5" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;div style="font-family: ; background: #cecece; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px"&gt;&lt;font face="Consolas"&gt;&lt;font style="font-size: 10pt" color="#000000"&gt;001                  &lt;br /&gt;002                   &lt;br /&gt;003                   &lt;br /&gt;004                   &lt;br /&gt;005                   &lt;br /&gt;006                   &lt;br /&gt;007                   &lt;br /&gt;008                   &lt;br /&gt;009                   &lt;br /&gt;010                   &lt;br /&gt;011                   &lt;br /&gt;012                   &lt;br /&gt;013                   &lt;br /&gt;014                   &lt;br /&gt;015                   &lt;br /&gt;016                   &lt;br /&gt;017                   &lt;br /&gt;018                   &lt;br /&gt;019                   &lt;br /&gt;020                   &lt;br /&gt;021                   &lt;br /&gt;022                   &lt;br /&gt;023                   &lt;br /&gt;024                   &lt;br /&gt;025                   &lt;br /&gt;026                   &lt;br /&gt;027                   &lt;br /&gt;028                   &lt;br /&gt;029                   &lt;br /&gt;030                   &lt;br /&gt;031                   &lt;br /&gt;032                   &lt;br /&gt;033                   &lt;br /&gt;034                   &lt;br /&gt;035                   &lt;br /&gt;036                   &lt;br /&gt;037                   &lt;br /&gt;038                   &lt;br /&gt;039                   &lt;br /&gt;040                   &lt;br /&gt;041                   &lt;br /&gt;042                   &lt;br /&gt;043                   &lt;br /&gt;044                   &lt;br /&gt;045                   &lt;br /&gt;046                   &lt;br /&gt;047                   &lt;br /&gt;048                   &lt;br /&gt;049                   &lt;br /&gt;050                   &lt;br /&gt;051                   &lt;br /&gt;052                   &lt;br /&gt;053                   &lt;br /&gt;054                   &lt;br /&gt;055                   &lt;br /&gt;056                   &lt;br /&gt;057                   &lt;br /&gt;058                   &lt;br /&gt;059                   &lt;br /&gt;060                   &lt;br /&gt;061                   &lt;br /&gt;062                   &lt;br /&gt;063                   &lt;br /&gt;064                   &lt;br /&gt;065                   &lt;br /&gt;066                   &lt;br /&gt;067                   &lt;br /&gt;068                   &lt;br /&gt;069                   &lt;br /&gt;070                   &lt;br /&gt;071                   &lt;br /&gt;072                   &lt;br /&gt;073                   &lt;br /&gt;074                   &lt;br /&gt;075                   &lt;br /&gt;076                   &lt;br /&gt;077                   &lt;br /&gt;078                   &lt;br /&gt;079                   &lt;br /&gt;080                   &lt;br /&gt;081                   &lt;br /&gt;082                   &lt;br /&gt;083                   &lt;br /&gt;084                   &lt;br /&gt;085                   &lt;br /&gt;086                   &lt;br /&gt;087                   &lt;br /&gt;088                   &lt;br /&gt;089                   &lt;br /&gt;090                   &lt;br /&gt;091                   &lt;br /&gt;092                   &lt;br /&gt;093                   &lt;br /&gt;094                   &lt;br /&gt;095                   &lt;br /&gt;096                   &lt;br /&gt;097                   &lt;br /&gt;098                   &lt;br /&gt;099                   &lt;br /&gt;100                   &lt;br /&gt;101                   &lt;br /&gt;102                   &lt;br /&gt;103                   &lt;br /&gt;104                   &lt;br /&gt;105                   &lt;br /&gt;106                   &lt;br /&gt;107                   &lt;br /&gt;108                   &lt;br /&gt;109                   &lt;br /&gt;110                   &lt;br /&gt;111                   &lt;br /&gt;112                   &lt;br /&gt;113                   &lt;br /&gt;114                   &lt;br /&gt;115                   &lt;br /&gt;116                   &lt;br /&gt;117                   &lt;br /&gt;118                   &lt;br /&gt;119                   &lt;br /&gt;120                   &lt;br /&gt;121                   &lt;br /&gt;122                   &lt;br /&gt;123                   &lt;br /&gt;124                   &lt;br /&gt;125                   &lt;br /&gt;126                   &lt;br /&gt;127                   &lt;br /&gt;128                   &lt;br /&gt;129                   &lt;br /&gt;130                   &lt;br /&gt;131                   &lt;br /&gt;132                   &lt;br /&gt;133                   &lt;br /&gt;134                   &lt;br /&gt;135                   &lt;br /&gt;136                   &lt;br /&gt;137                   &lt;br /&gt;138                   &lt;br /&gt;139&lt;/font&gt;&lt;/font&gt;               &lt;br /&gt;&lt;/div&gt;         &lt;/td&gt;          &lt;td valign="top" nowrap="nowrap"&gt;           &lt;div style="font-family: ; background: #fcfcfc; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px"&gt;&lt;font face="Consolas"&gt;&lt;font color="#006400"&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt"&gt;##########################&lt;/font&gt;&lt;/span&gt;&lt;font style="font-size: 10pt"&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;# Date: Feb 5, 2013&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;# Author: Brian T. Jackett&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;##########################&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;# set number of columns to create for various data types&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;# column limits courtesy of http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx#Column&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font style="font-size: 10pt"&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$IntColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;30&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;               &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 96&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$BoolColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;30&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;              &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 96&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$ChoiceColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;0&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;             &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 276 &lt;/font&gt;&lt;/span&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$SingleLineTextColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;70&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 276&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$MultiLineTextColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;42&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;     &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 192&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$DateTimeColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;10&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;          &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 48&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$CurrencyColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;40&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;          &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# max of 72&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$LookupColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;20&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;            &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font style="font-size: 10pt"&gt;&lt;font face="Consolas"&gt;&lt;font color="#006400"&gt;&lt;span style="color: "&gt;# max of 96&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;# set number of items to create&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$ItemsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;10&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# URL of site that will contain big list&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$BigListSiteURL&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"&amp;lt;set a value for this&amp;gt;"&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;if&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-PSSnapin&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Microsoft.SharePoint.PowerShell"&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-eq&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$null&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Add-PSSnapin&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;Microsoft.SharePoint.PowerShell&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;}&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Start-SPAssignment&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Global&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#006400"&gt;&lt;span style="color: "&gt;# uncomment the New-SPWeb command to create a new site if necessary&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;#New-SPWeb -Url http://sps2013app/sites/demo/BigList -Template "STS#0"&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;# get reference to the "big list" site&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-SPWeb&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Identity&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$BigListSiteURL&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# if creating lookup columns and lookup list does not exist then create it&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;if&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$LookupColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-gt&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;0&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-and&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyLookupList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-ne&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$null&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyLookupList"&lt;/font&gt;&lt;/span&gt;&lt;font color="#a9a9a9"&gt;&lt;span style="color: "&gt;]&lt;/span&gt;&lt;span style="color: "&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Delete&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# if big list exists delete it&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;if&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyBigList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-ne&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$null&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyBigList"&lt;/font&gt;&lt;/span&gt;&lt;font color="#a9a9a9"&gt;&lt;span style="color: "&gt;]&lt;/span&gt;&lt;span style="color: "&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Delete&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# if creating lookup columns create list and get reference to list&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;if&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$LookupColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-gt&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;0&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyLookupList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"My Lookup List"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.splisttemplatetype]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;GenericList&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$lookuplist&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyLookupList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$lookupItem&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$lookuplist&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Items&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$lookupItem&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Title"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"The one lookup item to rule them all"&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$lookupItem&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Update&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# create list and get reference to list&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyBigList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"My Big List"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.splisttemplatetype]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;GenericList&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$web&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Lists&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MyBigList"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add integer columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$IntColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Int$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Integer&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add boolean columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$BoolColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Bool$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Boolean&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add choice columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$ChoiceColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Choice$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Choice&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add single line text columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$SingleLineTextColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"SingleLineText$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Text&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add multi line text columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$MultiLineTextColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MultiLineText$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Note&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add date time columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$DateTimeColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"DateTime$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;DateTime&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add currency columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$CurrencyColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Add&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Currency$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[microsoft.sharepoint.SPFieldType]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;::&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Currency&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# add lookup columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$LookupColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;Fields&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;AddLookup&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Lookup$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$lookuplist&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;ID&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$false&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# populate list with items&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;foreach&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$x&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;..&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$ItemsToCreate&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;{&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$list&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;AddItem&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Title"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[char]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;97&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;+&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;25&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values integer columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$IntColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Int$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Minimum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;-100000&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;100000&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values boolean columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$BoolColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Bool$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[bool]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Minimum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;0&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;2&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values choice columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# not implemented&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values single line text columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$SingleLineTextColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"SingleLineText$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"lorem ipsum "&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Minimum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;8&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values multi line text columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$MultiLineTextColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"MultiLineText$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"lorem ipsum "&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Minimum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;200&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values date time columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$DateTimeColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"DateTime$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Date&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;)&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;AddDays&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Minimum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;-1000&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1000&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values currency columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#00008b"&gt;for&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;1&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;-le&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$CurrencyColumnsToCreate&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;;&lt;/span&gt;&lt;span style="color: "&gt; &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$count&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;++&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;span style="color: "&gt;{&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;[&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8b0000"&gt;"Currency$count"&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#008080"&gt;[system.decimal]&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Get-Random&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Minimum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#8a2be2"&gt;-10000&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Maximum&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#800080"&gt;10000&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;)&lt;/span&gt;&lt;span style="color: "&gt;}&lt;/span&gt;                     &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# assign values lookup columns&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt;    &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#006400"&gt;# not implemented&lt;/font&gt;&lt;/span&gt;                   &lt;br /&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;    &lt;/span&gt;                    &lt;br /&gt;                    &lt;br /&gt;&lt;span style="color: "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff4500"&gt;$item&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#a9a9a9"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt;&lt;span style="color: "&gt;Update&lt;/span&gt;&lt;span style="color: "&gt;(&lt;/span&gt;&lt;span style="color: "&gt;)&lt;/span&gt;                     &lt;br /&gt;&lt;span style="color: "&gt;}&lt;/span&gt;&lt;/font&gt;                   &lt;br /&gt;                  &lt;br /&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;Stop-SPAssignment&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#000080"&gt;-Global&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;   Here is a screenshot of the list that this script creates.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/PowerShell-Script-to-Create-a-Large-Shar_FDD6/CreateGiantSPList1_2.png" rel="lightbox"&gt;&lt;img title="CreateGiantSPList1" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="CreateGiantSPList1" src="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/PowerShell-Script-to-Create-a-Large-Shar_FDD6/CreateGiantSPList1_thumb.png" width="244" height="143" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Lisa was very happy with the results of this script and I learned a bit about generating SharePoint columns and random data.  This script is not very polished but it gets the job done.  If you have a need to generate a lot of SharePoint list columns or random data hopefully this script will be helpful.  If you have any feedback on it feel free to leave a comment or email me.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/152034.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=OQU-hsAGTBg:hQsDaEGh5NA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=OQU-hsAGTBg:hQsDaEGh5NA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=OQU-hsAGTBg:hQsDaEGh5NA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=OQU-hsAGTBg:hQsDaEGh5NA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/OQU-hsAGTBg" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/02/05/powershell-script-to-create-a-large-sharepoint-list-with-random.aspx</guid>
            <pubDate>Wed, 06 Feb 2013 04:00:48 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/152034.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/02/05/powershell-script-to-create-a-large-sharepoint-list-with-random.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/152034.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/02/05/powershell-script-to-create-a-large-sharepoint-list-with-random.aspx</feedburner:origLink></item>
        <item>
            <title>Goals for 2013</title>
            <category>Personal</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/_GwRVr_sqEU/goals-for-2013.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/01/17/goals-for-2013.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/01/17/goals-for-2013.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   Another new year, another set of goals.  Over the past few years I have set goals (&lt;a href="http://briantjackett.com/archive/2010/01/05/goals-for-2010.aspx"&gt;2010&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2011/01/18/goals-for-2011.aspx"&gt;2011&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2012/01/25/goals-for-2012.aspx"&gt;2012&lt;/a&gt;) and done retrospectives at the end of the year (&lt;a href="http://briantjackett.com/archive/2010/12/31/goals-for-2010-retrospective.aspx"&gt;2010&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2012/01/02/goals-for-2011-retrospective.aspx"&gt;2011&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2013/01/10/goals-for-2012-retrospective.aspx"&gt;2012&lt;/a&gt;).  This year already has a number of big changes in the pipeline but I’m trying to introduce a few other changes with the goals I am setting.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Professional&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Work local more – If you’ve been reading my blog the past year and a half you’ve probably heard me write that my new role as Premier Field Engineer with Microsoft has me traveling quite a bit (as evidenced by me hitting platinum status on Delta and Marriott last year).  There are some changes at work which have me traveling less but I’m still away from home at least a few weeks a month.  I am working towards doing more local and remote (from home) work.  With my upcoming wedding I would like to be home more as spending time with friends and family is an important part of my life.&lt;/li&gt;    &lt;li&gt;Mentor / Mentee – Over the past 5-10 years I have had a few official and unofficial mentors whether through work, social groups, or otherwise.  I currently have two mentors through work.  I would like to build upon those relationships and also look for opportunities of becoming a mentor (not necessarily through work) for someone else.  The latter may not happen this year but I would like to start laying the foundation for that.&lt;/li&gt;    &lt;li&gt;Blogging – I plan to continue blogging as I have been for the past almost 4 years now.  I intend to blog at least 20 posts throughout the year.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="5"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Personal&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Get married – This Oct my fiancé Sarah and I will be tying the knot.  I’m very happy and excited to be getting married as it opens a completely new chapter of our lives together.&lt;/li&gt;    &lt;li&gt;Stay Fit – Yes I included this last year and if you read my last retrospective I did lose 10+ pounds last year.  With the upcoming wedding in Oct Sarah and I both have goals to lose a little more for this year.  For me I am aiming to lose another 13 pounds by Oct and 15 total by the end of year.  I’m planning to join a gym and have already bought a &lt;a href="http://www.fitbit.com/"&gt;FitBit&lt;/a&gt; to track steps / sleep patterns / weight.  I’m also continuing to eat healthier (most times) and practice portion control.&lt;/li&gt;    &lt;li&gt;Read Books – Purchasing a Kindle over a year ago got me reading more frequently.  Now with my &lt;a href="http://surface.microsoftstore.com/store/msstore/Content/pbpage.Surface?ESICaching=off"&gt;Surface RT&lt;/a&gt; I’m able to read easily on a device I travel with all the time.  Win-win situation.  This year I plan to read at least 5 books for the year.  I was very happy to find my local library lends e-books and I’ve already started with &lt;a href="http://www.amazon.com/Daemon-Daniel-Suarez/dp/0451228731"&gt;Daemon&lt;/a&gt; by Daniel Suarez which is hard to put down.  I’m also planning to track my books and post those as recommendations later similar to others (&lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=383"&gt;Todd Klindt’s book recommendations&lt;/a&gt;).&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   I like the idea of managing things in groups of threes (which I picked up from &lt;a title="30 Days of Results" href="http://www.30daysofgettingresults.com/2011/10/day-1-take-tour-of-getting-results.html"&gt;30 Days of Results&lt;/a&gt;) hence 3 personal and 3 work goals for the year.  There are a few smaller goals I have that are targeted for shorter term timeframes as well.  This year is looking to be another good year and I’m eager to tackle the challenges and opportunities that come.&lt;/p&gt;  &lt;p&gt;   On a side note, when I first started posting my goals in 2010 I called out a close friend Sean McDonough to also post his goals online.  As it turns out this year &lt;a href="http://sharepointinterface.com/2012/12/31/big-changes-and-resolutions-for-2013/"&gt;Sean did finally post his goals&lt;/a&gt; and join the bandwagon.  Thanks for carrying on the torch Sean.  Since Sean posted his I’m going to call out a few of my coworkers in hopes they will also post their goals for the year: &lt;a href="http://blogs.msdn.com/b/besidethepoint"&gt;Josh Gavant&lt;/a&gt; and &lt;a href="http://blogs.technet.com/b/ashleymcglone/"&gt;Ashley McGlone&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/151858.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=_GwRVr_sqEU:QP4pvc40M2o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=_GwRVr_sqEU:QP4pvc40M2o:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=_GwRVr_sqEU:QP4pvc40M2o:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=_GwRVr_sqEU:QP4pvc40M2o:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/_GwRVr_sqEU" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/01/17/goals-for-2013.aspx</guid>
            <pubDate>Thu, 17 Jan 2013 05:11:04 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/151858.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/01/17/goals-for-2013.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/151858.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/01/17/goals-for-2013.aspx</feedburner:origLink></item>
        <item>
            <title>Goals for 2012 Retrospective</title>
            <category>Personal</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/CTuCaKLxKIE/goals-for-2012-retrospective.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/01/10/goals-for-2012-retrospective.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/01/10/goals-for-2012-retrospective.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   Now in my third year of an annual tradition I have set goals (&lt;a href="http://briantjackett.com/archive/2010/01/05/goals-for-2010.aspx"&gt;2010&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2011/01/18/goals-for-2011.aspx"&gt;2011&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2012/01/25/goals-for-2012.aspx"&gt;2012&lt;/a&gt;) and gone through retrospectives (&lt;a href="http://briantjackett.com/archive/2010/12/31/goals-for-2010-retrospective.aspx"&gt;2010&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2012/01/02/goals-for-2011-retrospective.aspx"&gt;2011&lt;/a&gt;).  So here goes a recap on the year that was 2012 and how I stacked up against my goals.&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Year in Review&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Similar to 2011, 2012 was a big year for me.  In 2012 I proposed to my now fiancé Sarah (&lt;a href="https://www.facebook.com/media/set/?set=a.982092935940.2263874.21905041&amp;amp;type=1&amp;amp;l=fcb175e000"&gt;pictures&lt;/a&gt;), I completed my first year with Microsoft as a &lt;a href="http://www.microsoft-careers.com/go/Premier-Field-Engineer/241764/"&gt;Premier Field Engineer&lt;/a&gt;, my middle brother got married, my oldest brother and his wife had a baby, Sarah’s sister and husband found out they were pregnant, my mom had a total hip surgery, I wrote two chapters for a new book (more details about this once it is closer to publishing), and I helped out with various conferences and projects.  As you may have noticed a number of these items are family related which has been a bigger focus for me this past year.&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Professional Goals&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Blog – I set a goal to blog twice a month but did not meet that goal.  I only had 18 blog posts throughout 2012 but they were fairly well spaced out through the months.  It has been more difficult to keep up with blogging given my travel schedule with work, increased family commitment, book writing I was involved with, and other factors.  I still plan to continue blogging as long as I have content / ideas to write about.&lt;/li&gt;    &lt;li&gt;Speaking – I had a goal of speaking at 3 user groups and / or conferences in 2012.  I spoke at 4 events in 2012 (&lt;a href="http://briantjackett.com/archive/2012/03/20/slides-and-pictures-from-powershell-saturday-columbus-2012.aspx"&gt;PowerShell Saturday Columbus&lt;/a&gt;, &lt;a href="http://briantjackett.com/archive/2012/03/13/speaking-at-sharepoint-cincy-and-sharepoint-saturday-twin-cities.aspx"&gt;SharePoint Cincy, SharePoint Saturday Twin Cities&lt;/a&gt;, and &lt;a href="http://briantjackett.com/archive/2012/05/31/speaking-at-sptechcon-boston-2012.aspx"&gt;SPTechCon Boston&lt;/a&gt;).  As intended I reduced the number of events I would speak at compared to 2011.  Due to frequently traveling for work it is difficult to spend a weekend or part of a week away when my time at home with friends and family is already limited.  Going forward my speaking commitments will greatly depend on family commitments and travel schedules.&lt;/li&gt;    &lt;li&gt;Open Source – I intended to work on two separate open source projects.  I did not complete any additional work on SavePSToSP for a variety of reasons but mostly because my time was better spent on other projects and goals.  I have worked on the SharePoint diagnostics project with my coworker Eric Harlan but have not gotten to publishing the project or blogging on it.  This may see the light of day in 2013 but we shall see.&lt;/li&gt;    &lt;li&gt;Volunteering – I assisted with planning &lt;a href="http://stirtrek.com/"&gt;Stir Trek&lt;/a&gt; again in 2012 as well as a new conference &lt;a href="http://briantjackett.com/archive/2012/03/20/slides-and-pictures-from-powershell-saturday-columbus-2012.aspx"&gt;PowerShell Saturday&lt;/a&gt; which we held the first ever in Columbus.  I’ve also been involved in the local Buckeye SharePoint User Group (&lt;a href="http://www.buckeyespug.com/SitePages/Home.aspx"&gt;BuckeyeSPUG&lt;/a&gt;). &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="5"&gt;Personal Goals&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Stay Fit – My goal for 2012 was to lose 15 pounds.  I ended up losing a total of 16 pounds by November but with the holiday food fests ended the year 11 pounds lighter than I started the year.  With our upcoming wedding this year Sarah and I have continued goals to lose a few more pounds.&lt;/li&gt;    &lt;li&gt;Read Books – I set out to read at least 2 books.  With the Song of Ice and Fire (Game of Thrones series for you TV-only folks) I read the first 4 books.  Additionally I read a couple marriage prep books.  I wish I had kept a list of when I read certain books as they are a blur looking back now.  I like what Todd Klindt did and &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=383"&gt;post the books he read throughout the year&lt;/a&gt;.  I may do the same for next year.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Overall I met (or came close to) many of my goals for 2012.  Aside from these goals I also set a midyear goal for improving my &lt;a href="http://briantjackett.com/archive/2012/11/05/productivity-tips.aspx"&gt;personal productivity&lt;/a&gt; which I blogged about.  So far I have seen an increase in my personal productivity mainly by how many things I have cut out of my life that are / were unnecessary.&lt;/p&gt;  &lt;p&gt;   Despite reading some articles about &lt;a href="http://blogs.hbr.org/bregman/2012/12/consider-not-setting-goals-in.html"&gt;not setting goals&lt;/a&gt; I still find the process very worthwhile and will continue into 2013.  I even found a series called &lt;a href="http://www.30daysofgettingresults.com/2011/10/day-1-take-tour-of-getting-results.html"&gt;30 Days of Getting Results&lt;/a&gt; which very much builds on the idea of setting 3 attainable goals for the day / week / month / year and then doing a retrospective at the end of the respective time period.  I have not fully adopted this system but have incorporated a number of the concepts into my daily life.&lt;/p&gt;  &lt;p&gt;   I hope 2012 was good to you (as it was to me) and you are refreshed coming into 2013 ready to tackle new challenges and continue growing.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/151788.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=CTuCaKLxKIE:ZBDlA6xmFaY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=CTuCaKLxKIE:ZBDlA6xmFaY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=CTuCaKLxKIE:ZBDlA6xmFaY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=CTuCaKLxKIE:ZBDlA6xmFaY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/CTuCaKLxKIE" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/01/10/goals-for-2012-retrospective.aspx</guid>
            <pubDate>Fri, 11 Jan 2013 02:56:05 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/151788.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/01/10/goals-for-2012-retrospective.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/151788.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/01/10/goals-for-2012-retrospective.aspx</feedburner:origLink></item>
        <item>
            <title>Accessing Host Machine Files From Hyper-V Guest Virtual Machine</title>
            <category>Hyper-V</category>
            <category>Virtualization</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/qTUA2ljk-Zk/accessing-host-machine-files-from-hyper-v-guest-virtual-machine.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2013/01/01/accessing-host-machine-files-from-hyper-v-guest-virtual-machine.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2013/01/01/accessing-host-machine-files-from-hyper-v-guest-virtual-machine.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   Similar to a previous post I wrote on &lt;a href="http://briantjackett.com/archive/2010/06/06/how-to-configure-remote-desktop-to-hyper-v-guest-virtual-machines.aspx"&gt;How To Configure Remote Desktop to Hyper-V Guest Virtual Machine&lt;/a&gt; I commonly get questions for “how do I access Hyper-V host machine files from inside a guest virtual machine?”  The solution I use is a combination of software and configuration but there are many other options as well.&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Problem&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   When connecting to a Hyper-V guest virtual machine you cannot easily transfer files into or out of the virtual machine.&lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Solution&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   For almost all of my remote desktop needs I use a program called mRemote (Multi Remote).  The original mRemote developer has joined a new company and &lt;a href="http://www.royalts.com/main/home/mRemote.aspx"&gt;folded mRemote into a new product&lt;/a&gt; but you can still download a stable build of mRemote from CNET &lt;a href="http://download.cnet.com/mRemote/3000-2648_4-10793919.html"&gt;here&lt;/a&gt;.  There is also a forked version called &lt;a href="http://www.mremoteng.org/"&gt;mRemoteNG&lt;/a&gt; (Multi Remote Next Generation) that I have not tried out personally.&lt;/p&gt;  &lt;p&gt;   One of the nice features of mRemote is that you can configure an RDP connection to map local host drives so that they are available inside the RDP session.  By RDP’ing to a virtual machine with the host drives mapped you now have access to transfer files into or out of the virtual machine.  Open mRemote and configure your RDP session as normal.  Under the Redirect heading change the Disk Drives setting to Yes as in the screenshot below.&lt;/p&gt;  &lt;p align="left"&gt;&lt;a href="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/c96a97f166bf_A87E/AccessHyperVHostFilesInGuest1_2.jpg" rel="lightbox"&gt;&lt;img title="AccessHyperVHostFilesInGuest1" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="AccessHyperVHostFilesInGuest1" src="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/c96a97f166bf_A87E/AccessHyperVHostFilesInGuest1_thumb.jpg" width="88" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   As an added bonus mRemote also allows you to store credentials to use for an RDP connection.  I find this very helpful to avoid having to retype credentials every time I bring up a virtual machine, especially with how many fake demo domains I deal with in various virtual machine farms I build out.&lt;/p&gt;  &lt;p&gt;   When you connect to this RDP session you may be prompted to allow the remote desktop connection to access local resources (I do on Windows 8 at least, I didn’t previously on Windows 7).  Make sure to allow the Drives resources to be accessed.  If anyone knows a way around this prompt I would be interested to hear as I have not found any yet.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/c96a97f166bf_A87E/AccessHyperVHostFilesInGuest2_2.jpg" rel="lightbox"&gt;&lt;img title="AccessHyperVHostFilesInGuest2" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="AccessHyperVHostFilesInGuest2" src="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/c96a97f166bf_A87E/AccessHyperVHostFilesInGuest2_thumb.jpg" width="244" height="174" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   After connecting to the virtual machine you now have access to the host machine drives.  See the example below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/c96a97f166bf_A87E/AccessHyperVHostFilesInGuest3_2.jpg" rel="lightbox"&gt;&lt;img title="AccessHyperVHostFilesInGuest3" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="AccessHyperVHostFilesInGuest3" src="http://gwb.blob.core.windows.net/bjackett/Windows-Live-Writer/c96a97f166bf_A87E/AccessHyperVHostFilesInGuest3_thumb.jpg" width="114" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;      &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   As I stated earlier there are a number of ways you can solve the issue of not being able to access host machine files inside a Hyper-V guest virtual machine.  My solution is a combination of RDP session with the mRemote application and configuring the RDP connection to map local host drives into the RDP session.  If you have other solutions or tips feel free to leave them in the comments below.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Links&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How To Configure Remote Desktop to Hyper-V Guest Virtual Machine&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://briantjackett.com/archive/2010/06/06/how-to-configure-remote-desktop-to-hyper-v-guest-virtual-machines.aspx" href="http://briantjackett.com/archive/2010/06/06/how-to-configure-remote-desktop-to-hyper-v-guest-virtual-machines.aspx"&gt;http://briantjackett.com/archive/2010/06/06/how-to-configure-remote-desktop-to-hyper-v-guest-virtual-machines.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;mRemote download from CNET&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://download.cnet.com/mRemote/3000-2648_4-10793919.html" href="http://download.cnet.com/mRemote/3000-2648_4-10793919.html"&gt;http://download.cnet.com/mRemote/3000-2648_4-10793919.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;mRemoteNG project&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.mremoteng.org/" href="http://www.mremoteng.org/"&gt;http://www.mremoteng.org/&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/151689.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=qTUA2ljk-Zk:qELy7U5Am3g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=qTUA2ljk-Zk:qELy7U5Am3g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=qTUA2ljk-Zk:qELy7U5Am3g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=qTUA2ljk-Zk:qELy7U5Am3g:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/qTUA2ljk-Zk" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2013/01/01/accessing-host-machine-files-from-hyper-v-guest-virtual-machine.aspx</guid>
            <pubDate>Tue, 01 Jan 2013 17:47:32 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/151689.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2013/01/01/accessing-host-machine-files-from-hyper-v-guest-virtual-machine.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/151689.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2013/01/01/accessing-host-machine-files-from-hyper-v-guest-virtual-machine.aspx</feedburner:origLink></item>
        <item>
            <title>Productivity Tips</title>
            <category>Personal</category>
            <link>http://feedproxy.google.com/~r/TheFrogPondOfTechnology/~3/jP-Yb4EugtM/productivity-tips.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/bjackett/archive/2012/11/05/productivity-tips.aspx'&gt;http://geekswithblogs.net/bjackett/archive/2012/11/05/productivity-tips.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;   A few months ago during my first end of year review at Microsoft I was doing an assessment of my year.  One of my personal goals to come out of this reflection was to improve my personal productivity.  While I hear many people say “I wish I had more hours in the day so that I could get more done” I feel like that is the wrong approach.  There is an inherent assumption that you are being productive with your time that you already have and thus more time would allow you to be as productive given more time.&lt;/p&gt;  &lt;p&gt;   Instead of wishing I could add more hours to the day I’ve begun adopting a number of processes or behavior changes in my personal life to make better use of my time with the goal of improving productivity.  The areas of focus are as follows:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Focus &lt;/li&gt;    &lt;li&gt;Processes &lt;/li&gt;    &lt;li&gt;Tools &lt;/li&gt;    &lt;li&gt;Personal health &lt;/li&gt;    &lt;li&gt;Email &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Note: A number of these topics have spawned from reading &lt;a href="http://www.hanselman.com/blog"&gt;Scott Hanselman’s&lt;/a&gt; &lt;a href="http://www.hanselman.com/blog/CategoryView.aspx?category=Productivity"&gt;blog posts on productivity&lt;/a&gt;, reading of David Allen’s book &lt;u&gt;Getting Things Done&lt;/u&gt;, and discussions with friends and coworkers who had great insights into this topic.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Focus&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Pre-reading / viewing: &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://blogs.hbr.org/hbsfaculty/2012/05/overcome-your-work-addiction.html?awid=5512355740280659420-3271"&gt;Overcome your work addiction&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://priyaparker.com/blog/millennials-paralyzed-by-choice"&gt;&lt;strong&gt;Millennials paralyzed by choice&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.hanselman.com/blog/ItsNotWhatYouReadItsWhatYouIgnoreVideoOfScottHanselmansPersonalProductivityTips.aspx"&gt;&lt;strong&gt;Its Not What You Read Its What You Ignore&lt;/strong&gt;&lt;/a&gt; (Scott Hanselman video)&lt;/p&gt;  &lt;p&gt;   I highly recommend &lt;a href="http://www.hanselman.com/blog"&gt;Scott Hanselman’s&lt;/a&gt; video above and &lt;a href="http://www.hanselman.com/blog/ProductivityVsGuiltAndSelfLoathing.aspx"&gt;this post&lt;/a&gt; before continuing with this article.  It is well worth the 40+ mins price of admission for the video and couple minutes for article.  One key takeaway for me was listing out my activities in an average week and realizing which ones held little or no value to me.  We all have a finite amount of time to work each day.  Do you know how much time and effort you spend on various aspects of your life (family, friends, religion, work, personal happiness, etc.)?  Do your actions and commitments reflect your priorities?&lt;/p&gt;  &lt;p&gt;   The biggest time consumers with little value for me were time spent on social media services (Twitter and Facebook), playing an MMO video game, and watching TV.  I still check up on Facebook, Twitter, Microsoft internal chat forums, and other services to keep contact with others but I’ve reduced that time significantly.  As for TV I’ve &lt;a href="http://www.jeffblankenburg.com/2011/04/06/cutting-the-cord/"&gt;cut the cord&lt;/a&gt; and no longer subscribe to cable TV.  Instead I use Netflix, RedBox, and over the air channels but again with reduced time consumption.  With the time I’ve freed up I’m back to working out 2-3 times a week and reading 4 nights a week (both of which I had been neglecting previously).  I’ll mention a few tools for helping measure your time in the Tools section.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Processes&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   &lt;u&gt;Do not multi-task&lt;/u&gt;.  I’ll say it again.  &lt;u&gt;Do not multi-task&lt;/u&gt;.  There is no such thing as multi tasking.  The human brain is optimized to work on one thing at a time.  When you are “multi-tasking” you are really doing 2 or more things at less than 100%, usually by a wide margin.  I take pride in my work and when I’m doing something less than 100% the results typically degrade rapidly.&lt;/p&gt;  &lt;p&gt;   Now there are some ways of bending the rules of physics for this one.  There is the notion of getting a double amount of work done in the same timeframe.  Some examples would be listening to podcasts / watching a movie while working out, &lt;a href="http://www.ericharlan.com/Everything_Else/building-a-sitting-standing-desk-a229.html"&gt;using a treadmill as your work desk&lt;/a&gt;, or reading while in the bathroom.&lt;/p&gt;  &lt;p&gt;   Personally I’ve found good results in combining one task that does not require focus (making dinner, playing certain video games, working out) and one task that does (watching a movie, listening to podcasts).  I believe this is related to me being a visual and kinesthetic (using my hands or actually doing it) learner.  I’m terrible with auditory learning.  My fiance and I joke that sometimes we talk and talk to each other but never really hear each other.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Goals / Tasks&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Goals can give us direction in life and a sense of accomplishment when we complete them.  Goals can also overwhelm us and give us a sense of failure when we don’t complete them.  I propose that you shift your perspective and not dwell on all of the things that you haven’t gotten done, but focus instead on regularly setting measureable goals that are within reason of accomplishing.&lt;/p&gt;  &lt;p&gt;   At the end of each time frame have a retrospective to review your progress.  Do not feel guilty about what you did not accomplish.  Feel proud of what you did accomplish and readjust your goals for the next time frame to more attainable goals.  Here is a sample schedule I’ve seen proposed by some.  I have not consistently set goals for each timeframe, but I do typically set 3 small goals a day (this blog post is #2 for today).&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Each day set 3 small goals &lt;/li&gt;    &lt;li&gt;Each week set 3 medium goals &lt;/li&gt;    &lt;li&gt;Each month set 1 large goal &lt;/li&gt;    &lt;li&gt;Each year set 2 very large goals &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;ul&gt;&lt;!--EndFragment--&gt;&lt;/ul&gt;  &lt;p&gt;&lt;font size="5"&gt;Tools&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Tools are an extension of our human body.  They help us extend beyond what we can physically and mentally do.  Below are some tools I use almost daily or have found useful as of late.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Disclaimer: I am not getting endorsed to promote any of these products.  I just happen to like them and find them useful.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.instapaper.com/u"&gt;Instapaper&lt;/a&gt; – Save internet links for reading later.  There are many tools like this but I’ve found this to be a great one.  There is even a “read it later” JavaScript button you can add to your browser so when you navigate to a site it will then add this to your list.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.stacksforinstapaper.com/"&gt;Stacks for Instapaper&lt;/a&gt; – A Windows Phone 7 app for reading my Instapaper articles on the go.  It does require a subscription to Instapaper (nominal $3 every three months) but is easily worth the cost.  Alternatively you can set up your Kindle to sync with Instapaper easily but I haven’t done so.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.news.me/"&gt;News.me&lt;/a&gt; – News.me is a web service that will aggregate the top stories from your Facebook or Twitter stream and then send you a daily email.  I used to use a service that got bought by Twitter a few months ago, but I’ve honestly forgotten the name of that company.  I now use a combination of News.me and Instapaper to read news stories on my time schedule instead of constantly checking Twitter all day long.&lt;/p&gt;  &lt;p&gt;SlapDash Podcast – Apps for &lt;a href="http://www.windowsphone.com/en-us/store/app/slapdash-podcasts/90e8b121-080b-e011-9264-00237de2db9e"&gt;Windows Phone&lt;/a&gt; and  &lt;a href="http://apps.microsoft.com/webpdp/en-us/app/slapdash-podcasts/0c62e66a-f2e4-4403-af88-3430a821741e/m/ROW"&gt;Windows 8&lt;/a&gt; (possibly other platforms) to sync podcast viewing / listening across multiple devices.  Now that I have my Surface RT device (which I love) this is making my consumption easier to manage.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://apps.microsoft.com/webpdp/en-us/app/feed-reader/d03199c9-8e08-469a-bda1-7963099840cc/m/ROW"&gt;Feed Reader&lt;/a&gt; – Simple Windows 8 app for quickly catching up on my RSS feeds.  I used to have hundreds of unread items all the time.  Now I’m down to 20-50 regularly and it is much easier and faster to consume on my &lt;a href="http://surface.microsoftstore.com/store/msstore/Content/pbpage.Surface?ESICaching=off"&gt;Surface RT&lt;/a&gt;.  There is also a free version (which I use) and I can’t see much different between the free and paid versions currently.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.rescuetime.com/"&gt;Rescue Time&lt;/a&gt; – Have you ever wondered how much time you’ve spent on websites vs. email vs. “doing work”?  This service tracks your computer actions and then lets you report on them.  This can help you quantitatively identify areas where your actions are not in line with your priorities.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/scriptcenter/bb410849.aspx"&gt;PowerShell&lt;/a&gt; – Windows automation tool.  It is now built into every client and server OS.  This tool has saved me days (and I mean the full 24 hrs worth) of time and effort in the past year alone.  If you haven’t started learning PowerShell and are administrating any Windows OS or server product you need to start learning PowerShell today.&lt;/p&gt;  &lt;p&gt;Various blogging tools – I wrote a post a couple years ago called &lt;a href="http://briantjackett.com/archive/2010/01/12/how-i-blog.aspx"&gt;How I Blog&lt;/a&gt; about my blogging process and tools used.  Almost all of it still applies today.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Personal Health&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Some of these may be common sense or debatable, but I’ve found them to help prioritize my daily activities.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Get plenty of sleep on a regular basis.  Sacrificing sleep too many nights a week negatively impacts your cognition, attitude, and overall health. &lt;/li&gt;    &lt;li&gt;Exercise at least three days.  Exercise could be lifting weights, taking the stairs up multiple flights of stairs, walking for 20 mins, or a number of other "non-traditional” activities.  I find that regular exercise helps with sleep and improves my overall attitude. &lt;/li&gt;    &lt;li&gt;Eat a well balanced diet.  Too much sugar, caffeine, junk food, etc. are not good for your body.  This is not a matter of losing weight but taking care of your body and helping you perform at your peak potential. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Email&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   Email can be one of the biggest time consumers (i.e. waster) if you aren’t careful.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Time box your email usage.  Set a meeting invite for yourself if necessary to limit how much time you spend checking email. &lt;/li&gt;    &lt;li&gt;Use rules to prioritize your email.  Email from external customers, my manager, or include me directly on the To line go into my inbox.  Everything else goes a level down and I have 30+ rules to further sort it, mostly distribution lists. &lt;/li&gt;    &lt;li&gt;Use keyboard shortcuts (when available).  I use Outlook for my primary email and am constantly hitting Alt + S to send, Ctrl + 1 for my inbox, Ctrl + 2 for my calendar, Space / Tab / Shift + Tab to mark items as read, and a number of other useful commands.  Learn them and you’ll see your speed getting through emails increase. &lt;/li&gt;    &lt;li&gt;Keep emails short.  &lt;strike&gt;No one &lt;/strike&gt;Few people like reading through long emails.  The first line should state exactly why you are sending the email followed by a 3-4 lines to support it.  Anything longer might be better suited as a phone call or in person discussion. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Conclusion&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;   In this post I walked through various tips and tricks I’ve found for improving personal productivity.  It is a mix of re-focusing on the things that matter, using tools to assist in your efforts, and cutting out actions that are not aligned with your priorities.  I originally had a whole section on keyboard shortcuts, but with my recent purchase of the Surface RT I’m finding that touch gestures have replaced numerous keyboard commands that I used to need.  I see a big future in touch enabled devices.  Hopefully some of these tips help you out.  If you have any tools, tips, or ideas you would like to share feel free to add in the comments section.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;      -Frog Out&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="5"&gt;Links&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Scott Hanselman Productivity posts&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.hanselman.com/blog/CategoryView.aspx?category=Productivity" href="http://www.hanselman.com/blog/CategoryView.aspx?category=Productivity"&gt;http://www.hanselman.com/blog/CategoryView.aspx?category=Productivity&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Overcome your work addiction&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.hbr.org/hbsfaculty/2012/05/overcome-your-work-addiction.html?awid=5512355740280659420-3271" href="http://blogs.hbr.org/hbsfaculty/2012/05/overcome-your-work-addiction.html?awid=5512355740280659420-3271"&gt;http://blogs.hbr.org/hbsfaculty/2012/05/overcome-your-work-addiction.html?awid=5512355740280659420-3271&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Millennials paralyzed by choice&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://priyaparker.com/blog/millennials-paralyzed-by-choice" href="http://priyaparker.com/blog/millennials-paralyzed-by-choice"&gt;http://priyaparker.com/blog/millennials-paralyzed-by-choice&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Its Not What You Read Its What You Ignore&lt;/strong&gt; (video)&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.hanselman.com/blog/ItsNotWhatYouReadItsWhatYouIgnoreVideoOfScottHanselmansPersonalProductivityTips.aspx" href="http://www.hanselman.com/blog/ItsNotWhatYouReadItsWhatYouIgnoreVideoOfScottHanselmansPersonalProductivityTips.aspx"&gt;http://www.hanselman.com/blog/ItsNotWhatYouReadItsWhatYouIgnoreVideoOfScottHanselmansPersonalProductivityTips.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Cutting the cord – Jeff Blankenburg&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.jeffblankenburg.com/2011/04/06/cutting-the-cord/" href="http://www.jeffblankenburg.com/2011/04/06/cutting-the-cord/"&gt;http://www.jeffblankenburg.com/2011/04/06/cutting-the-cord/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Building a sitting standing desk – Eric Harlan&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.ericharlan.com/Everything_Else/building-a-sitting-standing-desk-a229.html" href="http://www.ericharlan.com/Everything_Else/building-a-sitting-standing-desk-a229.html"&gt;http://www.ericharlan.com/Everything_Else/building-a-sitting-standing-desk-a229.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Instapaper&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.instapaper.com/u" href="http://www.instapaper.com/u"&gt;http://www.instapaper.com/u&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Stacks for Instapaper&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.stacksforinstapaper.com/" href="http://www.stacksforinstapaper.com/"&gt;http://www.stacksforinstapaper.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Slapdash Podcast&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Windows Phone -&lt;/p&gt;  &lt;p&gt; &lt;a title="http://www.windowsphone.com/en-us/store/app/slapdash-podcasts/90e8b121-080b-e011-9264-00237de2db9e" href="http://www.windowsphone.com/en-us/store/app/slapdash-podcasts/90e8b121-080b-e011-9264-00237de2db9e"&gt;http://www.windowsphone.com/en-us/store/app/slapdash-podcasts/90e8b121-080b-e011-9264-00237de2db9e&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows 8 - &lt;/p&gt;  &lt;p&gt;&lt;a title="http://apps.microsoft.com/webpdp/en-us/app/slapdash-podcasts/0c62e66a-f2e4-4403-af88-3430a821741e/m/ROW" href="http://apps.microsoft.com/webpdp/en-us/app/slapdash-podcasts/0c62e66a-f2e4-4403-af88-3430a821741e/m/ROW"&gt;http://apps.microsoft.com/webpdp/en-us/app/slapdash-podcasts/0c62e66a-f2e4-4403-af88-3430a821741e/m/ROW&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Feed Reader&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://apps.microsoft.com/webpdp/en-us/app/feed-reader/d03199c9-8e08-469a-bda1-7963099840cc/m/ROW" href="http://apps.microsoft.com/webpdp/en-us/app/feed-reader/d03199c9-8e08-469a-bda1-7963099840cc/m/ROW"&gt;http://apps.microsoft.com/webpdp/en-us/app/feed-reader/d03199c9-8e08-469a-bda1-7963099840cc/m/ROW&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Surface RT&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://surface.microsoftstore.com/store/msstore/Content/pbpage.Surface?ESICaching=off" href="http://surface.microsoftstore.com/store/msstore/Content/pbpage.Surface?ESICaching=off"&gt;http://surface.microsoftstore.com/store/msstore/Content/pbpage.Surface?ESICaching=off&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Rescue Time&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.rescuetime.com/" href="http://www.rescuetime.com/"&gt;http://www.rescuetime.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PowerShell Script Center&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/scriptcenter/bb410849.aspx" href="http://technet.microsoft.com/en-us/scriptcenter/bb410849.aspx"&gt;http://technet.microsoft.com/en-us/scriptcenter/bb410849.aspx&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/bjackett/aggbug/151175.aspx" width="1" height="1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=jP-Yb4EugtM:i5tDfbposbI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=jP-Yb4EugtM:i5tDfbposbI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?i=jP-Yb4EugtM:i5tDfbposbI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?a=jP-Yb4EugtM:i5tDfbposbI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheFrogPondOfTechnology?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheFrogPondOfTechnology/~4/jP-Yb4EugtM" height="1" width="1"/&gt;</description>
            <dc:creator>Brian T. Jackett</dc:creator>
            <guid isPermaLink="false">http://geekswithblogs.net/bjackett/archive/2012/11/05/productivity-tips.aspx</guid>
            <pubDate>Tue, 06 Nov 2012 03:54:51 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bjackett/comments/151175.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bjackett/archive/2012/11/05/productivity-tips.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bjackett/comments/commentRss/151175.aspx</wfw:commentRss>
        <feedburner:origLink>http://geekswithblogs.net/bjackett/archive/2012/11/05/productivity-tips.aspx</feedburner:origLink></item>
    </channel>
</rss>
