<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anlan.com &#187; powershell</title>
	<atom:link href="http://www.anlan.com/tag/powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anlan.com</link>
	<description>Disorganizzata cronologia di esperienze IT (e non ...)</description>
	<lastBuildDate>Thu, 22 Dec 2011 11:02:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PowerShell : Convalidare un indirizzo IP</title>
		<link>http://www.anlan.com/2011/09/powershell-convalidare-un-indirizzo-ip/</link>
		<comments>http://www.anlan.com/2011/09/powershell-convalidare-un-indirizzo-ip/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 14:23:43 +0000</pubDate>
		<dc:creator>Andrea Lanfranchi</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://www.anlan.com/?p=657</guid>
		<description><![CDATA[Ho già scritto di come sia possibile utilizzare .NET per convalidare un indirizzo IP senza utilizzare complesse espressioni regolari (regexp). Per naturale conversione ecco come effettuare la medesima operazione utilizzando PowerShell 1 2 3 4 5 Function IsValidIPAddress &#123; param&#40;&#91;string&#93;$ipAddress = $&#40;throw &#34;You must provide an address&#34;&#41;&#41; Set-Variable -name Ip -value &#40;&#91;System.Net.IPAddress&#93;::Parse&#40;&#34;127.0.0.1&#34;&#41;&#41; -scope Local If [...]]]></description>
		<wfw:commentRss>http://www.anlan.com/2011/09/powershell-convalidare-un-indirizzo-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script Powershell schedulati con Windows Vista / 7 / 2008</title>
		<link>http://www.anlan.com/2011/03/script-powershell-schedulati-con-windows-vista-7-2008/</link>
		<comments>http://www.anlan.com/2011/03/script-powershell-schedulati-con-windows-vista-7-2008/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 13:29:33 +0000</pubDate>
		<dc:creator>Andrea Lanfranchi</dc:creator>
				<category><![CDATA[Mondo IT]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.anlan.com/?p=564</guid>
		<description><![CDATA[Il &#8220;vecchio&#8221; strumento per le operazioni pianificate che ci ha accompagnato fino a Windows 2003 è stato completamente soppiantato da un insanamente complicato Task Scheduler (Utilità di Pianficazione) che trova posto nelle nuove versioni Vista / 7  / 2008. A volte sembra che in Microsoft uno degli uffici più attivi sia l&#8217;UCAS : Ufficio Complicazioni [...]]]></description>
		<wfw:commentRss>http://www.anlan.com/2011/03/script-powershell-schedulati-con-windows-vista-7-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powershell e Windows 2000</title>
		<link>http://www.anlan.com/2010/01/powershell-e-windows-2000/</link>
		<comments>http://www.anlan.com/2010/01/powershell-e-windows-2000/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 11:00:22 +0000</pubDate>
		<dc:creator>Andrea Lanfranchi</dc:creator>
				<category><![CDATA[Mondo IT]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.anlan.com/?p=357</guid>
		<description><![CDATA[Si può avere PowerShell su Windows 2000 ? Si Da dove scarico l&#8217;installer di PowerShell per Windows 2000 ? Non lo puoi scaricare perchè non esiste. PowerShell non è nemmeno minimamente supportata per Windows 2000 e vi sono pure dei dubbi sul fatto che sia legale installarla su Windows 2000. E quand&#8217;anche riuscissi ad installarla, [...]]]></description>
		<wfw:commentRss>http://www.anlan.com/2010/01/powershell-e-windows-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

