<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WSUS 3.0: Approving Multiple Updates for a Specific Computer with Powershell</title>
	<atom:link href="http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html</link>
	<description>Scripting. Powershell, VMware, Windows, Active Directory &#38; Exchange. All that kind of stuff.....</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:43:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jonathan Medd</title>
		<link>http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html/comment-page-1#comment-14</link>
		<dc:creator>Jonathan Medd</dc:creator>
		<pubDate>Thu, 04 Dec 2008 08:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanmedd.wordpress.com/2008/11/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell/#comment-14</guid>
		<description>InfoSec-Man: I&#039;ve passed your question on to my contact on the WSUS product team. If you can send me a contact address to get [dash] scripting [at] hotmail [dot] co [dot] uk  then I&#039;ll forward on to you anything he comes back with.&lt;br/&gt;&lt;br/&gt;Thanks for the interest.</description>
		<content:encoded><![CDATA[<p>InfoSec-Man: I&#8217;ve passed your question on to my contact on the WSUS product team. If you can send me a contact address to get [dash] scripting [at] hotmail [dot] co [dot] uk  then I&#8217;ll forward on to you anything he comes back with.</p>
<p>Thanks for the interest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InfoSec-Man</title>
		<link>http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html/comment-page-1#comment-13</link>
		<dc:creator>InfoSec-Man</dc:creator>
		<pubDate>Thu, 04 Dec 2008 01:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanmedd.wordpress.com/2008/11/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell/#comment-13</guid>
		<description>Jonathan, This is a bit off track from this post, but I have a question about PowerShell and WSUS that you or somebody you know can hopefully answer for me.&lt;br/&gt;&lt;br/&gt;I have written a complex PowerShell script for WSUS 3.0 to output specific information for our security metrics report.  The script works well but is slow on servers that manage 1000&#039;s of computers and 1000&#039;s of updates.&lt;br/&gt;&lt;br/&gt;I am using the &quot;computertargetscope&quot; class to filter my computer query, and the &quot;updatescope&quot; class to narrow down my update query.&lt;br/&gt;&lt;br/&gt;I am trying to set &quot;updatescope.classifications&quot; to select only Security Updates and Critical Updates.  However, when I use any variation of $updatescope.classifications = &quot;Security updates&quot;, I receive an error: &quot;&#039;Classifications&#039; is a Readonly property&quot;.   When I refer to MSDN documentation, it says &quot;Gets or sets the list of update classifications to search&quot;. &lt;br/&gt;&lt;br/&gt;http://msdn.microsoft.com/en-us/library/microsoft.updateservices.administration.updatescope_members(VS.85).aspx&lt;br/&gt;&lt;br/&gt;What am I doing wrong?   I can find barely any documentation on this subject.</description>
		<content:encoded><![CDATA[<p>Jonathan, This is a bit off track from this post, but I have a question about PowerShell and WSUS that you or somebody you know can hopefully answer for me.</p>
<p>I have written a complex PowerShell script for WSUS 3.0 to output specific information for our security metrics report.  The script works well but is slow on servers that manage 1000&#8242;s of computers and 1000&#8242;s of updates.</p>
<p>I am using the &#8220;computertargetscope&#8221; class to filter my computer query, and the &#8220;updatescope&#8221; class to narrow down my update query.</p>
<p>I am trying to set &#8220;updatescope.classifications&#8221; to select only Security Updates and Critical Updates.  However, when I use any variation of $updatescope.classifications = &#8220;Security updates&#8221;, I receive an error: &#8220;&#8216;Classifications&#8217; is a Readonly property&#8221;.   When I refer to MSDN documentation, it says &#8220;Gets or sets the list of update classifications to search&#8221;. </p>
<p><a href="http://msdn.microsoft.com/en-us/library/microsoft.updateservices.administration.updatescope_members(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/microsoft.updateservices.administration.updatescope_members(VS.85).aspx</a></p>
<p>What am I doing wrong?   I can find barely any documentation on this subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Medd</title>
		<link>http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html/comment-page-1#comment-12</link>
		<dc:creator>Jonathan Medd</dc:creator>
		<pubDate>Tue, 11 Nov 2008 13:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanmedd.wordpress.com/2008/11/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell/#comment-12</guid>
		<description>Sweet - thanks for the tip Dmitry!&lt;br/&gt;&lt;br/&gt;Let&#039;s hope so Al! If I can&#039;t pick up stuff from those guys I may as well give up.</description>
		<content:encoded><![CDATA[<p>Sweet &#8211; thanks for the tip Dmitry!</p>
<p>Let&#8217;s hope so Al! If I can&#8217;t pick up stuff from those guys I may as well give up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html/comment-page-1#comment-11</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Tue, 11 Nov 2008 12:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanmedd.wordpress.com/2008/11/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell/#comment-11</guid>
		<description>I think sitting with the GURU&#039;s at TechEd must have rubbed off on you :)</description>
		<content:encoded><![CDATA[<p>I think sitting with the GURU&#8217;s at TechEd must have rubbed off on you <img src='http://www.jonathanmedd.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitrysotnikov</title>
		<link>http://www.jonathanmedd.net/2008/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell.html/comment-page-1#comment-10</link>
		<dc:creator>dmitrysotnikov</dc:creator>
		<pubDate>Tue, 11 Nov 2008 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanmedd.wordpress.com/2008/11/11/wsus-30-approving-multiple-updates-for-a-specific-computer-with-powershell/#comment-10</guid>
		<description>Very cool. By the way, here&#039;s a quick tip: PowerGUI Script Editor lets you get nice syntax highlight in the PowerShell code in your posts:&lt;br/&gt;&lt;br/&gt;1. In PowerGUI Script Editor, select the code.&lt;br/&gt;2. In the menu, select Edit / Copy As / HTML.&lt;br/&gt;3. Paste the html code into your posts (you might want to also enclose it into the pre tags)</description>
		<content:encoded><![CDATA[<p>Very cool. By the way, here&#8217;s a quick tip: PowerGUI Script Editor lets you get nice syntax highlight in the PowerShell code in your posts:</p>
<p>1. In PowerGUI Script Editor, select the code.<br />2. In the menu, select Edit / Copy As / HTML.<br />3. Paste the html code into your posts (you might want to also enclose it into the pre tags)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

