<?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>Kreslavsky IT blog &#187; System Center</title>
	<atom:link href="http://www.kreslavsky.com/category/microsoft/system-center/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kreslavsky.com</link>
	<description>News, guides, and tips to antivirus programmes, scripts, and security</description>
	<lastBuildDate>Sun, 29 Jan 2012 04:57:38 +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>SCCM Locate corporate avi files</title>
		<link>http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html</link>
		<comments>http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html#comments</comments>
		<pubDate>Mon, 29 Nov 2010 14:20:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Avi Files]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Dbo]]></category>
		<category><![CDATA[File Extensions]]></category>
		<category><![CDATA[Filepath]]></category>
		<category><![CDATA[Filesize]]></category>
		<category><![CDATA[Gs Computer]]></category>
		<category><![CDATA[Gs System]]></category>
		<category><![CDATA[Name0]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM Reports]]></category>
		<category><![CDATA[Site Management]]></category>
		<category><![CDATA[Software Inventory]]></category>
		<category><![CDATA[Sys]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html</guid>
		<description><![CDATA[Tweet &#160; In order to be able to trace certain file extensions you need to: Select file types you want to track: You can do it under Site Database&#62;Site Management &#62;SiteName&#62;Client Agent &#62;Software Inventory Client Agent Select file types you like to monitor Create report with following SQL statement: The following one will generate report on all AVI files SELECT CS.Name0, CS.UserName0, SF.FileName, SF.FileSize, SF.FileModifiedDate, SF.FilePath FROM dbo.v_GS_COMPUTER_SYSTEM CS, dbo.v_GS_SoftwareFile SF, dbo.v_GS_SYSTEM SYS WHERE SYS.ResourceID = CS.ResourceID AND SF.ResourceID = CS.ResourceID AND SYS.SystemRole0=&#8217;Workstation&#8217; AND SF.FileName Like &#8216;%.avi&#8217; Order By CS.Name0, SF.FileName]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F11%2Fsccm-locate-corporate-avi-files.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html"  data-text="SCCM Locate corporate avi files" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>In order to be able to trace certain file extensions you need to:</p>
<p>Select file types you want to track:    <br />You can do it under Site Database&gt;Site Management &gt;SiteName&gt;Client Agent &gt;Software Inventory Client Agent    <br />Select file types you like to monitor</p>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2010/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SCCM File types agent" border="0" alt="SCCM File types agent" src="http://www.kreslavsky.com/wp-content/uploads/2010/11/image_thumb.png" width="470" height="517" /></a> </p>
<p>Create report with following SQL statement:   <br />The following one will generate report on all AVI files</p>
<p>SELECT   <br />CS.Name0,    <br />CS.UserName0,    <br />SF.FileName,    <br />SF.FileSize,    <br />SF.FileModifiedDate,    <br />SF.FilePath    <br />FROM    <br />dbo.v_GS_COMPUTER_SYSTEM CS,    <br />dbo.v_GS_SoftwareFile SF,    <br />dbo.v_GS_SYSTEM SYS    <br />WHERE    <br />SYS.ResourceID = CS.ResourceID    <br />AND SF.ResourceID = CS.ResourceID    <br />AND SYS.SystemRole0=&#8217;Workstation&#8217;    <br />AND SF.FileName Like &#8216;%.avi&#8217;    <br />Order By    <br />CS.Name0,    <br />SF.FileName</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/11/sccm-locate-corporate-avi-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2007 Log Files</title>
		<link>http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html</link>
		<comments>http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:30:15 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[SCCM Logs]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html</guid>
		<description><![CDATA[Tweet By default System Center Configuration Manager 2007&#160; Files are located under the following path %Windir%System32CCMLogs CAS Content Access service. Maintains the local package cache. CcmExec.log Records activities of the client and the SMS Agent Host service. CertificateMaintenance.log Maintains certificates for Active Directory directory service and management points. ClientIDManagerStartup.log Creates and maintains the client GUID. ClientLocation.log Site assignment tasks. ContentTransferManager.log Schedules the Background Intelligent Transfer Service (BITS) or the Server Message Block (SMB) to download or to access SMS packages. DataTransferService.log Records all BITS communication for policy or package access. Execmgr.log Records advertisements that run. FileBITS.log Records all SMB package access tasks. Fsinvprovider.log Windows Management Instrumentation (WMI) provider for software inventory and file collection InventoryAgent.log Creates discovery data records (DDRs) and hardware and software inventory records. LocationServices.log Finds management points and distribution points. Mifprovider.log The WMI provider for .MIF files. Mtrmgr.log Monitors all software metering processes. PolicyAgent.log Requests policies by using the Data Transfer servic PolicyAgentProvider.log Records policy changes. PolicyEvaluator.log Records new policy settings. RemoteControl.log Logs when the remote control component (WUSER32) starts. Scheduler.log Records usage of the Systems Management tool in Control Panel. StatusAgent.log Logs status messages that are created by the client components. SWMTRReportGen.log Generates a usage data report that is collected by the metering agent. (This data is logged in Mtrmgr.log.) Admin console install Review the log files: ConfigMgrPrereq.log, ConfigMgrSetup.log, and ComponentSetup.log located at the root of the C: drive. Admin console Review the log file: SmsAdminUI.log, located at C:Program FilesConfigMgr Admin ConsoleAdminUIAdminUILog.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2009%2F09%2Fsccm-2007-log-files.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html"  data-text="SCCM 2007 Log Files" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>By default System Center Configuration Manager 2007&#160; Files are located under the following path %Windir%System32CCMLogs</p>
<table border="0" cellspacing="0" cellpadding="2" width="454">
<tbody>
<tr>
<td valign="top" width="100"><strong>CAS</strong></td>
<td valign="top" width="352">Content Access service. Maintains the local package cache.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>CcmExec.log</strong></td>
<td valign="top" width="352">
<p>Records activities of the client and the SMS Agent Host           <br />service.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>CertificateMaintenance.log</strong></td>
<td valign="top" width="352">
<p>Maintains certificates for Active Directory directory service           <br />and management points.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>ClientIDManagerStartup.log</strong></td>
<td valign="top" width="352">Creates and maintains the client GUID.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>ClientLocation.log</strong></td>
<td valign="top" width="352">Site assignment tasks.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>ContentTransferManager.log</strong></td>
<td valign="top" width="352">
<p>Schedules the Background Intelligent Transfer Service (BITS)           <br />or the Server Message Block (SMB) to download or to access            <br />SMS packages.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>DataTransferService.log</strong></td>
<td valign="top" width="352">Records all BITS communication for policy or package access.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Execmgr.log</strong></td>
<td valign="top" width="352">Records advertisements that run.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>FileBITS.log</strong></td>
<td valign="top" width="352">Records all SMB package access tasks.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Fsinvprovider.log</strong></td>
<td valign="top" width="352">
<p>Windows Management Instrumentation (WMI) provider for           <br />software inventory and file collection</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>InventoryAgent.log</strong></td>
<td valign="top" width="352">
<p>Creates discovery data records (DDRs) and hardware and           <br />software inventory records.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>LocationServices.log</strong></td>
<td valign="top" width="352">Finds management points and distribution points.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Mifprovider.log</strong></td>
<td valign="top" width="352">The WMI provider for .MIF files.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Mtrmgr.log</strong></td>
<td valign="top" width="352">Monitors all software metering processes.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>PolicyAgent.log</strong></td>
<td valign="top" width="352">Requests policies by using the Data Transfer servic</td>
</tr>
<tr>
<td valign="top" width="100"><strong>PolicyAgentProvider.log</strong></td>
<td valign="top" width="352">Records policy changes.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>PolicyEvaluator.log</strong></td>
<td valign="top" width="352">Records new policy settings.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>RemoteControl.log</strong></td>
<td valign="top" width="352">Logs when the remote control component (WUSER32) starts.</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Scheduler.log</strong></td>
<td valign="top" width="352">
<p>Records usage of the Systems Management tool in Control           <br />Panel.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>StatusAgent.log</strong></td>
<td valign="top" width="352">
<p>Logs status messages that are created by the client           <br />components.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>SWMTRReportGen.log</strong></td>
<td valign="top" width="352">
<p>Generates a usage data report that is collected by the           <br />metering agent. (This data is logged in Mtrmgr.log.)</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Admin console install</strong></td>
<td valign="top" width="352">
<p>Review the log files: ConfigMgrPrereq.log, ConfigMgrSetup.log, and ComponentSetup.log located at the           <br />root of the C: drive.</p>
</td>
</tr>
<tr>
<td valign="top" width="100"><strong>Admin console</strong></td>
<td valign="top" width="352">
<p>Review the log file: SmsAdminUI.log, located at C:Program FilesConfigMgr Admin           <br />ConsoleAdminUIAdminUILog.</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2009/09/sccm-2007-log-files.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

