<?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>TechColumnist &#187; sms2003</title>
	<atom:link href="http://www.techcolumnist.com/wp/tag/sms2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techcolumnist.com/wp</link>
	<description>Storage Information Blog</description>
	<lastBuildDate>Tue, 17 Jan 2012 08:13:41 +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>Change SMS Cache Size</title>
		<link>http://www.techcolumnist.com/wp/2007/10/20/change-sms-cache-size/</link>
		<comments>http://www.techcolumnist.com/wp/2007/10/20/change-sms-cache-size/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 08:54:17 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://www.techcolumnist.com/wp/2007/10/20/change-sms-cache-size/</guid>
		<description><![CDATA[This script will change the sms cache size. Usage Example: cscript change-sms-cache.vbs 1000 d: Note: size is in MB [vb]On Error Resume Next sSize = WScript.Arguments(0) sLocation = WScript.Arguments(1) Set oUIResource = CreateObject("UIResource.UIResourceMgr") Set CacheInfo = oUIResource.GetCacheInfo cacheInfo.TotalSize = sSize if WScript.Arguments(1) then CacheInfo.Location = sLocation End if[/vb]]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/10/20/change-sms-cache-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All collections for specific machine</title>
		<link>http://www.techcolumnist.com/wp/2007/09/09/all-collections-for-specific-machine/</link>
		<comments>http://www.techcolumnist.com/wp/2007/09/09/all-collections-for-specific-machine/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 09:33:16 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=8</guid>
		<description><![CDATA[A bit of code from MyITForum.com with a report that lists all collections for a specific machine. http://www.myitforum.com/forums/All_Collections_for_a_specific_computer/m_163312/tm.htm select FCM.SiteCode as 'SMS Site', FCM.CollectionID, COL.Name as 'Collection' from v_R_System SYS join v_FullCollectionMembership FCM on FCM.ResourceID = SYS.ResourceID join v_Collection COL on COL.CollectionID = FCM.CollectionID where SYS.Name0 = @Computer Prompt Query: begin if (@__filterwildcard = '') [...]]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/09/09/all-collections-for-specific-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error code is 80070005</title>
		<link>http://www.techcolumnist.com/wp/2007/08/26/error-code-is-80070005/</link>
		<comments>http://www.techcolumnist.com/wp/2007/08/26/error-code-is-80070005/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 06:34:51 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=9</guid>
		<description><![CDATA[I'm sure you've seen this error in your travels, here's how to fix it: MSI: Setup failed due to unexpected circumstances The error code is 80070005 Run "dcomcnfg" in Run dialogue box. (Distributed COM Configuration Properties opens) Expand Component Services &#62; Computers &#62; My Computer Right click "My Computer" &#62; Properties Default Properties Tab Change [...]]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/08/26/error-code-is-80070005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Response Buffer Limit Exceeded</title>
		<link>http://www.techcolumnist.com/wp/2007/08/23/response-buffer-limit-exceeded/</link>
		<comments>http://www.techcolumnist.com/wp/2007/08/23/response-buffer-limit-exceeded/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 09:39:33 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=11</guid>
		<description><![CDATA[Ever get this error: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded Here's the fix: To resolve this issue: Browse to (on the reporting point): C:WINDOWSsystem32inetsrv Open: MetaBase.xml Find the variable: AspBufferingLimit Change the default value to something higher, I chose 51200000 AspBufferingLimit="51200000" Stop IIS Save the MetaBase.xml file Start IIS Check [...]]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/08/23/response-buffer-limit-exceeded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WinZip count with version</title>
		<link>http://www.techcolumnist.com/wp/2007/08/06/winzip-count-with-version/</link>
		<comments>http://www.techcolumnist.com/wp/2007/08/06/winzip-count-with-version/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 09:43:57 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=13</guid>
		<description><![CDATA[SELECT ProductName0 AS Product, VersionMajor0 AS Version, COUNT(*) AS Count FROM dbo.v_GS_INSTALLED_SOFTWARE GROUP BY ProductName0, VersionMajor0 HAVING (ProductName0 = 'winzip')]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/08/06/winzip-count-with-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware / MS VM / Real / Total Count</title>
		<link>http://www.techcolumnist.com/wp/2007/08/01/vmware-ms-vm-real-total-count/</link>
		<comments>http://www.techcolumnist.com/wp/2007/08/01/vmware-ms-vm-real-total-count/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 09:48:58 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=17</guid>
		<description><![CDATA[Garth writes some very useful SMS web reports so I copy them here sometimes: http://smsug.ca/blogs/garth_jones/archive/2007/08/01/528.aspx Declare @MS as int Declare @VM as int Declare @Real as int Declare @Total as int set @Total = (select count(*) from v_GS_COMPUTER_SYSTEM) set @MS = (select count(*) from v_GS_COMPUTER_SYSTEM where Manufacturer0 = 'Microsoft Corporation' ) set @VM = (select [...]]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/08/01/vmware-ms-vm-real-total-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMS Site Status</title>
		<link>http://www.techcolumnist.com/wp/2007/08/01/sms-site-status/</link>
		<comments>http://www.techcolumnist.com/wp/2007/08/01/sms-site-status/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 09:45:50 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=15</guid>
		<description><![CDATA[This is a "dashboard" report that shows the current SMS site status. SELECT TOP (100) PERCENT SiteCode, CASE Status WHEN 0 THEN 'OK' WHEN 1 THEN 'Warning' WHEN 2 THEN 'Critical' ELSE 'False' END AS [Level], Updated FROM dbo.v_SummarizerSiteStatus ORDER BY Status DESC, SiteCode]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/08/01/sms-site-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title># of updates per month</title>
		<link>http://www.techcolumnist.com/wp/2007/08/01/of-updates-per-month/</link>
		<comments>http://www.techcolumnist.com/wp/2007/08/01/of-updates-per-month/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 09:44:46 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sms2003]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=14</guid>
		<description><![CDATA[This report shows you the number of updates that were released each month for each product. SELECT TOP (100) PERCENT CAST(DATEPART(YYYY, DateRevised0) AS CHAR(4)) + '/' + RIGHT(CAST(100 + DATEPART(MM, DateRevised0) AS CHAR(3)), 2) AS [Year/Month], Product0 AS Product, COUNT(*) AS Count FROM dbo.v_HS_PATCHSTATEEX WHERE (Severity0 > '5') GROUP BY CAST(DATEPART(YYYY, DateRevised0) AS CHAR(4)) + [...]]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/08/01/of-updates-per-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

