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

<channel>
	<title>Technically Speaking</title>
	<atom:link href="http://chrisfederico.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisfederico.wordpress.com</link>
	<description>Programming and Anything else..</description>
	<lastBuildDate>Thu, 11 Jun 2009 20:44:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='chrisfederico.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9dc86a7f4193a04a59e5d303872db1ab?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Technically Speaking</title>
		<link>http://chrisfederico.wordpress.com</link>
	</image>
			<item>
		<title>Using Powershell and Subinacl.exe to Permission Printers</title>
		<link>http://chrisfederico.wordpress.com/2009/06/11/using-powershell-and-subinacl-exe-to-permission-printers/</link>
		<comments>http://chrisfederico.wordpress.com/2009/06/11/using-powershell-and-subinacl-exe-to-permission-printers/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:42:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Printer Security]]></category>
		<category><![CDATA[subinacl.exe]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=121</guid>
		<description><![CDATA[Hi Folks ,
 
I was given a task at work to add a global group to 100&#8217;s of printer queue&#8217;s . I knew I wanted to use powershell to do this task but was unsure how to permission printers . I came across this utility (Subinacl.exe) that I knew about but didn&#8217;t think it permissioned printer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=121&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi Folks ,</p>
<p> </p>
<p>I was given a task at work to add a global group to 100&#8217;s of printer queue&#8217;s . I knew I wanted to use powershell to do this task but was unsure how to permission printers . I came across this utility (Subinacl.exe) that I knew about but didn&#8217;t think it permissioned printer queue&#8217;s . It took just one line to accomplish this task . In minutes I permssioned 100&#8217;s of queue&#8217;s and my manager was very happy with the result .</p>
<p>So here is the one line :<br />
<code><br />
gwmi -class Win32_Printer -comp ServerName | % { $_.Name} | % { subinacl.exe /printer <a href="//\\ServerName\$">\\ServerName\$</a>_ /grant=DomainName\GroupName=F}<br />
</code><br />
F means Full Control&#8230;</p>
<p>You can also use M for Manage Documents or P for Print .</p>
<p>This is a good example also of Powershell&#8217;s ability to work with command line utilities .</p>
<p>I thought this was cool and a super time saver . If you have any questions please comment below and I will respond pronto <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=121&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2009/06/11/using-powershell-and-subinacl-exe-to-permission-printers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Powershell Modules w/ Advanced Functions</title>
		<link>http://chrisfederico.wordpress.com/2009/05/27/introduction-to-powershell-modules-w-advanced-functions/</link>
		<comments>http://chrisfederico.wordpress.com/2009/05/27/introduction-to-powershell-modules-w-advanced-functions/#comments</comments>
		<pubDate>Wed, 27 May 2009 23:22:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[V2 CTP3]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[Powershell Advanced Functions]]></category>
		<category><![CDATA[Powershell Modules]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=113</guid>
		<description><![CDATA[          If you been using powershell you heard these terms Modules and Advanced functions . What are they ? Why are they important ? Why would I want to use them ? Do I need to use them ? As you can see allot of questions.
          Modules have replaced Pssnapins in V1 which was compiled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=113&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>          If you been using powershell you heard these terms Modules and Advanced functions . What are they ? Why are they important ? Why would I want to use them ? Do I need to use them ? As you can see allot of questions.</p>
<p>          Modules have replaced Pssnapins in V1 which was compiled code usually C#  that gave powershell more functionality .This was a way to add more cmdlets . An example of this is System Center Operations Manager (SCOM) pssnapin . When you install the console along with powershell you get the pssnapin for SCOM which gives you a bunch of cmdlets.</p>
<p>          Now with powershell V2 we have what are called modules . These modules can be any function that you have written in powershell. That is the beauty of modules they are basically scripted cmdlets that you create . Now anyone can create them. You don&#8217;t need to fire up a compiler and bang out C# code to get the extra functionality you need .So if you take any function your written in Powershell and changed the extension to .psm1 then you have a module .</p>
<p>           They are important because they can save you time by re-using specific scripts to do repetitive tasks . When you import your module its loaded into your powershell session sort of like dot sourcing your script. First you need to know where are the modules located . To find out where your modules folder is located enter this command in your powershell command prompt .</p>
<p>dir env:psmodulepath</p>
<p>psmodulepath is an environment variable. Please see this blog for more information <a href="http://tfl09.blogspot.com/2009/01/modules-in-powershell-v2.html">http://tfl09.blogspot.com/2009/01/modules-in-powershell-v2.html</a></p>
<p>You should see something like this &#8230;</p>
<p>Name                           Value<br />
&#8212;-                           &#8212;&#8211;<br />
PSMODULEPATH                   C:\Documents and Settings\username\My Documents\WindowsPowerShell\Modules;</p>
<p>There is also a location in your %windir%\system32\Windowspowershell\modules directory.</p>
<p> </p>
<p>You probably be using the user specific directory.</p>
<p>So now that you know where the modules are here is an example of a module I created :</p>
<p>I will call it Get-OSInFo.psm1</p>
<p>Here is what it looks like using Advanced Functions:</p>
<p> </p>
<p>Function Get-OsInfo {</p>
<p>&lt;#<br />
.Synopsis<br />
 Gets basic Os information Using WMI OperatingSystem Class.<br />
.Description<br />
 Gets basic Os information Using WMI OperatingSystem Class.<br />
.Parameter ComputerName<br />
 Name of the of the Computer you want info on.</p>
<p>.Example<br />
 PS&gt; get-OsInfo -computer serverA<br />
.Link<br />
    about_functions<br />
    about_functions_advanced<br />
    about_functions_advanced_methods<br />
    about_functions_advanced_parameters<br />
.Notes<br />
NAME:      Get-OsInfo<br />
AUTHOR:    Name<br />
LASTEDIT:  05/26/2009</p>
<p>#&gt;</p>
<p>param(<br />
[Parameter(Mandatory=$true)]<br />
[string]$computerName = &#8220;localhost&#8221;<br />
)</p>
<p>gwmi -class Win32_OperatingSystem -Computer $computername</p>
<p>}</p>
<p>            Advanced Functions is new for V2 . What makes them so nice to use is the built in help . Notice the syntax. Also notice the parameter section . This is a new way to specify parameters. Note that I have a parameter called Computername default to local host and it is mandatory. You can go crazy with parameters but this is just an intro so more to come in the future . The last portion is the standard WMI call to OperatingSystem .</p>
<p> </p>
<p>Now lets put this all together <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Place this file in your modules folder but create a folder called get-osinfo and put the psm1 file in there. I use the same name as the script for the folder . (I am not sure if that is necessary but it is best practices ).</p>
<p> </p>
<p>Now that we have the module file in the correct place open up your powershell command prompt.</p>
<p>We are going to import the module &#8230;</p>
<p>import-module get-osinfo.psm1</p>
<p>Like I said before this is like dot sourcing a script (. .\scriptname.ps1). Now that we imported it lets check it out ..</p>
<p>Before we do I wanted to point out that you can have an umlimited number of functions in this psm1 file . So what if you got a bunch of functions for a third party how would you know what functions are in this file ?</p>
<p>A somewhat easy way would be to use this command (This is after you imported the module )</p>
<p>get-command -commandtype Function</p>
<p>CommandType     Name                                                     Definition<br />
&#8212;&#8212;&#8212;&#8211;     &#8212;-                                                     &#8212;&#8212;&#8212;-<br />
Function        A:                                                       Set-Location A:<br />
Function        B:                                                       Set-Location B:<br />
Function        C:                                                       Set-Location C:<br />
Function        cd..                                                     Set-Location ..<br />
Function        cd\                                                      Set-Location \<br />
Function        Clear-Host                                               $space = New-Object System.Management.Au<br />
Function        D:                                                       Set-Location D:<br />
Function        Disable-PSRemoting                                       &#8230;<br />
Function        E:                                                       Set-Location E:<br />
Function        Enable-PSRemoting                                        &#8230;<br />
Function        F:                                                       Set-Location F:<br />
Function        G:                                                       Set-Location G:<br />
Function        Get-OsInfo                                               &#8230;<br />
Function        H:                                                       Set-Location H:</p>
<p>You can see we see our get-Osinfo function listed .</p>
<p> </p>
<p>Now that we know that is the function we need &#8230;we need to know how to run it (Remember the built in help for the function we created ?? )</p>
<p>Well lets get help the same way you would get help on any of other function or cmdlet.</p>
<p>help get-osinfo -det</p>
<p>NAME<br />
    Get-OsInfo</p>
<p>SYNOPSIS<br />
    Gets basic Os information Using WMI OperatingSystem Class.<br />
SYNTAX<br />
    Get-OsInfo [-computerName] [&lt;String&gt;] [-Verbose] [-Debug] [-ErrorAction [&lt;ActionPreference&gt;]] [-WarningAction [<br />
    nce&gt;]] [-ErrorVariable [&lt;String&gt;]] [-WarningVariable [&lt;String&gt;]] [-OutVariable [&lt;String&gt;]] [-OutBuffer [&lt;Int32&gt;<br />
    ameters&gt;]<br />
DETAILED DESCRIPTION<br />
    Gets basic Os information Using WMI OperatingSystem Class.<br />
PARAMETERS<br />
    -computerName<br />
        Name of the of the Computer you want info on.</p>
<p>    &lt;CommonParameters&gt;<br />
        This cmdlet supports the common parameters: -Verbose, -Debug,<br />
        -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable,<br />
        -OutBuffer and -OutVariable. For more information, type,<br />
        &#8220;get-help about_commonparameters&#8221;.</p>
<p>    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; EXAMPLE 1 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p> </p>
<p>    PS&gt; get-OsInfo -computer serverA<br />
REMARKS<br />
    To see the examples, type: &#8220;get-help Get-OsInfo -examples&#8221;.<br />
    For more information, type: &#8220;get-help Get-OsInfo -detailed&#8221;.<br />
    For technical information, type: &#8220;get-help Get-OsInfo -full&#8221;.</p>
<p> </p>
<p>Isn&#8217;t that great !!!</p>
<p>Lets run it &#8230;</p>
<p>Get-Osinfo -computername ServerA</p>
<p>(Notice how the parameter variable computername is used &#8230;)</p>
<p>You can even pipe this to the select cmdlet  like so</p>
<p>Get-Osinfo -computername ServerA | select Name,Organization,BuildNumber</p>
<p> </p>
<p>To sum up &#8230; Modules helps you create specific functions to help you with different tasks . Microsoft made these scriptable so that any one can create them . By using advanced functions you get the built in help and special parameter settings for your functions .</p>
<p>It doesn&#8217;t stop here &#8230; there are also module manifests . Also you can enable different functions in your modules for lets say security reasons . This was just an introduction.</p>
<p> </p>
<p>I hope you enjoyed reading this blog <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> </p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=113&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2009/05/27/introduction-to-powershell-modules-w-advanced-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Powershell Using $OFS</title>
		<link>http://chrisfederico.wordpress.com/2009/05/05/powershell-using-ofs/</link>
		<comments>http://chrisfederico.wordpress.com/2009/05/05/powershell-using-ofs/#comments</comments>
		<pubDate>Wed, 06 May 2009 01:03:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[$ofs]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=110</guid>
		<description><![CDATA[Hello ,
$OFS which is a special variable in powershell . OFS stands for Output field separator . You would use this to separate objects in your array for example :
 
PS H:\&#62; $numbers = 1,2,3,4,5
PS H:\&#62; $numbers
1
2
3
4
5
 
What if you wanted to separate these let say with a semi colon . You can use the $OFS variable..
PS H:\&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=110&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello ,</p>
<p>$OFS which is a special variable in powershell . OFS stands for Output field separator . You would use this to separate objects in your array for example :</p>
<p> </p>
<p>PS H:\&gt; $numbers = 1,2,3,4,5<br />
PS H:\&gt; $numbers</p>
<p>1<br />
2<br />
3<br />
4<br />
5</p>
<p> </p>
<p>What if you wanted to separate these let say with a semi colon . You can use the $OFS variable..</p>
<p>PS H:\&gt; $ofs = &#8220;;&#8221; ;[string]$numbers<br />
1;2;3;4;5 </p>
<p> </p>
<p>This could be useful lets say if your getting users out of AD to setup an e-mail in outlook .</p>
<p>Not to bad &#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For More info :</p>
<p><a href="http://blogs.msdn.com/powershell/archive/2006/07/15/What-is-OFS.aspx">http://blogs.msdn.com/powershell/archive/2006/07/15/What-is-OFS.aspx</a> </p>
<p> </p>
<p>Have Fun !</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=110&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2009/05/05/powershell-using-ofs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>The future of Microsoft Flight Simulator</title>
		<link>http://chrisfederico.wordpress.com/2009/01/28/the-future-of-microsoft-flight-simulator/</link>
		<comments>http://chrisfederico.wordpress.com/2009/01/28/the-future-of-microsoft-flight-simulator/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:46:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Microsoft Flight Simulator]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=106</guid>
		<description><![CDATA[Everyone has heard the news about the layoffs happening at Microsoft and I even seen news relating to laying off the Aces division which includes the Flight Simulator program. If this is true it is truly sad. Its one of the oldest products of Microsoft since 1982 and even older then that starting with Sublogic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=106&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Everyone has heard the news about the layoffs happening at Microsoft and I even seen news relating to laying off the Aces division which includes the Flight Simulator program. If this is true it is truly sad. Its one of the oldest products of Microsoft since 1982 and even older then that starting with Sublogic . I hope this is not the end.</p>
<p> </p>
<p>What do you have to say about it ?</p>
<p>Here is a link that has some information about this . <a href="http://technologizer.com/2009/01/23/has-microsoft-flight-simulator-been-canceled-after-29-years/" target="_blank">Click-here</a>.</p>
<p> </p>
<p>Thanks</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=106&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2009/01/28/the-future-of-microsoft-flight-simulator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>ScreenCast Powershell ISE Modifying the Console</title>
		<link>http://chrisfederico.wordpress.com/2009/01/06/screencast-powershell-ise-modifying-the-console/</link>
		<comments>http://chrisfederico.wordpress.com/2009/01/06/screencast-powershell-ise-modifying-the-console/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:46:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Powershell ISE]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=99</guid>
		<description><![CDATA[I created a small screen cast on how to modify the Powershell ISE thru your profile . The Windows Powershell Team has a blog about this here .
The screen cast is here .
 
Please let me know if you like these.
 
Thanks
 
Chris
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=99&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I created a small screen cast on how to modify the Powershell ISE thru your profile . The Windows Powershell Team has a blog about this <a href="http://blogs.msdn.com/powershell/archive/2008/12/29/powershell-ise-can-do-a-lot-more-than-you-think.aspx">here</a> .</p>
<p>The screen cast is <a href="http://www.screencast.com/t/V82YaW9u8D" target="_blank">here</a> .</p>
<p> </p>
<p>Please let me know if you like these.</p>
<p> </p>
<p>Thanks</p>
<p> </p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=99&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2009/01/06/screencast-powershell-ise-modifying-the-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Just Some quick Notices</title>
		<link>http://chrisfederico.wordpress.com/2009/01/05/just-some-quick-notices/</link>
		<comments>http://chrisfederico.wordpress.com/2009/01/05/just-some-quick-notices/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 20:08:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Powershell information]]></category>
		<category><![CDATA[Powershell posts]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=86</guid>
		<description><![CDATA[This has been mentioned on other blogging sites but I wanted to put some links in my blog to some of this stuff.
Scott Herold Blog on Vmware and PowerGui
http://www.vmguru.com/index.php/articles-mainmenu-62/scripting/74-getting-started-with-powershell-and-powergui-in-your-virtual-infrastructure
Microsoft Powershell team with a little Screencast action :
http://blogs.msdn.com/powershell/archive/2009/01/05/ps-dir-a-d-the-screencast.aspx
A really cool series on Regex stuff if you don&#8217;t know what this is then please check it out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=86&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This has been mentioned on other blogging sites but I wanted to put some links in my blog to some of this stuff.</p>
<p>Scott Herold Blog on Vmware and PowerGui</p>
<p><a href="http://www.vmguru.com/index.php/articles-mainmenu-62/scripting/74-getting-started-with-powershell-and-powergui-in-your-virtual-infrastructure">http://www.vmguru.com/index.php/articles-mainmenu-62/scripting/74-getting-started-with-powershell-and-powergui-in-your-virtual-infrastructure</a></p>
<p>Microsoft Powershell team with a little Screencast action :</p>
<p><a href="http://blogs.msdn.com/powershell/archive/2009/01/05/ps-dir-a-d-the-screencast.aspx">http://blogs.msdn.com/powershell/archive/2009/01/05/ps-dir-a-d-the-screencast.aspx</a></p>
<p>A really cool series on Regex stuff if you don&#8217;t know what this is then please check it out :</p>
<p><a href="http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2008/12/28/regular-expression-webcast-series.aspx">http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2008/12/28/regular-expression-webcast-series.aspx</a></p>
<p>Get the latest version of Powergui :</p>
<p>Version 1.6</p>
<p><a href="http://www.powergui.org/downloads.jspa">http://www.powergui.org/downloads.jspa</a></p>
<p> </p>
<p>A word about the  Powershell ISE and PowerGui . I use PowerGui &#8230; I think that Powershell ISE is great but I wish that Microsoft would just let the 3rd party companies handle this . I know that Powershell ISE is a CTP app right now and I&#8217;m sure it will be great but Powergui is just awesome . I think Quest does a great job with these types of things .</p>
<p>Just my .02 cents .</p>
<p>Happy Post Holidays</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=86&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2009/01/05/just-some-quick-notices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>New Microsoft Site in beta &#8220;Microsoft Answers.&#8221;</title>
		<link>http://chrisfederico.wordpress.com/2008/12/31/new-microsoft-site-in-beta-microsoft-answers/</link>
		<comments>http://chrisfederico.wordpress.com/2008/12/31/new-microsoft-site-in-beta-microsoft-answers/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 01:13:27 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Microsoft Answers]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=83</guid>
		<description><![CDATA[I just thought I pass this on I ran into this site still in beta looks like called Microsoft Answers where any User (at any level of experience) can find answers for there computer problems. With all the information out there on different subjects about Windows this is just another site to add to your collection [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=83&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just thought I pass this on I ran into this site still in beta looks like called Microsoft Answers where any User (at any level of experience) can find answers for there computer problems. With all the information out there on different subjects about Windows this is just another site to add to your collection .</p>
<p><a href="http://answers.microsoft.com/en-us/windows/default.aspx" target="_blank">Click to go to Site</a>.</p>
<p>A nice feature I find is RSS feeds that you can add to your reader so you get the latest information . I know your going to say so what all sites have these &#8230; well it still s nice to have <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> *** Update this is for Windows Vista looks like &#8230; I thought it might be for all editions .. Not !</p>
<p>Happy New Year !</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=83&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2008/12/31/new-microsoft-site-in-beta-microsoft-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Functions with Powershell &#8211;Having some Fun!</title>
		<link>http://chrisfederico.wordpress.com/2008/12/27/advanced-functions-with-powershell-having-some-fun/</link>
		<comments>http://chrisfederico.wordpress.com/2008/12/27/advanced-functions-with-powershell-having-some-fun/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 02:22:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Advanced Functions]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=81</guid>
		<description><![CDATA[Hi Folks ,
Since Powershell V2 CTP3 is out and an important feature called Advanced Functions is a totally new way to create Functions should make your scripts easier . Easier being the key word so far I&#8217;m trying to get used to them. In order to learn this new style I decided to go back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=81&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi Folks ,</p>
<p>Since Powershell V2 CTP3 is out and an important feature called Advanced Functions is a totally new way to create Functions should make your scripts easier . Easier being the key word so far I&#8217;m trying to get used to them. In order to learn this new style I decided to go back to an earlier blog I did called <a href="http://chrisfederico.wordpress.com/2008/01/20/playoff-sunday-with-powershell-huh/" target="_blank">Playoff Sunday with powershell</a>. So I decided to do this script over with the new Advanced Function format . I will explain it after I show the script here :</p>
<p><code><br />
&lt;#<br />
.Synopsis<br />
Outputs random football Score for each team entered on the pipeline<br />
.Description<br />
This script outputs a random score for each football team entered into the pipeline<br />
.Parameter Team<br />
Team<br />
.Example<br />
PS&gt; "Cowboys","Giants" | .\get-footballscore.ps1 | ft -auto</code><br />
<code><br />
.ReturnValue<br />
[String]<br />
</code><br />
<code><br />
.Link<br />
about_functions<br />
about_functions_advanced<br />
about_functions_advanced_methods<br />
about_functions_advanced_parameters<br />
</code><br />
<code><br />
.Notes<br />
NAME: Get-FootballScore.ps1<br />
AUTHOR: Chris Federico<br />
LASTEDIT: 12/27/2008<br />
</code><br />
<code><br />
#&gt;<br />
</code><br />
<code><br />
param(<br />
[Parameter(Position=0, Mandatory=$true, ValueFromPipeline=$true)]<br />
[string]$Team<br />
)<br />
</code><br />
<code><br />
Process<br />
{<br />
</code><br />
<code><br />
#reset all values ;<br />
$intMaxNumofScores = 0<br />
$intTypeofScore = 0<br />
$s = 0<br />
$FinalScore = 0<br />
</code><br />
<code><br />
#create random max number of scores from 1-7<br />
$intMaxNumofScores = get-random -min 1 -max 5<br />
</code><br />
<code><br />
for ($s = 1;$s -le $intMaxNumofScores;$s++)<br />
{<br />
</code><br />
<code><br />
$intTypeofScore = get-random -min 1 -max 3<br />
</code><br />
<code><br />
</code><br />
<code><br />
switch ($intTypeofScore)<br />
{<br />
1 {$intTypeofScore = 7} #Touchdown<br />
2 {$intTypeofScore = 3} #FieldGoal<br />
3 {$intTypeofScore = 2} #Safety<br />
}<br />
$FinalScore = $FinalScore + $intTypeofScore<br />
</code><br />
<code><br />
}<br />
$obj = New-Object PsObject<br />
$obj | Add-Member NoteProperty Team([string]$Team)<br />
$obj | Add-Member NoteProperty Score([int]$FinalScore)<br />
Write-Output $obj<br />
}#Process<br />
</code><br />
If you break it up into parts its easier to understand . the First part is what is called the in line help (What is in between the &lt;# and #&gt; tags). Now you can provide your own help for your functions and link them to the common parameters already included in other cmdlets like -erroraction or -verbose &#8230;</p>
<p>So by providing the above inline help I can then use this to get help :</p>
<p>get-help .\get-footballScore.ps1 -full</p>
<p>NAME<br />
D:\Development\scripts\powershell\Get-FootballScore.ps1</p>
<p>SYNOPSIS<br />
Outputs random football Score</p>
<p>SYNTAX<br />
D:\Development\scripts\powershell\Get-FootballScore.ps1 [-Team] [] [-Verbose] [-Debug] [-ErrorAction []] [-WarningAction [ ce&gt;]] [-ErrorVariable []] [-WarningVariable []] [-OutVariable []] [-OutBuffer []] []</p>
<p>DETAILED DESCRIPTION<br />
This script outputs a random score for each football team entered into the pipeline</p>
<p>PARAMETERS<br />
-Team</p>
<p>Required? true<br />
Position? 0<br />
Default value<br />
Accept pipeline input? true (ByValue)<br />
Accept wildcard characters?<br />
This cmdlet supports the common parameters: -Verbose, -Debug,<br />
-ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable,<br />
-OutBuffer and -OutVariable. For more information, type,<br />
&#8220;get-help about_commonparameters&#8221;.</p>
<p>INPUT TYPE</p>
<p>RETURN TYPE<br />
[String]</p>
<p>NOTES</p>
<p>NAME: Get-FootballScore.ps1<br />
AUTHOR: Chris Federico<br />
LASTEDIT: 12/27/2008</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; EXAMPLE 1 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>PS&gt; &#8220;Cowboys&#8221;,&#8221;Giants&#8221; | .\get-footballscore.ps1| ft -auto</p>
<p>RELATED LINKS<br />
about_functions<br />
about_functions_advanced<br />
about_functions_advanced_methods<br />
about_functions_advanced_parameters</p>
<p>That is some cool Stuff what you can probably do is create a template with the the different parts so you don&#8217;t have to create them .</p>
<p>The next part is to declare your parameters . There are different ways to do this depending on how many parameters your passing into the function [parameter(position=0), what position they are in , what type [string] [int] , If the parameters are being passed in from the pipeline ValueFromPipeline=$true, You can also declare a default parameter I believe this way [cmdletdefaultparameter] (?). This is something I will need to get used too . Some of it was already there but other syntax I need to get used too.</p>
<p>The rest of the script I&#8217;m basically doing a bunch of random numbers . Its based on the # of scores randomly between 1 and 7 times . You can play with this a bit . Its not scientific at all but the maint thing was that I wanted to practice passing in parameters from the pipeline using advanced functions because this is the way powershell is going . There are so many more things new in V2 CTP 3 &#8230; Remoting ,Eventing &#8230; Creating Jobs against a bunch of Machines is very promising . Its like parallel processing almost .</p>
<p>Here is an example of a Cowboys vs Giants Score :<br />
&#8220;Gaints&#8221;,&#8221;Cowboys&#8221; |D:\Development\scripts\powershell\Get-FootballScore.ps1 | ft -auto</p>
<p>Team Score<br />
&#8212;- &#8212;&#8211;<br />
Gaints 16<br />
Cowboys 13</p>
<p>Subtle but you get the idea &#8230;.</p>
<p>Happy Holidays !<br />
Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=81&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2008/12/27/advanced-functions-with-powershell-having-some-fun/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Powershell V2 CTP3 Out !</title>
		<link>http://chrisfederico.wordpress.com/2008/12/24/powershell-v2-ctp3-out/</link>
		<comments>http://chrisfederico.wordpress.com/2008/12/24/powershell-v2-ctp3-out/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:55:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[V2 CTP3]]></category>
		<category><![CDATA[Powershell CTP3]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=78</guid>
		<description><![CDATA[If you would like to test it out go here .
A bunch of new features : cmdlets, Ability to create advanced functions . This caught my eye :

get-hotfix -comp Server01 -cred domain\yourusername

Having the -cred parameter is optional if your current user name has rights . If your using the -cred it prompts you for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=78&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you would like to test it out go <a href="http://blogs.msdn.com/powershell/archive/2008/12/23/early-christmas-present-from-powershell-team-community-technology-preview-3-ctp3-of-windows-powershell-v2.aspx" target="_blank">here </a>.</p>
<p>A bunch of new features : cmdlets, Ability to create advanced functions . This caught my eye :</p>
<p><code><br />
get-hotfix -comp Server01 -cred domain\yourusername<br />
</code></p>
<p>Having the -cred parameter is optional if your current user name has rights . If your using the -cred it prompts you for the password . How cool is that ?</p>
<p>When was the last time you used a scripting language that got you hot fixes on a remote machine in <strong>one line</strong>?</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=78&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2008/12/24/powershell-v2-ctp3-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Its Christmas Time !</title>
		<link>http://chrisfederico.wordpress.com/2008/12/21/its-christmas-time/</link>
		<comments>http://chrisfederico.wordpress.com/2008/12/21/its-christmas-time/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 22:23:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Christmas]]></category>

		<guid isPermaLink="false">http://chrisfederico.wordpress.com/?p=76</guid>
		<description><![CDATA[Check out the The 12 Guido Days Of Christmas . You can support them by purchasing this song on Itunes.
Happy Holidays!
Chris
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=76&subd=chrisfederico&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Check out the <a href="http://www.youtube.com/watch?v=Aogz162O5pE" target="_blank">The 12 Guido Days Of Christmas </a>. You can support them by purchasing this song on Itunes.</p>
<p>Happy Holidays!</p>
<p>Chris</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chrisfederico.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chrisfederico.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chrisfederico.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chrisfederico.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chrisfederico.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chrisfederico.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chrisfederico.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chrisfederico.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chrisfederico.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chrisfederico.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chrisfederico.wordpress.com&blog=2407557&post=76&subd=chrisfederico&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://chrisfederico.wordpress.com/2008/12/21/its-christmas-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
	</channel>
</rss>