 




<?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>If it has a plug, it&#039;s IT stuff &#187; Patch management</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-support/tag/patch-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-support</link>
	<description></description>
	<lastBuildDate>Wed, 26 Nov 2008 09:46:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>[TLBAT] Intranet: an image is worth 1000 words!!</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 12:52:13 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Active Server Pages]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Intranet portal]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Patch management]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/</guid>
		<description><![CDATA[Hi folks, I just found out that I had an image of the concept behind the Download Center so I think it&#8217;s much better to post it so this can clearly explain how the whole thing works…here it is!]]></description>
				<content:encoded><![CDATA[<p>Hi folks, I just found out that I had an image of the concept behind the Download Center so I think it&#8217;s much better to post it so this can clearly explain how the whole thing works…here it is!</p>
<p><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/52/files/2008/09/diagram1.gif" alt="Download Center diagram" /></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-intranet-an-image-is-worth-1000-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TLBAT] Keep patches and updates under control with WSUS</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 13:07:07 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Patch management]]></category>
		<category><![CDATA[TLBAT]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/</guid>
		<description><![CDATA[In my previous articles I&#8217;ve described the process to allow several services and servers to be installed for free or at low cost in your network; this post continues with &#8220;I want it but I have no budget&#8221; philosophy and enables you to have an update and patching system for your network where you can [...]]]></description>
				<content:encoded><![CDATA[<p>In my previous articles I&#8217;ve described the process to allow several services and servers to be installed for free or at low cost in your network; this post continues with &#8220;<em>I want it but I have no budget</em>&#8221; philosophy and enables you to have an update and patching system for your network where you can control who, what, when is updated/upgraded.</p>
<p>In order to have a server/infrastructure of servers for the updates in your network, you will need to install the Microsoft Windows Update Services Server 3.0 (a.k.a. WSUS).</p>
<p>Basically with WSUS you can create a local update server where you can control all the updating process for your client&#8217;s network. You may choose to download the updates and patches from the Microsoft Update site and store a copy of the files locally in order to save bandwidth; you may only choose to control the approval/denial of the updates and have the clients connect to Microsoft to download the files; you may also create a tier based WSUS structure where a child server receives updates and approvals from the above server and so on.</p>
<p>Once you have designed, planned and installed your WSUS structure you can then use Group Policies, or any other method (e.g. VBScript) to have your clients connect to the WSUS servers in your structure.</p>
<p>First start by <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C8FA2FD1-72F6-4F19-A1B0-F689DAE14BE6&amp;displaylang=en" target="_blank">downloading this document</a> that describes the process for deploying the WSUS; then you may consider <a href="http://technet2.microsoft.com/windowsserver/en/library/b4ff7f56-45b5-4f2b-82e7-283903d23c261033.mspx?mfr=true">having a look at this site</a> that explains how to implement GPO for the use of WSUS or consider using either <a href="http://www.microsoft.com/technet/scriptcenter/scripts/sus/default.mspx?mfr=true">VBScript</a> or this <a href="http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=55435&amp;lngWId=1">Visual Basic 6.0 tool</a> I released some years ago.</p>
<p>This time we have to thank Microsoft for providing another money-saver tool that won&#8217;t impact your low budget!!!</p>
<p>Keep on reading my blog and in the end you will have saved lots of buck$ that you may consider to send me via PayPal!! <span><img src="http://gaming.ngi.it/images/ngismiles/asd.gif" alt="ASD" height="15" width="15" /></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-keep-patches-and-updates-under-control-with-wsus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
