<?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>- danovich.com.au - &#187; report</title>
	<atom:link href="http://blog.danovich.com.au/tag/report/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danovich.com.au</link>
	<description>For the enterprise sys admin by the enterprise sys admin</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:56:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>SCCM report for SQL server Developer, Enterprise and Standard version installations</title>
		<link>http://blog.danovich.com.au/2011/08/15/sccm-report-for-sql-server-developer-enterprise-and-standard-version-installations/</link>
		<comments>http://blog.danovich.com.au/2011/08/15/sccm-report-for-sql-server-developer-enterprise-and-standard-version-installations/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 00:39:11 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[Enterprise and Standard version installations]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOF]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM report for SQL server Developer]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[true up]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=612</guid>
		<description><![CDATA[I had a requirement to report on SQL Server installations in our environment as part of our Microsoft EA true-up process. This included SQL 2000, 2005 &#038; 2008 installations. The difficulty was that you can&#8217;t run a simple Add / Remove Programs report because it will report all of the SQL client tools installations as [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=7.0" /></div><div>Rating: 7.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/08/15/sccm-report-for-sql-server-developer-enterprise-and-standard-version-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM report &#8211; count physical vs virtual servers</title>
		<link>http://blog.danovich.com.au/2011/06/01/sccm-report-count-physical-vs-virtual-servers/</link>
		<comments>http://blog.danovich.com.au/2011/06/01/sccm-report-count-physical-vs-virtual-servers/#comments</comments>
		<pubDate>Tue, 31 May 2011 15:00:01 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[physical]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=589</guid>
		<description><![CDATA[This report displays the number of servers in the environment and gives a breakdown and percentage view of physical vs virtual: Declare @Total as int Declare @Physical as int Declare @Virtual as int set @Virtual = (Select distinct count (*) From v_R_System full Join v_GS_COMPUTER_SYSTEM On v_GS_COMPUTER_SYSTEM.ResourceID = v_R_System.ResourceID where v_R_System.Operating_System_Name_and0 LIKE '%server%' and v_R_System.Client0 [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/06/01/sccm-report-count-physical-vs-virtual-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Schedule SCCM reports to be emailed without SQL reporting services</title>
		<link>http://blog.danovich.com.au/2011/05/04/schedule-sccm-reports-to-be-emailed-without-sql-reporting-services/</link>
		<comments>http://blog.danovich.com.au/2011/05/04/schedule-sccm-reports-to-be-emailed-without-sql-reporting-services/#comments</comments>
		<pubDate>Tue, 03 May 2011 15:43:22 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email report]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=581</guid>
		<description><![CDATA[I recently had a requirement to be able to email SCCM reports on a schedule in an environment without SQL reporting services. I achieved this by creating a VB script to create an email that has the report ASP page as the body of the email. The script I used and scheduled as a Windows [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/05/04/schedule-sccm-reports-to-be-emailed-without-sql-reporting-services/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SCCM report for computers with a service STOPPED</title>
		<link>http://blog.danovich.com.au/2011/05/03/sccm-report-for-computers-with-a-service-stopped/</link>
		<comments>http://blog.danovich.com.au/2011/05/03/sccm-report-for-computers-with-a-service-stopped/#comments</comments>
		<pubDate>Tue, 03 May 2011 06:04:25 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[not running]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[stopped]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=578</guid>
		<description><![CDATA[In a recent case, I needed to run a report to work out which systems had a particular server (antivirus) installed but was in the STOPPED state. After modifying the sms_mof file: [SMS_Report (TRUE) ] string State; and running a hardware inventory on all machines, I could then create a report with the following query: [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/05/03/sccm-report-for-computers-with-a-service-stopped/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM report for all server details including age</title>
		<link>http://blog.danovich.com.au/2011/02/07/sccm-report-for-all-server-details-including-age/</link>
		<comments>http://blog.danovich.com.au/2011/02/07/sccm-report-for-all-server-details-including-age/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 00:58:59 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[install date]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=535</guid>
		<description><![CDATA[I recently had a requirement to report on server ages for the machines in our environment. Adding the &#8216;BIOS Manufacture date&#8217; and &#8216;OS Install Date&#8217; should be a good indication of this. The query will also return some other helpful fields like model, manufacturer, RAM and processor: SELECT distinct CS.name0 as 'Server Name', OS.Caption0 as [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/02/07/sccm-report-for-all-server-details-including-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM report to show all Apple devices (iPhone, iPod, iPad)</title>
		<link>http://blog.danovich.com.au/2011/02/03/sccm-report-to-show-all-apple-devices-iphone-ipod-ipad/</link>
		<comments>http://blog.danovich.com.au/2011/02/03/sccm-report-to-show-all-apple-devices-iphone-ipod-ipad/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 21:00:34 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[configmgr]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[ieee]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[OUI]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=532</guid>
		<description><![CDATA[As part of the network discovery process, I noticed that it was picking up the iPhone and other Apple machines (Macs, iPads) that were on the corporate network either via being plugged in or on the wireless LAN. Shortly afterwards, there was a requirement to report on all the Apple devices found in the environment. [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=8.5" /></div><div>Rating: 8.5/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/02/03/sccm-report-to-show-all-apple-devices-iphone-ipod-ipad/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SCCM report to count enabled users in every domain</title>
		<link>http://blog.danovich.com.au/2011/02/02/sccm-report-to-count-enabled-users-in-every-domain/</link>
		<comments>http://blog.danovich.com.au/2011/02/02/sccm-report-to-count-enabled-users-in-every-domain/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 07:25:17 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[workstations]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=529</guid>
		<description><![CDATA[I needed a SCCM report to count all enabled users in every domain. This is different to the builtin &#8216;Count users by domain&#8217; as that one only lists domain users that have logged onto a system (that one is from v_R_System). Query = SELECT Windows_NT_Domain0, count(*) FROM v_R_User WHERE User_Account_Control0 = '512' GROUP BY Windows_NT_Domain0 [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2011/02/02/sccm-report-to-count-enabled-users-in-every-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM report of all machines of a certain model</title>
		<link>http://blog.danovich.com.au/2010/12/21/sccm-report-of-all-machines-of-a-certain-model/</link>
		<comments>http://blog.danovich.com.au/2010/12/21/sccm-report-of-all-machines-of-a-certain-model/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 06:18:59 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[hardware type]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=497</guid>
		<description><![CDATA[I needed to report all machines of a particular hardware model type. This report lists all machines of a particular hardware model (user is prompted to enter model name and is populated by a list of models found in the environment). SQL statement: SELECT SYS.Name0, SYS.Model0 FROM v_GS_COMPUTER_SYSTEM SYS WHERE SYS.Model0 = @variable ORDER BY [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2010/12/21/sccm-report-of-all-machines-of-a-certain-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM report to show disk space for all servers</title>
		<link>http://blog.danovich.com.au/2010/12/18/sccm-report-to-show-disk-space-for-all-servers/</link>
		<comments>http://blog.danovich.com.au/2010/12/18/sccm-report-to-show-disk-space-for-all-servers/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 04:11:37 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[free space]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=493</guid>
		<description><![CDATA[I needed an SCCM report to show the disk space details (total space, free space) for all servers in the environment. I had a look at this post &#8211; http://www.myitforum.com/absolutenm/templates/?a=20271 &#8211; updated the query and this is the result: SELECT SYS.Name,LDISK.DeviceID0, LDISK.Description0, LDISK.VolumeName0, LDISK.FreeSpace0 as [Free space (MB)], LDISK.FreeSpace0/1024 as [Free space (GB)], LDISK.Size0/1024 as [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2010/12/18/sccm-report-to-show-disk-space-for-all-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Send SCCM task sequence email report</title>
		<link>http://blog.danovich.com.au/2010/03/12/send-sccm-task-sequence-email-report/</link>
		<comments>http://blog.danovich.com.au/2010/03/12/send-sccm-task-sequence-email-report/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 23:12:28 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[SMS / SCCM]]></category>
		<category><![CDATA[11170]]></category>
		<category><![CDATA[11171]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM task sequence]]></category>
		<category><![CDATA[Send SCCM task sequence]]></category>
		<category><![CDATA[Send SCCM task sequence email report]]></category>
		<category><![CDATA[Task Sequence Manager]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=291</guid>
		<description><![CDATA[I wanted an easy way to know if OS deployments were failing or succeeding. We&#8217;ve come up with a good way of sending an email outlining task sequence completion status. In SCCM, create a Status Filter rule by going to Site Database – Site Management – Primary Site – Site Settings – Status Filter Rules. [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=6.0" /></div><div>Rating: 6.0/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2010/03/12/send-sccm-task-sequence-email-report/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

