<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Equipa de suporte de System Center</title><link>http://blogs.technet.com/b/systemcenterpt/</link><description>Blog da equipa de suporte de produtos System Center em Portugal</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>OpsMgr 2007: Como fazer reset à cache de todos os agentes</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/06/22/opsmgr-2007-como-fazer-reset-224-cache-de-todos-os-agentes.aspx</link><pubDate>Fri, 22 Jun 2012 17:01:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3505441</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3505441</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3505441</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/06/22/opsmgr-2007-como-fazer-reset-224-cache-de-todos-os-agentes.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: small;"&gt;Estive a trabalhar num problema onde, como solu&amp;ccedil;&amp;atilde;o alternativa t&amp;iacute;nhamos de fazer um reset &amp;agrave; cache de todos os agentes activos e a funcionar bem. Geralmente, podemos fazer isso de forma manual (parar o servi&amp;ccedil;o, apagar a pasta "C:\Program Files\System Center Operations Manager 2007\Health Service State\Health Service State" e arrancar novamente o servi&amp;ccedil;o) ou ent&amp;atilde;o executando a seguinte tarefa na consola:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;&lt;span style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0827.console_5F00_task.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0827.console_5F00_task.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d; font-family: arial,helvetica,sans-serif; font-size: small; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style="color: #000000;"&gt;Podemos usar estes procedimentos (o primeiro pode ser automatizado), mas encontrei uma&amp;nbsp;forma mais simples de o fazer,&amp;nbsp;usando o PowerShell do&amp;nbsp;OpsMgr. As linhas a executar s&amp;atilde;o as seguintes:&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Fazer o reset &amp;agrave; cache de todos os agentes activos&lt;br /&gt;# Reset or clear the cache of all active agents&lt;br /&gt;$task = Get-Task | Where-Object {$_.Name -eq "Microsoft.SystemCenter.ResetHealthServiceStore"}&lt;br /&gt;$agentclass = get-monitoringclass -name "Microsoft.SystemCenter.Agent"&lt;br /&gt;$agents = Get-MonitoringObject -monitoringclass:$agentclass | where { $_.IsAvailable -eq $true}&lt;br /&gt;$agents | foreach {start-task -task $task -targetMonitoringObject $_ -Asynchronous}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;Com estas 4 linhas conseguimos executar de forma r&amp;aacute;pida e automatica, a tarefa de limpar a cache em todos os agentes. Nota para a &amp;uacute;ltima linha, onde definimos a execu&amp;ccedil;&amp;atilde;o &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: PT; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="PT"&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;ass&amp;iacute;ncrona da tarefa em cada agente, visto que como &amp;eacute; uma tarefa que vai limpar a cache do agente, o mesmo nunca vai reportar a execu&amp;ccedil;&amp;atilde;o da tarefa.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #000000; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: PT; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="PT"&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;Este c&amp;oacute;digo de PowerShell tamb&amp;eacute;m pode ser &amp;uacute;til depois da instala&amp;ccedil;&amp;atilde;o da seguinte corre&amp;ccedil;&amp;atilde;o, j&amp;aacute; que a mesma requere que seja limpa a cache pois a cache j&amp;aacute; poder&amp;aacute; estar corrompida (sec&amp;ccedil;&amp;atilde;o 'Workaround'):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: PT; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="PT"&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;&lt;span style="color: #000000;"&gt;Management servers or assigned agents unexpectedly appear as unavailable in the Operations Manager console in Windows Server 2003 or Windows Server 2008 -&lt;/span&gt; &lt;a href="http://support.microsoft.com/kb/981263"&gt;http://support.microsoft.com/kb/981263&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: small;"&gt;Esta solu&amp;ccedil;&amp;atilde;o pode servir ainda de base para outras, j&amp;aacute; que usando o mesmo modelo, poderemos executar outras tarefas em qualquer classe do Operations Manager. Alguns exemplos:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Obter a lista de processos em execu&amp;ccedil;&amp;atilde;o em todas as m&amp;aacute;quinas Windows 2008 que tenham o agente activo&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Get the process list of all active Windows 2008 computers with an active agent&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$task = Get-Task | Where-Object {$_.Name -eq "Microsoft.Windows.Server.2008.Computer.ProcessList.Task"}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008class = get-monitoringclass -name "Microsoft.Windows.Server.2008.Computer"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008computers = Get-MonitoringObject -monitoringclass:$w2008class | where { $_.IsAvailable -eq $true}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008computers | foreach {start-task -task $task -targetMonitoringObject $_ -Asynchronous}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Executar o checkdisk em todos os discos logicos Windows 2008 activos&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Execute checkdisk on all active Windows 2008 logical disks&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$task = Get-Task | Where-Object {$_.Name -eq "Microsoft.Windows.Server.2008.LogicalDisk.Chkdsk.Task"}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008diskclass = get-monitoringclass -name "Microsoft.Windows.Server.2008.LogicalDisk"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008logicaldisks = Get-MonitoringObject -monitoringclass:$w2008diskclass | where { $_.IsAvailable -eq $true and $_.DisplayName -eq "true"}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008logicaldisks | foreach {start-task -task $task -targetMonitoringObject $_ -Asynchronous}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Executar o checkdisk em todos os discos logicos Windows 2008 activos, com a letra "C:"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;# Execute checkdisk on all active Windows 2008 logical disks with the "C:" drive letter&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$task = Get-Task | Where-Object {$_.Name -eq "Microsoft.Windows.Server.2008.LogicalDisk.Chkdsk.Task"}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008diskclass = get-monitoringclass -name "Microsoft.Windows.Server.2008.LogicalDisk"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008logicaldisks = Get-MonitoringObject -monitoringclass:$w2008diskclass | where { $_.IsAvailable -eq $true -and $_.DisplayName -eq "C:"}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #339966; font-family: arial,helvetica,sans-serif; font-size: small;"&gt;$w2008logicaldisks | foreach {start-task -task $task -targetMonitoringObject $_ -Asynchronous}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: small;"&gt;Depois de submeter as tarefas, podemos verificar a sua execu&amp;ccedil;&amp;atilde;o resultado na vista 'Task Status' da consola de administra&amp;ccedil;&amp;atilde;o:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0763.taskstatus.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0763.taskstatus.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: small;"&gt;Espero que esta entrada vos ajude!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;strong&gt;Jos&amp;eacute; Miguel Constantino&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Support Escalation Engineer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3505441" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom/">scom</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/all+agents/">all agents</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/health+service+store/">health service store</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/clear+cache/">clear cache</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/opsmgr/">opsmgr</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/power+shell/">power shell</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/powershell/">powershell</category></item><item><title>Windows Server Base OS MP 6.0.6972.0  já disponínel</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/06/14/windows-server-base-os-mp-6-0-6972-0-j-225-dispon-237-nel.aspx</link><pubDate>Thu, 14 Jun 2012 13:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3503895</guid><dc:creator>Jorge Teixeira Gomes</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3503895</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3503895</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/06/14/windows-server-base-os-mp-6-0-6972-0-j-225-dispon-237-nel.aspx#comments</comments><description>&lt;h2 class="posttitle"&gt;&lt;span style="color: #000000;"&gt;O Management Pack Server Base OS 6.0.6972.0 j&amp;aacute; se encontra dispon&amp;iacute;vel&lt;/span&gt;&lt;/h2&gt;
&lt;div class="postentry"&gt;
&lt;p&gt;Download: &lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=9296" href="http://www.microsoft.com/en-us/download/details.aspx?id=9296"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=9296&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;A principal altera&amp;ccedil;&amp;atilde;o &amp;eacute; a inclus&amp;atilde;o da monitoriza&amp;ccedil;&amp;atilde;o de discos em cluster, como podem verificar pelo seguinte:&lt;/p&gt;
&lt;p class="DSTOC1-2"&gt;Changes in This Update&lt;/p&gt;
&lt;p&gt;Unless explicitly noted, these updates&lt;br /&gt;apply to all operating system versions supported by this Monitoring Pack:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updated the&lt;br /&gt;Cluster shared volume disk monitors so that alert severity corresponds to the monitor state.&lt;/li&gt;
&lt;li&gt;Fixed an issue&lt;br /&gt;where the performance by utilization report would fail to deploy with the message &amp;ldquo;too many arguments specified&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Updated the knowledge for the available MB monitor to refer to the Available MB counter.&lt;/li&gt;
&lt;li&gt;Added discovery and monitoring of clustered disks for Windows Server 2008 and above clusters.&lt;/li&gt;
&lt;li&gt;Added views for clustered disks.&lt;/li&gt;
&lt;li&gt;Aligned disk monitoring so that all disks (Logical Disks, Cluster Shared Volumes, Clustered&lt;br /&gt;disks) now have the same basic set of monitors.&lt;/li&gt;
&lt;li&gt;There are now separate monitors that measure available MB and %Free disk space for any disk&lt;br /&gt;(Logical Disk, Cluster Shared Volume, or Clustered disk).&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;NOTES&lt;/div&gt;
&lt;p class="AlertTextinList2"&gt;These monitors are disabled by default for Logical Disks, so you will need to enable them.&lt;/p&gt;
&lt;p class="AlertTextinList2"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updated display strings for all disks to be consistent, regardless of the disk type.&lt;/li&gt;
&lt;li&gt;The monitors generate alerts when they are in an error state. A warning state does not&lt;br /&gt;create an alert.&lt;/li&gt;
&lt;li&gt;The monitors have a roll-up monitor that also reflects disk state. This monitor does not alert by&lt;br /&gt;default. If you want to alert on both warning and error states, you can have&lt;br /&gt;the unit monitors alert on warning state and the roll-up monitor alert on error state.&lt;/li&gt;
&lt;li&gt;Fixed an issue where network adapter monitoring caused high CPU utilization on servers with multiple NICs.&lt;/li&gt;
&lt;li&gt;Updated the Total CPU Utilization Percentage monitor to run every 5 minutes and alert if it is three consecutive samples above the threshold.&lt;/li&gt;
&lt;li&gt;Updated the properties of the Operating System instances so that the path includes the&lt;br /&gt;server name it applies to so that this name will show up in alerts.&lt;/li&gt;
&lt;li&gt;Disabled the network bandwidth utilization monitors for Windows Server 2003.&lt;/li&gt;
&lt;li&gt;Updated the Cluster Shared Volume monitoring scripts so they do not log informational events.&lt;/li&gt;
&lt;li&gt;Quorum disks are now discovered by default.&lt;/li&gt;
&lt;li&gt;Mount point discovery is now disabled by default.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;NOTES&lt;/div&gt;
&lt;p class="AlertText"&gt;This version of the Management Pack&lt;br /&gt;consolidates disk monitoring for all types of disks as mentioned above.&lt;br /&gt;However, for Logical Disks, the previous Logical Disk Free Space monitor, which&lt;br /&gt;uses a combination of Available MB and %Free space, is still enabled. If you&lt;br /&gt;prefer to use the new monitors (Disk Free Space (MB) Low Disk Free Space (%)&lt;br /&gt;Low), you must disable the Logical Disk Free Space monitor before enabling the&lt;br /&gt;new monitors.&lt;/p&gt;
&lt;p class="AlertText"&gt;The default thresholds for the Available MB&lt;br /&gt;monitor are not changed, the warning threshold (which will not alert) is 500MB&lt;br /&gt;and the error threshold (which will alert) is 300MB. This will cause alerts to&lt;br /&gt;be generated for small disk volumes. Before enabling the new monitors, it is&lt;br /&gt;recommended to create a group of these small disks (using the disk size&lt;br /&gt;properties as criteria for the group), and overriding the threshold for&lt;br /&gt;available MB.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3503895" width="1" height="1"&gt;</description></item><item><title>Cumulative Update 6 for System Center Operations Manager 2007 R2</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/05/15/cumulative-update-6-for-system-center-operations-manager-2007-r2.aspx</link><pubDate>Tue, 15 May 2012 13:17:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3498085</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3498085</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3498085</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/05/15/cumulative-update-6-for-system-center-operations-manager-2007-r2.aspx#comments</comments><description>&lt;p&gt;Boa tarde a todos!&lt;/p&gt;
&lt;p&gt;Gostaria de anunciar o lan&amp;ccedil;amento da actualiza&amp;ccedil;&amp;atilde;o mais recente para o Operations Manager 2007 R2:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Cumulative Update 6 for System Center Operations Manager 2007 R2&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Artigo KB: &lt;a href="http://support.microsoft.com/kb/2626076"&gt;http://support.microsoft.com/kb/2626076&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Link direto para download: &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29850"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=29850&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Recomendo vivamente a instala&amp;ccedil;&amp;atilde;o desta actualiza&amp;ccedil;&amp;atilde;o nos vossos ambientes, seguindo os passos descritos no artigo KB.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;Jos&amp;eacute; Miguel Constantino&lt;/h4&gt;
&lt;p&gt;Support Escalation Engineer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498085" width="1" height="1"&gt;</description></item><item><title>Monitoring Pack de Unix e Linux para o Operations Manager 2012</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/05/08/monitoring-pack-de-unix-e-linux-para-o-operations-manager-2012.aspx</link><pubDate>Tue, 08 May 2012 17:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496761</guid><dc:creator>Jorge Teixeira Gomes</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3496761</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3496761</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/05/08/monitoring-pack-de-unix-e-linux-para-o-operations-manager-2012.aspx#comments</comments><description>&lt;p&gt;Encontra-se j&amp;aacute; dispon&amp;iacute;vel para download,&amp;nbsp;o Monitoring Pack de Unix e Linux para o Operations Manager 2012:&lt;/p&gt;
&lt;hr width="100%" /&gt;
&lt;p&gt;Monitoring Pack for UNIX and Linux Operating Systems - Microsoft Download Center -&amp;nbsp; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29696"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=29696&lt;/a&gt;&lt;/p&gt;
&lt;hr width="100%" /&gt;
&lt;p&gt;S&amp;atilde;o suportadas as seguintes distribui&amp;ccedil;&amp;otilde;es:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AIX 5.3, 6.1 e&amp;nbsp;AIX 7 .&lt;/li&gt;
&lt;li&gt;HP-UX 11iv2 PA-RISC, HP-UX 11iv2 IA64, HP-UX 11iv3 PA-RISC&amp;nbsp;e HP-UX 11iv3 IA64 .&lt;/li&gt;
&lt;li&gt;Red Hat Enterprise Linux Server 4 (x64), Red Hat Enterprise Linux Server 5 (x64)&amp;nbsp;e Red Hat Enterprise Linux Server 6 (x64).&lt;/li&gt;
&lt;li&gt;Solaris 9, Solaris 10 e&amp;nbsp;Solaris 11 .&lt;/li&gt;
&lt;li&gt;SUSE Linux Enterprise Server 9, SUSE Linux Enterprise Server 10 SP1 e&amp;nbsp;SUSE Linux Enterprise Server 11.&lt;/li&gt;
&lt;li&gt;Permite a instala&amp;ccedil;&amp;atilde;o de&amp;nbsp;Audit Collection Services for UNIX/Linux Management Packs.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496761" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom+2012/">scom 2012</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/Solaris+11/">Solaris 11</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/opsmgr+2012/">opsmgr 2012</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/cross+platform/">cross platform</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/suse/">suse</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/AIX/">AIX</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/Xplat/">Xplat</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/Red+Hat/">Red Hat</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ACS/">ACS</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/HP_2D00_UX/">HP-UX</category></item><item><title>Update Rollup 1 for Operations Manager 2012</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/05/08/update-rollup-1-for-operations-manager-2012.aspx</link><pubDate>Tue, 08 May 2012 08:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3496611</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3496611</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3496611</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/05/08/update-rollup-1-for-operations-manager-2012.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: black; font-family: arial,helvetica,sans-serif; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Encontra-se j&amp;aacute; dispon&amp;iacute;vel para download, a actualiza&amp;ccedil;&amp;atilde;o mais recente para o Operations Manager 2012:&lt;/span&gt;&lt;/p&gt;
&lt;hr style="width: 100%;" width="100%" /&gt;
&lt;p&gt;&lt;span style="color: black; font-family: arial,helvetica,sans-serif; font-size: 9pt;"&gt;Update Rollup 1 for System Center 2012 - Operations Manager - &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29697"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=29697&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr style="width: 100%;" width="100%" /&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span style="color: black; font-size: 9pt;"&gt;&lt;/span&gt;&lt;span style="color: black; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Esta actualiza&amp;ccedil;&amp;atilde;o cont&amp;eacute;m v&amp;aacute;rias corre&amp;ccedil;&amp;otilde;es. incluindo algumas para a monitoriza&amp;ccedil;&amp;atilde;o de Unix/Linux e ainda adicionamos o suporte para Oracle Solaris 11 (x86 and SPARC).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-family: arial,helvetica,sans-serif; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;&lt;strong&gt;Nota importante:&lt;/strong&gt; algumas das corre&amp;ccedil;&amp;otilde;es requerem que sejam seguidos alguns passos manualmente.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Mais informa&amp;ccedil;&amp;otilde;es sobre as v&amp;aacute;rias corre&amp;ccedil;&amp;otilde;es &lt;span style="color: black; font-size: 9pt; mso-ansi-language: PT; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="PT"&gt;inclu&amp;iacute;das &lt;/span&gt;e os procedimentos para instala&amp;ccedil;&amp;atilde;o podem ser encontrados no artigo KB:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Description of Update Rollup 1 for System Center 2012 - &lt;a href="http://support.microsoft.com/kb/2686249"&gt;http://support.microsoft.com/kb/2686249&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;Jos&amp;eacute; Miguel Constantino&lt;/h4&gt;
&lt;p&gt;Support Escalation Engineer&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3496611" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom+2012/">scom 2012</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/Solaris+11/">Solaris 11</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/opsmgr+2012/">opsmgr 2012</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/CU1/">CU1</category></item><item><title>System Center 2012 já se encontra disponível!</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/25/system-center-2012-j-225-se-encontra-dispon-237-vel.aspx</link><pubDate>Wed, 25 Apr 2012 16:03:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3494485</guid><dc:creator>Jorge Teixeira Gomes</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3494485</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3494485</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/25/system-center-2012-j-225-se-encontra-dispon-237-vel.aspx#comments</comments><description>&lt;p&gt;O System Center 2012 encontra-se j&amp;aacute; na sua vers&amp;atilde;o RTM (Dispon&amp;iacute;vel ao P&amp;uacute;blico).&lt;/p&gt;
&lt;p&gt;O produto foi lan&amp;ccedil;ado oficialmente no dia 18 de Abril e comporta os seguintes aplicativos:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;System Center 2012 Unified Installer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Utilit&amp;aacute;rio desenhado para executar novas instala&amp;ccedil;&amp;otilde;es do System Center 2012 para prop&amp;oacute;sitos de teste e avalia&amp;ccedil;&amp;atilde;o unicamente. Se o objectivo for a actualiza&amp;ccedil;&amp;atilde;o de uma instala&amp;ccedil;&amp;atilde;o actual de qualquer produto System Center ou a escolha de instala&amp;ccedil;&amp;atilde;o para Alta Disponibilidade ou de instala&amp;ccedil;&amp;atilde;o em m&amp;uacute;ltiplos servidores, refira-se por favor &amp;agrave; instala&amp;ccedil;&amp;atilde;o dos produtos System Center para Cloud presente na seguinte p&amp;aacute;gina: &lt;a title="Microsoft Private Cloud Evaluation Resource Page" href="http://technet.microsoft.com/evalcenter/hh478202.aspx" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Microsoft Private Cloud Evaluation Resource Page&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=235375" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Guia do Utilizador &amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;System Center 2012 Configuration Manager &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Fornece uma gest&amp;atilde;o compreensiva de configura&amp;ccedil;&amp;atilde;o para a plataforma Microsoft, ajudando na implementa&amp;ccedil;&amp;atilde;o de dispositivos e aplica&amp;ccedil;&amp;otilde;es necess&amp;aacute;rias &amp;agrave; produtividade dos utilizadores, mantendo o controlo e observ&amp;acirc;ncia corporativas.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=235365" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;System Center 2012 Endpoint Protection&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Constru&amp;iacute;do sobre o System Center Configuration Manager, fornece detec&amp;ccedil;&amp;atilde;o de amea&amp;ccedil;as e malware como parte integrante de uma estrutura unificada de gest&amp;atilde;o de seguran&amp;ccedil;a e observ&amp;acirc;ncia de m&amp;aacute;quinas cliente, simplificando a protec&amp;ccedil;&amp;atilde;o final.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=235365" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;System Center 2012 Data Protection Manager&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Fornece protec&amp;ccedil;&amp;atilde;o de dados de forma unificada para servidores e clientes Windows, ajudando a entregar uma protec&amp;ccedil;&amp;atilde;o escal&amp;aacute;vel e com efici&amp;ecirc;ncia de custos, tendo cen&amp;aacute;rios de restauro desde disco, fita ou sistema fora das instala&amp;ccedil;&amp;otilde;es.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=235368" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;System Center 2012 Operations Manager &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Fornece um diagn&amp;oacute;stico profundo das aplica&amp;ccedil;&amp;otilde;es e uma monitoriza&amp;ccedil;&amp;atilde;o da infra-estrutura, ajudando a uma previsibilidade da performance a disponibilidade de aplica&amp;ccedil;&amp;otilde;es vitais, oferecendo ainda uma vista compreensiva de Datacenter e Cloud Privada ou P&amp;uacute;blica.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/p/?LinkID=219650" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;System Center 2012 Orchestrator &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Fornece uma instrumenta&amp;ccedil;&amp;atilde;o, integra&amp;ccedil;&amp;atilde;o e automatiza&amp;ccedil;&amp;atilde;o de processos IT atrav&amp;eacute;s da cria&amp;ccedil;&amp;atilde;o de &amp;ldquo;Runbooks&amp;rdquo;, ajudando &amp;agrave; defini&amp;ccedil;&amp;atilde;o de pr&amp;aacute;ticas estandardizadas e aperfei&amp;ccedil;oando a efici&amp;ecirc;ncia operacional.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=216992" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;System Center 2012 Service Manager &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Fornece uma experi&amp;ecirc;ncia flex&amp;iacute;vel em self-service um processos estandardizados de Datacenter, ajudando na integra&amp;ccedil;&amp;atilde;o de pessoas, workflows e conhecimento atrav&amp;eacute;s de infra-estrutura empresarial e aplica&amp;ccedil;&amp;otilde;es.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=232355" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;System Center 2012 Virtual Machine Manager &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Fornece a gest&amp;atilde;o e desdobramento de m&amp;aacute;quinas virtuais, com supporte para ambientes multi-hypervisor, ajudando a entregar uma Cloud Privada flex&amp;iacute;vel e com efici&amp;ecirc;ncia de custos.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=235372" target="_blank"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de Sistema &amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;System Center 2012 App Controller&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Fornece uma experi&amp;ecirc;ncia transversal comum entre as Cloud privada e p&amp;uacute;blica, ajudando desenvolvedores a construir, configurar, implementar e gerir novos servi&amp;ccedil;os.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/hh505660"&gt;&lt;span style="color: #0000ff;" color="#0000ff"&gt;Requisitos de sistema &amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Poder&amp;aacute; encontrar mais informa&amp;ccedil;&amp;otilde;es na seguinte hiperliga&amp;ccedil;&amp;atilde;o:&lt;/p&gt;
&lt;p&gt;Microsoft System Center 2012 - &lt;span style="color: #0000ff;" color="#0000ff"&gt;&lt;a href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx/&lt;a href=&amp;quot;http:/www.microsoft.com/en-us/server-cloud/system-center/default.aspx&amp;quot;&gt;&lt;span style='color: #0000ff;' color='#0000ff'&gt;http:/www.microsoft.com/en-us/server-cloud/system-center/default.aspx&lt;/span&gt;&lt;/a&gt;" target="_blank"&gt;http://www.microsoft.com/en-us/server-cloud/system-center/default.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3494485" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom+opsmgr+2012+RC+Release+Candidate/">scom opsmgr 2012 RC Release Candidate</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom/">scom</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/orchestrator/">orchestrator</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/System+Center+2012/">System Center 2012</category></item><item><title>Configuration Manager 2012 - Technet Virtual Labs</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/10/system-center-configuration-manager-2012-technet-virtual-labs.aspx</link><pubDate>Tue, 10 Apr 2012 14:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3491262</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3491262</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3491262</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/10/system-center-configuration-manager-2012-technet-virtual-labs.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Gostava de partilhar com voc&amp;ecirc;s os &lt;em&gt;links&lt;/em&gt; abaixo com os laborat&amp;oacute;rios que acab&amp;aacute;mos de criar para o Configuration Manager 2012, n&amp;atilde;o havendo assim necessidade de terem que construir o vosso pr&amp;oacute;prio ambiente pois poder&amp;atilde;o fazer tudo online (tomar aten&amp;ccedil;&amp;atilde;o aos pre-requisitos necess&amp;aacute;rios):&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;TechNet Virtual Labs: System Requirements&lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/bb509309.aspx"&gt;http://technet.microsoft.com/en-us/bb509309.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;System Center 2012 Configuration Manager&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/edge/video/technet-radio-virtual-lab-insider-an-introduction-to-system-center-configuration-manager-2012"&gt;TechNet Radio: Virtual Lab Insider - An Introduction to System Center 2012 Configuration Manager&lt;/a&gt;&lt;span style="color: red;"&gt; Video!&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9797720"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Role Based Administration&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9797723"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Hierarchy Install&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796234"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Settings Management&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796179"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Application Management&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796558"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Content Management&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796564"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Managing Clients&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796561"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: OSD Bare Metal&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796019"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Advanced Software Distribution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796016"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Basic Software Distribution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9795894"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Software Updates&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9796038"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Endpoint Protection RC&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=9793970"&gt;TechNet Virtual Lab: System Center 2012 Configuration Manager: Migrating from Configuration Manager 2007 to Configuration Manager 2012&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Caso vos interesse aconselho tamb&amp;eacute;m a darem uma vista de olhos nos laborat&amp;oacute;rios de Configuration Manager 2007 e SMS 2003:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;System Center Configuration Manager 2007&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Configuring Configuration Manager 2007 Security including PKI" href="http://go.microsoft.com/?linkid=9635765"&gt;TechNet Virtual Lab: Configuring Configuration Manager 2007 Security including PKI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Determining Client Health in Configuration Manager 2007 R2" href="http://go.microsoft.com/?linkid=9683925"&gt;TechNet Virtual Lab: Determining Client Health in Configuration Manager 2007 R2&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Generating Asset Intelligence Data with Configuration Manager 2007" href="http://go.microsoft.com/?linkid=9683924"&gt;TechNet Virtual Lab: Generating Asset Intelligence Data with Configuration Manager 2007&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Implementing Branch Distribution Points in System Center Configuration Manager (SCCM) 2007" href="http://go.microsoft.com/?linkid=9263331"&gt;TechNet Virtual Lab: Implementing Branch Distribution Points in System Center Configuration Manager (SCCM) 2007&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Implementing Desired Configuration Management in System Center Configuration Manager (SCCM) 2007" href="http://go.microsoft.com/?linkid=9194413"&gt;TechNet Virtual Lab: Implementing Desired Configuration Management in System Center Configuration Manager (SCCM) 2007&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Integrating Application Virtualization into Configuration Manager 2007 R2" href="http://go.microsoft.com/?linkid=9683922"&gt;TechNet Virtual Lab: Integrating Application Virtualization into Configuration Manager 2007 R2&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Integrating SQL Server Reporting Services into Configuration Manager 2007 R2" href="http://go.microsoft.com/?linkid=9683923"&gt;TechNet Virtual Lab: Integrating SQL Server Reporting Services into Configuration Manager 2007 R2&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;a title="TechNet Virtual Lab: Managing Microsoft Updates with System Center Configuration Manager (SCCM) 2007" href="http://go.microsoft.com/?linkid=9239756"&gt;TechNet Virtual Lab: Managing Microsoft Updates with System Center Configuration Manager (SCCM) 2007&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Microsoft Systems Management Server (SMS) 2003&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;TechNet Virtual Lab: Managing Security Updates with SMS 2003&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://go.microsoft.com/?linkid=4267039"&gt;http://go.microsoft.com/?linkid=4267039&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3491262" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Troubleshooting/">ConfigMgr Troubleshooting</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Labs/">ConfigMgr Labs</category></item><item><title>Glossário de Configuration Manager e SMS</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/10/gloss-225-rio-de-configuration-manager-e-sms.aspx</link><pubDate>Tue, 10 Apr 2012 10:04:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3491190</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3491190</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3491190</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/10/gloss-225-rio-de-configuration-manager-e-sms.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Gostava de partilhar o &lt;i&gt;link&lt;/i&gt; abaixo onde podem encontrar os &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;v&amp;aacute;rios termos usados desde o SMS ao Configuration Manager 2007 e 2012:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Glossary &amp;nbsp;- Microsoft System &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Center 2012 Configuration Manager&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh524341.aspx"&gt;http://technet.microsoft.com/en-us/library/hh524341.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Glossary &amp;nbsp;- System Center &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Configuration Manager 2007&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff977081.aspx"&gt;http://technet.microsoft.com/en-us/library/ff977081.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Glossary - Systems Management Server 2003&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc182003.aspx"&gt;http://technet.microsoft.com/en-us/library/cc182003.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Glossary - Systems Management Server 2.0 &lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc723605.aspx"&gt;http://technet.microsoft.com/en-us/library/cc723605.aspx&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;N&amp;atilde;o hesitem em classificar &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;este artigo e deixar o vosso coment&amp;aacute;rio!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3491190" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Topicos/">ConfigMgr Topicos</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category></item><item><title>Novos management packs para a suite System Center 2012</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/10/novos-management-packs-para-a-suite-system-center-2012.aspx</link><pubDate>Tue, 10 Apr 2012 09:22:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3491185</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3491185</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3491185</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/10/novos-management-packs-para-a-suite-system-center-2012.aspx#comments</comments><description>&lt;p&gt;Foram lan&amp;ccedil;ados recentemente dois novos management packs para monitorizar dois dos componentes da suite System Center 2012:&lt;/p&gt;
&lt;p&gt;System Center Monitoring Pack for System Center 2012 - App Controller: &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=29304"&gt;http://www.microsoft.com/download/en/details.aspx?id=29304&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;System Center Monitoring Pack for System Center 2012 - Orchestrator: &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=29269"&gt;http://www.microsoft.com/download/en/details.aspx?id=29269&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Espero que esta informa&amp;ccedil;&amp;atilde;o vos seja &amp;uacute;til!&lt;/p&gt;
&lt;p&gt;Jos&amp;eacute; Miguel Constantino&lt;/p&gt;
&lt;p&gt;Support Escalation Engineer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3491185" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom/">scom</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/app_2D00_v/">app-v</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/orchestrator/">orchestrator</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/sco/">sco</category></item><item><title>Configuration Manager 2012 - Component Add-ons and Extensions</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/09/system-center-2012-configuration-manager-component-add-ons-and-extensions.aspx</link><pubDate>Mon, 09 Apr 2012 07:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3490954</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3490954</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3490954</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/04/09/system-center-2012-configuration-manager-component-add-ons-and-extensions.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Decidir partilhar um dos nossos links com os os &lt;i&gt;add&lt;/i&gt;-&lt;i&gt;ons and extensions&lt;/i&gt; que sa&amp;iacute;ram o m&amp;ecirc;s passado para o Configuration Manager &amp;nbsp;2012:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;System Center 2012 &amp;ndash; Configuration Manager Component Add-ons and Extensions&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=29265"&gt;http://www.microsoft.com/download/en/details.aspx?id=29265&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-size: small;"&gt;Quick details&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Version:&lt;/b&gt; 2012 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;Date published:&lt;/b&gt; 3/31/2012&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Language:&lt;/b&gt; English&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 453px; height: 555px; padding-left: 60px;" border="0" cellspacing="3" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align: center;"&gt;
&lt;p style="text-align: left;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;File Name&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgr2012_Toolkit_RTM_1028.exe&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;2.8 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/ConfigMgr2012_Toolkit_RTM_1028.exe"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;P2VReleaseNotes.docx&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;19 KB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/P2VReleaseNotes.docx"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;P2VSetup32.exe&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;7.4 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/P2VSetup32.exe"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;P2VSetup64.exe&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;7.4 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/P2VSetup64.exe"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Package_Conversion_Manager_RTW_ReleaseNotes.docx&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;28 KB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/Package_Conversion_Manager_RTW_ReleaseNotes.docx"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PCMRTWSetup-CHS.exe&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;2.3 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/PCMRTWSetup-CHS.exe"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PCMRTWSetup-DE.EXE&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;2.3 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/PCMRTWSetup-DE.EXE"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PCMRTWSetup-EN.exe&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;2.3 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/PCMRTWSetup-EN.exe"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PCMRTWSetup-JP.exe&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="text-align: left;"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;2.3 MB&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p style="text-align: left;"&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://download.microsoft.com/download/3/0/1/3012DD3A-AB14-4209-BA4D-27E1A64B72E7/PCMRTWSetup-JP.exe"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3490954" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012+Tools/">ConfigMgr 2012 Tools</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category></item><item><title>Erro "Unable to contact host" ao tentar usar as Remote Tools contra clientes internet em Configuration Manager com Direct Access</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/13/erro-quot-unable-to-contact-host-quot-ao-tentar-usar-as-remote-tools-contra-clientes-internet-em-direct-access.aspx</link><pubDate>Mon, 13 Feb 2012 08:18:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3480460</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3480460</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3480460</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/13/erro-quot-unable-to-contact-host-quot-ao-tentar-usar-as-remote-tools-contra-clientes-internet-em-direct-access.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Estive a trabalhar num caso recentemente de Configuration Manager 2007 onde estava configurado com Direct Access e onde as Remote Tools n&amp;atilde;o funcionavam contra clientes da Internet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Quando tent&amp;aacute;vamos usar as Remote Tools contra os clientes 3G tinhamos o erro abaixo:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Unable to contact host&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Depois de todo o troubleshoot da parte de Configuration Manager tive que envolver a equipa de UAG (Unified Access Gateway) para me ajudar a resolver o problema.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Assim que a chamada ficou resolvida, o meu colega Jo&amp;atilde;o Tavares da equipa de UAG de criou uma entrada no blog a falar sobre este t&amp;oacute;pico.&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Se t&amp;ecirc;m Direct Access na vossa empresa configurado ent&amp;atilde;o aconselho vivamente a leitura deste t&amp;oacute;pico:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Unable to access shares or SCCM Remote Control from internal network to the Direct Access(DA) clients&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://blogs.technet.com/b/tugait/archive/2012/02/10/unable-to-access-shares-or-sccm-remote-control-from-internal-network-to-the-direct-access-da-clients.aspx"&gt;http://blogs.technet.com/b/tugait/archive/2012/02/10/unable-to-access-shares-or-sccm-remote-control-from-internal-network-to-the-direct-access-da-clients.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Como leitura adicional de Direct Access e Configuration Manager aconselho tamb&amp;eacute;m uma outra entrada do blog do nosso colega Steve Rachui:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Direct Access &amp;ndash; SCCM &amp;ndash; Managing internet clients&lt;br /&gt;&lt;a href="http://blogs.msdn.com/b/steverac/archive/2010/07/31/direct-access-sccm-managing-internet-clients.aspx"&gt;http://blogs.msdn.com/b/steverac/archive/2010/07/31/direct-access-sccm-managing-internet-clients.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Espero ter ajudado! :)&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3480460" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Troubleshooting/">ConfigMgr Troubleshooting</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Remote+Tools/">ConfigMgr Remote Tools</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Direct+Access/">ConfigMgr Direct Access</category></item><item><title>Configuration Manager 2012 - Guia de sobrevivência</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/09/guia-de-sobreviv-234-ncia-para-o-system-center-configuration-manager-2012.aspx</link><pubDate>Thu, 09 Feb 2012 11:13:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3479877</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3479877</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3479877</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/09/guia-de-sobreviv-234-ncia-para-o-system-center-configuration-manager-2012.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Cri&amp;aacute;mos um &lt;i&gt;guia de sobreviv&amp;ecirc;ncia &lt;/i&gt;que poder&amp;aacute; ser usado para aumentar ou manter o nosso conhecimento do System Center Configuration Manager 2012.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Poder&amp;atilde;o encontrar desde documenta&amp;ccedil;&amp;atilde;o, a v&amp;iacute;deos de demonstra&amp;ccedil;&amp;atilde;o e at&amp;eacute; mesmo laborat&amp;oacute;rios a fazer:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;SystemCenter 2012 Configuration Manager Survival Guide&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/7075.system-center-2012-configuration-manager-survival-guide.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/7075.system-center-2012-configuration-manager-survival-guide.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3479877" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category></item><item><title>Configuration Manager 2012 - Documentação e características</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/09/documenta-231-227-o-com-as-caracter-237-sticas-do-system-center-configuration-manager-2012.aspx</link><pubDate>Thu, 09 Feb 2012 11:08:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3479876</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3479876</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3479876</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/09/documenta-231-227-o-com-as-caracter-237-sticas-do-system-center-configuration-manager-2012.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Abaixo podem encontrar um artigo com a document&amp;ccedil;&amp;atilde;o com os t&amp;oacute;picos bases do System Center Configuration Manager 2012:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 97%;" border="1" cellspacing="3" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p align="center"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;b&gt;Guia&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p align="center"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;b&gt;Descri&amp;ccedil;&amp;atilde;o&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg682144.aspx"&gt;Getting&amp;nbsp;Started with System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia ajuda a come&amp;ccedil;ar com o System Center Configuration &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Manager 2012. Explica o produto, o que criado de novo, o que foi alterado comparativamente &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;agrave; vers&amp;atilde;o do Configuration Manager 2007, conceitos b&amp;aacute;sicos, e algumas perguntas &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;frequentes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg681983.aspx"&gt;Site&amp;nbsp;Administration for System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia providencia a informa&amp;ccedil;&amp;atilde;o de como planear, &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;instalar, configurar e manter o System Center 2012 Configuration Manager.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg682006.aspx"&gt;Migrating&amp;nbsp;from Configuration Manager 2007 to System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia mostra como fazer a migra&amp;ccedil;&amp;atilde;o de uma &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;infraestrutura de Configuration Manager 2007 para uma nova infraestrutura System C&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;enter Configuration Manager 2012.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg699391.aspx"&gt;Deploying Clients for System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia ajuda a planear, instalar, configurar, e manusear &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;a instala&amp;ccedil;&amp;atilde;o de clientes System Center Configuration Manager 2012.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg699393.aspx"&gt;Deploying Software and Operating Systems in System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia providencia informa&amp;ccedil;&amp;atilde;o sobre planeamento, configura&amp;ccedil;&amp;atilde;o, &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;e manuseamento de instala&amp;ccedil;&amp;atilde;o de software e sistemas operativos em System &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Center Configuration Manager 2012.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg682029.aspx"&gt;Assets and Compliance in System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia mostra como manusear dispositivos (quer sejam &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;eles computadores ou dispositivos m&amp;oacute;veis) em System Center Configuration M&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;anager 2012.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="35%"&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/gg682033.aspx"&gt;Security and Privacy for System Center 2012 Configuration Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="62%"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Este guia tem toda a informa&amp;ccedil;&amp;atilde;o relacionada com a &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;seguran&amp;ccedil;a dos outros guias de Configuration Manager, e tamb&amp;eacute;m sobre as pol&amp;iacute;ticas&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt; de privacidade.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Mais detalhes poder&amp;atilde;o ser encontrados no nosso outro blog:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Where &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;is the Documentation for System Center 2012 Configuration Manager Features?&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;a href="http://blogs.technet.com/b/configmgrteam/archive/2012/01/30/where-is-the-documentation-for-system-center-2012-configuration-manager-features.aspx#comments"&gt;http://blogs.technet.com/b/configmgrteam/archive/2012/01/30/where-is-the-documentation-for-system-center-2012-configuration-manager-features.aspx#comments&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;coment&amp;aacute;rio!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3479876" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category></item><item><title>Configuration Manager 2012 - Os dez principais melhoramentos na nova consola de administração</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/09/os-dez-principais-melhoramentos-na-nova-consola-de-administra-231-227-o-do-system-center-configuration-manager-2012.aspx</link><pubDate>Thu, 09 Feb 2012 11:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3479875</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3479875</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3479875</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/09/os-dez-principais-melhoramentos-na-nova-consola-de-administra-231-227-o-do-system-center-configuration-manager-2012.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Gostaria de partilhar com voc&amp;ecirc;s alguns dos melhoramentos &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;que fizemos na nova Consola de Administra&amp;ccedil;&amp;atilde;o do System Center Configuration &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Manager 2012.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Deixou de ser uma consola MMC (Microsoft Management &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Console, o nosso &amp;ecirc;nfase da parte sobre todo o novo aspeto e melhorias da nossa &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;nova consola. Desde o novo friso integrado, a todos os novos recursos que ajudar&amp;atilde;o&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;os Administradores a descobrir objetos mais facilmente e a permitir a melhor &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;navega&amp;ccedil;&amp;atilde;o em configura&amp;ccedil;&amp;otilde;es complexas.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Abaixo os dez principais melhoramentos na Consola de &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;Administra&amp;ccedil;&amp;atilde;o:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Top &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;10 Admin Console Improvements in System Center 2012 Configuration Manager&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;a href="http://blogs.technet.com/b/server-cloud/archive/2012/01/31/top-10-admin-console-improvements-in-system-center-2012-configuration-manager.aspx"&gt;http://blogs.technet.com/b/server-cloud/archive/2012/01/31/top-10-admin-console-improvements-in-system-center-2012-configuration-manager.aspx&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-family: Arial;" face="Arial"&gt;&lt;br /&gt;&lt;/span&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;coment&amp;aacute;rio!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Espero &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;ter ajudado! :)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3479875" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category></item><item><title>WMI Diag 2.1</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/02/wmi-diag-2-1.aspx</link><pubDate>Thu, 02 Feb 2012 18:53:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3478610</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3478610</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3478610</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/02/02/wmi-diag-2-1.aspx#comments</comments><description>&lt;p&gt;Foi lan&amp;ccedil;ada recentemente, a nova vers&amp;atilde;o da ferramenta de diagn&amp;oacute;stico para o WMI. Esta ferramenta &amp;eacute; utilizada muitas vezes na resolu&amp;ccedil;&amp;atilde;o de problemas com os agentes de ConfigMgr e OpsMgr, por isso achei importante partilhar esta informa&amp;ccedil;&amp;atilde;o.&lt;/p&gt;
&lt;p&gt;The WMI Diagnosis Utility -&amp;nbsp;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=7684"&gt;http://www.microsoft.com/download/en/details.aspx?id=7684&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sistemas operativos suportados: Windows 7, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3478610" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/wmi+errors+erros+diag+agent+agente+opsmgr+scom+sccm+configmgr/">wmi errors erros diag agent agente opsmgr scom sccm configmgr</category></item><item><title>Procuram-se tópicos para Configuration Manager e Operations Manager</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2012/01/09/procuram-se-t-243-picos-para-configuration-manager-e-operations-manager.aspx</link><pubDate>Mon, 09 Jan 2012 11:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3474509</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3474509</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3474509</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2012/01/09/procuram-se-t-243-picos-para-configuration-manager-e-operations-manager.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;Decidimos criar um t&amp;oacute;pico aberto a sugest&amp;otilde;es para material que gostariam de ver presente neste blog.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;Basicamente a &lt;/span&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;ideia seria a de endere&amp;ccedil;ar as maiores necessidades desta comunidade (Configuration &lt;/span&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;Manager e Operations Manager).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;Ficamos &amp;agrave; &lt;/span&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;espera do vosso feedback.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: x-small;"&gt;Obrigado! :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3474509" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Topicos/">ConfigMgr Topicos</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/OpsMgr+Topicos/">OpsMgr Topicos</category></item><item><title>Configuration Manager 2012 - Troubleshooting Log Files</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/12/02/configuration-manager-2012-troubleshooting-log-files.aspx</link><pubDate>Fri, 02 Dec 2011 15:14:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468641</guid><dc:creator>nunolive</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3468641</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3468641</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/12/02/configuration-manager-2012-troubleshooting-log-files.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Abaixo podem encontrar um sum&amp;aacute;rio com os logs do Configuration Manager 2012 (alguns novos e outros j&amp;aacute; conhecidos).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;A documenta&amp;ccedil;&amp;atilde;o deixada aqui apesar de j&amp;aacute; bastante completa ainda &amp;eacute; uma&amp;nbsp;&lt;em&gt;pre-release:&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;Technical Reference for Log Files in Configuration Manager&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;a href="http://technet.microsoft.com/en-us/library/hh427342.aspx"&gt;http://technet.microsoft.com/en-us/library/hh427342.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e&amp;nbsp;deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;b&gt;Client Operations&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files found on the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Manager client.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CAS.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Content Access service. Maintains the local package cache on the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Ccm32BitLauncher.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records actions for starting applications on the client marked as "run as 32bit".&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CcmEval.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Configuration Manager agent health evaluation activities&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and details for components that are required by the Configuration Manager&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CcmEvalTask.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the Configuration Manager agent health evaluation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; activities triggered by the evaluation scheduled task.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CcmExec.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the client and the SMS Agent Host service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Ccmperf.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities related to the maintenance and capture of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; data related to client performance counters.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CcmRestart.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client agent service restart activity.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CCMSDKProvider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities for client agent SDK interfaces.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CertificateMaintenance.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Maintains certificates for Active Directory Domain Services and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; management points.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CIDownloader.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about configuration item definition downloads.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CITaskMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records tasks that are initiated for each application and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; deployment type - such as content download or install or uninstall actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ClientAuth.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the signing and authentication activity for the client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ClientIDManagerStartup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Creates and maintains the client GUID and identifies tasks&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; performed during client registration and assignment.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ClientLocation.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records tasks related to the clients site assignment.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CMHttpsReadiness.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the results of running the Configuration Manager HTTPS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Readiness Assessment Tool. This tool checks whether computers have a PKI&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; client authentication certificate that can be used for Configuration Manager.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CmRcService.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information for the remote control service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ContentTransferManager.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Schedules the Background Intelligent Transfer Service (BITS) or&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the Server Message Block (SMB) to download or to access SMS packages.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DataTransferService.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records all BITS communication for policy or package access.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EndpointProtectionAgent&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the installation of the Endpoint&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Protection client and the application of antimalware policy to that client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;execmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about legacy packages and task sequences that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; run on the client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ExpressionSolver.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about enhanced detection methods that are used&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; when verbose or debug logging is enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;FileBITS.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records all SMB package access tasks.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;FileSystemFile.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity of the Windows Management Instrumentation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; (WMI) provider for software inventory and file collection.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;FSPStateMessage.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity for state messages sent to the fallback&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; status point by the client agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;InternetProxy.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the network proxy configuration and usage activity for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the client agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;InventoryAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of hardware inventory, software inventory,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and heartbeat discovery actions on the client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;LocationCache.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity for location cache usage and maintenance&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; for the client agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;LocationServices.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the client activity for locating management points,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; software update points, and distribution points.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MaintenanceCoordinator.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity for general maintenance task activity for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the client agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Mifprovider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The WMI provider for .MIF files.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mtrmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Monitors all software metering processes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PolicyAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records requests for policies made by using the Data Transfer&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PolicyAgentProvider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records policy changes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PolicyEvaluator.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the evaluation of policies on client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; computers, including policies from software updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PolicyPlatformClient.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the process of remediation and compliance for all&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; providers located in &lt;b&gt;%Program Files%\Microsoft Policy Platform&lt;/b&gt;, except&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the file provider.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PolicySdk.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities for policy system SDK interfaces.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PwrProvider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Shows the activities of the power management provider&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; (PWRInvProvider) hosted in the Windows Management Instrumentation (WMI)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; service. On all supported versions of Windows, the provider enumerates the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; current settings on computers during hardware inventory and applies power&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; plan settings.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;RemoteControl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The primary log for remote control.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SCClient_&amp;lt;domain&amp;gt;@&amp;lt;username&amp;gt;_1.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity in Software Center for the indicated user&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; on the client computer.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SCClient_&amp;lt;domain&amp;gt;@&amp;lt;username&amp;gt;_2.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the historical activity in Software Center for the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; indicated user on the client computer.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Scheduler.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records schedule tasks for all client operations.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SCNotify_&amp;lt;domain&amp;gt;@&amp;lt;username&amp;gt;_1.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity for notifying users about software and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; updates for the indicated user.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SCNotify_&amp;lt;domain&amp;gt;@&amp;lt;username&amp;gt;_1-&amp;lt;date_time&amp;gt;.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the historical information for notifying users about&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; software and updates for the indicated user.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;setuppolicyevaluator.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records configuration and inventory policy creation in WMI.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smscliui.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records usage of the Configuration Manager applet in Control&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Panel.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SrcUpdateMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activity for installed Windows Installer applications&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; that are updated with current distribution point source locations.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;StatusAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records status messages that are created by the client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; components.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SWMTRReportGen.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Generates a usage data report that is collected by the metering&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; agent. (This data is logged in Mtrmgr.log.)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;UserAffinity.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about user device affinity.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;VirtualApp.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information specific to the evaluation of App-V&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; deployment types.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;b&gt;Client Installation Log Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the installation of the Configuration Manager client.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ccmsetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records &lt;b&gt;ccmsetup&lt;/b&gt; tasks for client setup, client health&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and remediation, client upgrade, and client removal. Can be used to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; troubleshoot client installation problems.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CcmRepair.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the repair activities of the client agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;client.msi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records setup tasks performed by client.msi. Can be used to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; troubleshoot client installation or removal problems.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;b&gt;Site Server and Site System Server Logs&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files found on the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Manager site server and site system servers.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adctrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records enrollment processing activity.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ADForestDisc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory Forest Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ADService.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records account creation and security group details in Active&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Directory.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adsgdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory Security Group Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adsysdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory System Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adusrdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory User Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ccm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client push installation activities.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CertMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the certificate activities for intra-site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; communications.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;chmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the client health manager.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Cidm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records changes to the client settings by the Client Install&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Data Manager (CIDM).&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;colleval.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about when collections are created, changed, and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; deleted by the Collection Evaluator.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;compmon.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the status of component threads monitored for the site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;compsumm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Component Status Summarizer tasks.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ComRegSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the initial installation of COM registration results for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; a site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgrPrereq.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records pre-requisite component evaluation and installation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; activities.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;dataldr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the processing of Management&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Information Format (MIF) files and hardware inventory in the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ddm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the discovery data manager.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;despool.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records incoming site-to-site communication transfers.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;distmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about package creation, compression, delta&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; replication, and information updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EPCtrlMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the synchronization of malware threat&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; information from the Endpoint Protection site system role server into the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Configuration Manager database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EPMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the status of the Endpoint Protection site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Provides information about the installation of the Endpoint&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Protection site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EnrollSrv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the Enrollment service process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EnrollWeb.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the enrollment website process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;fspmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the fallback status point site system&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;hman.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about site configuration changes, and the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; publishing of site information in Active Directory Domain Services.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Inboxast.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the files that are moved from the management point to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the corresponding INBOXES folder on the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;inboxmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records file transfer activities between inbox folders.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;inboxmon.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the processing of inbox files and performance counter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;invproc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the forwarding of MIF files from a secondary site to its&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; parent site.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;migmctrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information for Migration actions involving migration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; jobs, shared distribution points, and distribution point upgrades.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The top-level site in the System Center 2012 Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager hierarchy, and each child primary site&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;&amp;nbsp;&amp;nbsp;
&lt;tbody&gt;
&lt;tr&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Note &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&amp;nbsp;&amp;nbsp;&lt;/tr&gt;
&amp;nbsp;&amp;nbsp;
&lt;tr&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;p&gt;&lt;span style="font-size: small;"&gt;In a multi-primary site hierarchy, use the log file created at&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the central administration site.&lt;/span&gt;&lt;/p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&amp;nbsp;&amp;nbsp;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mpcontrol.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the registration of the management point with WINS.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Records the availability of the management point every 10 minutes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mpfdm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the actions of the management point component that moves&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; client files to the corresponding INBOXES folder on the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mpMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details of about the management point installation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the management point installation wrapper process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;netdisc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Network Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;NotiCtrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ntsvrdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the discovery activity of site system servers.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Objreplmgr&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the processing of object change notifications for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; replication.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;offermgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records advertisement updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;offersum.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the summarization of deployment status messages.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;OfflineServicingMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities of applying updates to operating system&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; image files.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;outboxmon.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the processing of outbox files and performance counter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PerfSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the results of the installation of performance counters.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PkgXferMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the actions of the SMS Executive component that is&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; responsible for sending content from a primary site to a remote distribution&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;policypv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records updates to the client policies to reflect changes to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; client settings or advertisements.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Primary Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;rcmctrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities of database replication between sites in&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the hierarchy.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;replmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the replication of files between the site server&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; components and the Scheduler component.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ResourceExplorer.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records errors, warnings, and information about running the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Resource Explorer.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The computer that runs the Configuration Manager console&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ruleengine.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about Auto Deployment Rules around the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; identification, content download, and update group and deployment creation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Sched.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about site-to-site job and package replication.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;schedule.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities for standard sender content scheduling&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; jobs.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sdkinst.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Computer with the SMS Provider&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sender.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the files that transfer by file-based replication&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; between sites.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sinvproc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the processing of software inventory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; data to the site database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sitecomp.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the maintenance of the installed site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; components on all site system servers in the site.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sitectrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records site setting changes made to site control objects in the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sitestat.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the availability and disk space monitoring process of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; all site systems.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SmsAdminUI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Configuration Manager console activity.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The computer that runs the Configuration Manager console&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSAWEBSVCSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the installation activities of the application catalog&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; web service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smsbkup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records output from the site backup process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smsdbmon.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records database changes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSENROLLSRVSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the installation activities of the enrollment web&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSENROLLWEBSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the installation activities of the enrollment website.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smsexec.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the processing of all site server component threads.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server or site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSFSPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records messages generated by the installation of a fallback&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; status point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSPORTALWEBSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the installation activities of the application catalog&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; web site.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSProv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records WMI provider access to the site database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Computer with the SMS Provider&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smstsvc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the installation, use, and removal of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; a Windows service that is used to test network connectivity and permissions&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; between servers, using the computer account of the server initiating the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; connection.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server and site systems&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;srsrpMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records detailed results of the reporting point installation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; process from the MSI output.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;srsrpsetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records results of the reporting point installation process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Srvacct.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the maintenance of accounts when the site uses standard&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; security.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;statesys.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the processing of state system messages.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;statmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the writing of all status messages to the database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;swmproc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the processing of metering files and settings.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;b&gt;Site Server Installation Log Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to site installation.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgrSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records detailed output from site server setup.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgrSetupWizard.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information related to activity in the Setup wizard UI.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMS_BOOTSTRAP.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the progress of launching the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; secondary site installation process. Details of the actual setup process are&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; contained in ConfigMgrSetup.log.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Fallback Status Point Logs Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the fallback status point.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;fspMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records messages generated by the installation of a fallback&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; status point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;fspmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the fallback status point site system&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Management Point Logs Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the management point.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CcmIsapi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client messaging activity on the endpoint.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_CliReg.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the client registration activity processed by the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; management point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Ddr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the conversion of XML.ddr records from clients, and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; copies them to the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Framework.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities of the core management point and client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; framework components.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_GetAuth.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client authorization activity.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_GetPolicy.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records policy request activity from client computers.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Hinv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the conversion of XML hardware inventory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; records from clients and the copy of those files to the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Location.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records location request and reply activity from clients.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_OOBMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the management point activities related to receiving OTP&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; from a client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Policy.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records policy communication.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Relay.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the transfer of files that are collected from the client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Retry.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the hardware inventory retry processes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Sinv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the conversion of XML software inventory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; records from clients and the copy of those files to the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_SinvCollFile.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about file collection.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_Status.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the conversion of XML.svf status message&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; files from clients and the copy of those files to the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mpcontrol.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the registration of the management point with WINS.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Records the availability of the management point every 10 minutes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mpfdm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the actions of the management point component that moves&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; client files to the corresponding INBOXES folder on the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mpMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details of about the management point installation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the management point installation wrapper process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Software Update Point Log Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;he following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the software update point.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;objreplmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the replication of software updates&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; notification files from a parent to child sites.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PatchDownloader.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the process of downloading software&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; updates from the update source to the download destination on the site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The computer hosting the Configuration Manager console from&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; which downloads are initiated&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ruleengine.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about Auto Deployment Rules around the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; identification, content download, and update group and deployment creation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SUPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the software update point installation.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; When the software update point installation completes, &lt;b&gt;Installation was&lt;br /&gt;&amp;nbsp; successful&lt;/b&gt; is written to this log file.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WCM.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the software update point configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and connections to the Windows Server Update Services (WSUS) server for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; subscribed update categories, classifications, and languages.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server that connects to the Windows Server Update Services&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; (WSUS) server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WSUSCtrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the configuration, database connectivity,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and health of the WSUS server for the site.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;wsyncmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the software updates synchronization&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WUSSyncXML.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the Inventory Tool for the Microsoft&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Updates synchronization process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The client computer configured as the synchronization host for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the Inventory Tool for Microsoft Updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Application Management&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to Application Management.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AppDiscovery.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AppIntentEval.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the current state, applicability (weather&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; requirements were met or not) as well as desired state of applications, deployment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; types and their dependencies.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AppProvider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about attempted installs and uninstalls of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; application deployment types. In addition, it will contain details on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; detection method evaluation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;awebsctl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the monitoring activities for the application catalog&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; web service point site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;awebsvcMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records detailed installation information for the application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; catalog web service point site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Ccmsdkprovider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities of the application management SDK.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;colleval.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about when collections are created, changed, and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; deleted by the Collection Evaluator.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgrSoftwareCatalog.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity of the application catalog component,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; including its use of Silverlight.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;portlctl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the monitoring activities for the application catalog&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; website point site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;portlwebMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the MSI installation activity for the application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; catalog website role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PrestageContent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the details about the use of the ExtractContent.exe tool&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; on a remote prestaged distribution point. This tool extracts content that has&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; been exported to a file.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ServicePortalWebService.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity of the application catalog web service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ServicePortalWebSite.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activity of the application catalog website.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSdpmon.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the distribution point health monitoring&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; scheduled task that are configured on a distribution point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SoftwareCatalogUpdateEndpoint.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities for managing the URL for the application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; catalog shown in Software Center.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SoftwareCenterSystemTasks.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities for Software Center prerequisite&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; component validation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information related to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;deploying packages and programs.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;colleval.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about when collections are created, changed, and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; deleted by the Collection Evaluator.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;execmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about legacy packages and task sequences that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; run.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Asset Intelligence&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to Asset Intelligence.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log Name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with Log File &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AssetAdvisor.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities of Asset Intelligence inventory actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;aikbmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the processing of XML files from the inbox&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; for updating the catalog.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AIUpdateSvc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the interaction of the Asset Intelligence&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; synchronization point with SCO (System Center Online), the online web&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; service.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AIUSMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the installation of Asset Intelligence&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; synchronization point site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;AIUSSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the installation of Asset Intelligence&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; synchronization point site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MVLSImport.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the processing of imported licensing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; files.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Backup and Recovery&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to backup and recovery actions including site resets, and changes to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;the SMS Provider.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgrSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about setup and recovery tasks when&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; recovering a site from backup.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smsbkup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the site backup activity.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smssqlbkup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records output from the site database backup process when SQL&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Server is installed on a different server than the site server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site database server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smswriter.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the state of the Configuration Manager&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; VSS writer that is used by the backup process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Compliance Settings&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to compliance settings.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CIAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the process of remediation and compliance&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; for settings management, software updates and application management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CITaskManager.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about configuration item task scheduling.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DCMAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records high-level information about the evaluation , conflict&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; reporting and remediation of desired settings and applications.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DCMReporting.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about reporting policy platform results into&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; state messages for configuration items.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DcmWmiProvider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about reading configuration item synclets&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; from Windows Management Instrumentation (WMI).&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Configuration Manager Console&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the Configuration Manager console.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ConfigMgrAdminUISetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Computer that runs the Configuration Manager console&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SmsAdminUI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Computer that runs the Configuration Manager console&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smsprov.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities performed by the SMS Provider. Administrator&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Console activities use the SMS provider.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server or site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Content Management&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to content management.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PrestageContent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the details about the use of the ExtractContent.exe tool&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; on a remote prestaged distribution point. This tool extracts content that has&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; been exported to a file.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system role&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSdpmon.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the distribution point health monitoring&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; scheduled task that are configured on a distribution point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system role&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smsdpprov.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the extraction of compressed files&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; received from a primary site. This log is generated by the WMI Provider of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the remote distribution point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;A distribution point server that is not co-located with the site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Discovery&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;he following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to Discovery.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adsgdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory Security Group Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adsysdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory System Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adusrdis.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory User Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ADForestDisc.Log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Active Directory Forest Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ddm.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of the discovery data manager.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;InventoryAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities of hardware inventory, software inventory,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and heartbeat discovery actions on the client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;netdisc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Network Discovery actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Endpoint Protection&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to Endpoint Protection.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EndpointProtectionAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the installation of the Endpoint&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Protection client and the application of antimalware policy to that client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EPCtrlMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the synchronization of malware threat&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; information from the Endpoint Protection role server into the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EPMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Monitors the status of the Endpoint Protection site system role&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;EPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Provides information about the installation of the Endpoint&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Protection site system role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Inventory&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to processing inventory data.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;dataldr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the processing of Management&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Information Format (MIF) files and hardware inventory in the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;invproc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the forwarding of MIF files from secondary site to its&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; parent site.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Secondary site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;sinvproc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the processing of software inventory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; data to the site database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;b&gt;Metering&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to metering.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mtrmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Monitors all software metering processes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Migration&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to migration.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;migmctrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information for Migration actions involving migration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; jobs, shared distribution points, and distribution point upgrades.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The top-level site in the System Center 2012 Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager hierarchy, and each child primary site&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;&amp;nbsp;&amp;nbsp;
&lt;tbody&gt;
&lt;tr&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Note &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&amp;nbsp;&amp;nbsp;&lt;/tr&gt;
&amp;nbsp;&amp;nbsp;
&lt;tr&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;p&gt;&lt;span style="font-size: small;"&gt;In a multi-primary site hierarchy, use the log file created at&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the central administration site.&lt;/span&gt;&lt;/p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&amp;nbsp;&amp;nbsp;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a title="Collapse" href="javascript:void(0)"&gt;&lt;b&gt;Enrollment&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists logs that contain information related to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;mobile device enrollment.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DMPRP.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records communication between management points enabled for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; mobile device management and the management point endpoints.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;dmpmsi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the windows installer data for setup of a management&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DMPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the mobile device management setup process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;enrollsrvMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the Windows Installer data for setup of an enrollment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;enrollmentweb.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records communication between devices and the enrollment proxy&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;enrollwebMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the windows installer data for setup of a enrollment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; proxy point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;enrollmentservice.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records communication between enrollment proxy point and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; enrollment point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMS_DM.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records communication between devices and the management point&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; that is enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Collapse" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Exchange Server Connector&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists logs that contain information related to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;the Exchange Server connector.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;easdisc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities and the status of the Exchange Server&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; connector.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Collapse" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Mobile Device Legacy&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists logs that contain information related to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;the Mobile Device legacy client.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmCertEnroll.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about certificate enrollment data on Windows CE&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; device clients.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DMCertResp.htm&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the HTML response from the certificate server when the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Windows CE device Enroller program requests a client authentication&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; certificate.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmClientHealth.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the GUIDs of all the Windows CE clients that are&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; communicating with the management point enabled for mobile device management.&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmClientRegistration.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records registration requests and responses to and from Windows&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; CE devices.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmClientSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client setup data on Windows CE devices.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmClientXfer.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client transfer data for Windows CE Device and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; ActiveSync deployments.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmCommonInstaller.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client transfer file installation for setting up Windows&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; CE device client transfer files on client computers.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmInstaller.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records whether DMInstaller correctly calls DmClientSetup, and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; whether DmClientSetup exits with success or failure on Windows CE devices.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmpDatastore.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records all the site database connections and queries made by&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the management point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmpDiscovery.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records all the discovery data from the Windows CE device&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; clients on the management point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmpHardware.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records hardware inventory data from Windows CE devices on the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; management point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmpIsapi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Windows CE devices communication with management point&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;dmpmsi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the Windows Installer data for setup of a management&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DMPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the mobile device management setup process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmpSoftware.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records mobile device software distribution data from mobile&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; device clients on a management point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmpStatus.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records mobile device status messages data from mobile device&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; clients on a management point enabled for mobile device management.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DmSvc.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records Windows CE device client communication with Device&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Management server role.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;FspIsapi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about communications to the fallback status&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; point from mobile device clients and client computers on the fallback status&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Operating System Deployment&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to operating system deployment.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ccmsetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities for client agent installation and client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; health evaluations.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;CreateTSMedia.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details for task sequence media creation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The computer that runs the Configuration Manager console&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Dism.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records driver installation actions or update apply actions for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Offline Servicing.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Distmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about PXE configuration.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;DriverCatalog.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about device drivers that have been imported&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; into the driver catalog.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mcsisapi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information for multicast package transfer and client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; request responses.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mcsexec.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records health check, namespace, session creation and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; certificate check actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mcsmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records changes to configuration, security mode and availability.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;mcsprv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records multicast provider interaction with Windows Deployment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Services (WDS).&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MCSSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about multicast server role installation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MCSMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about multicast server role installation.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Mcsperf.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about multicast performance counter updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_ClientIDManager.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records management point responses to the client ID requests&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; task sequences initiated from PXE or boot media.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;MP_DriverManager.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records management point responses to Auto Apply Driver task&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; sequence action requests.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;OfflineServicingMgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details of Offline Servicing schedules and update apply&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; actions on operating system .wim files.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Setupact.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about Windows Sysprep and setup logs.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Setupapi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about Windows Sysprep and setup logs.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Setuperr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about Windows Sysprep and setup logs.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smpisapi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the client state capture and restore&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; actions as well as threshold information.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smpmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the results of state migration point&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; health checks and configuration changes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smpmsi.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the state migration point and is generated&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; when the state migration point site system has been created.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smpperf.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the state migration point performance counter updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smspxe.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the responses to PXE boot clients and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; details about expansion of boot images and boot files.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smssmpsetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the state migration point and is generated&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; when the state migration point site system has been created.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smsts.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records actives the task sequence.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;TSAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records resolution of task sequence dependencies before&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; launching task sequence.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;TaskSequenceProvider.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about task sequences when they are imported,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; exported, or edited.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;USMT Log loadstate.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the User State Migration Tool (USMT)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; regarding the restore of user state data.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;USMT Log scanstate.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the USMT regarding the capture of user&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; state data.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;a title="Collapse" href="javascript:void(0)"&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Site System Roles for Out of Band Management&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the Out of Band Management Service Point.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;amtopmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the activities of the out of band service point relating&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; to discovery of management controllers, provisioning, audit log control, and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; power control commands.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Out of band service point site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;adctrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about managing Active Directory accounts used by&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; out of band management .&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ADService.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about account creation and security group&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; details in Active Directory.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;amtproxymgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the activities of the site server relating&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; to provisioning, the activities of sending instruction files to the out of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; band service point, which include the following: Discovery of management&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; controllers. Provisioning. Audit log control, Power control commands. Shows&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the activities related to out of band management site replication. Records&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; details about the creation of Enrollment records.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;amtspsetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the installation of the out of band&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; service point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Out of band service point site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Collapse" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Out of Band Management Client Computer Log Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;about the management of Out of Band Clients.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;oobmgmt.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about out of band management activities&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; performed on workstation computers, including the provisioning state of the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; management controller.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Collapse" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Out of Band Management Console Log Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the Out of Band console.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Oobconsole_&amp;lt;Machine Name&amp;gt;_&amp;lt;User Name&amp;gt;.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about running the out of band management&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; console.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Computer that runs the out of band management console&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Power Management Log Files&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to power management.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;pwrmgmt.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about power management activities performed on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the client computer that include monitoring and enforcement activities&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; performed by the Power Management Client Agent.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Remote Control&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to remote control.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;RemoteControl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The log for remote control.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Reporting&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the Configuration Manager log files that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;contain information related to using reporting.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;srsrp.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about the activity and status of the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; reporting point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;srsrpMSI.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records detailed results of the reporting point installation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; process from the MSI output.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;srsrpsetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records results of the reporting point installation process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Role-Based Administration&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to managing role-based administration.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;hman.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records information about site configuration changes, and the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; publishing of site information in Active Directory Domain Services.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSProv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records WMI provider access to the site database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Computer with the SMS Provider&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Software Updates and Network Access Protection&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to software updates and Network Access Protection.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ccmcca.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the processing of compliance evaluation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; based on Configuration Manager NAP policy processing, and contains the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; processing of remediation for each software update required for compliance.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ccmperf.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records activities related to the maintenance and capture of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; data related to client performance counters.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PatchDownloader.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the process of downloading software&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; updates from the update source to the download destination on the site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; server.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The computer hosting the Configuration Manager console from&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; which downloads are initiated&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;PolicyEvaluator.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the evaluation of policies on client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; computers, including policies from software updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;RebootCoordinator.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the coordination of system restarts on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; client computers after software update installations.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ScanAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about scan requests for software updates, the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; WSUS location, and related actions.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SdmAgent.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about tracking of remediation and compliance.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; However, the software updates log file, Updateshandler.log, provides more&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; informative details about installing the software updates required for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; compliance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;This log file is shared with compliance settings.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;ServiceWindowManager.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the evaluation of maintenance windows.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smssha.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The main log file for the Configuration Manager Network Access&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Protection client and it contains a merged statement of health information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; from the two Configuration Manager components: location services (LS) and the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; configuration compliance agent (CCA). This log file also contains information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; about the interactions between the Configuration Manager System Health Agent&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and the operating system NAP agent, and also between the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager System Health Agent and both the configuration compliance agent and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the location services. It provides information about whether the NAP agent&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; successfully initialized, the statement of health data, and the statement of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; health response.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smsshv.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;This is the main log file for the System Health Validator point&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and records the basic operations of the System Health Validator service, such&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; as the initialization progress.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Smsshvadcacheclient.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the retrieval of Configuration Manager&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; health state references from Active Directory Domain Services.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SmsSHVCacheStore.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the cache store used to hold the Configuration&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Manager NAP health state references retrieved from Active Directory Domain&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; Services, such as reading from the store and purging entries from the local&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; cache store file. The cache store is not configurable.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smsSHVQuarValidator.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records client statement of health information and processing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; operations. To obtain full information, change the registry key &lt;b&gt;LogLevel&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; from 1 to 0 in the following location: &lt;b&gt;HKLM\SOFTWARE\Microsoft\SMSSHV\Logging\@GLOBAL&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;smsshvregistrysettings.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records any dynamic change to the System Health Validator&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; component configuration while the service is running.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SMSSHVSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records the success or failure (with failure reason) of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; installing the System Health Validator point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SmsWusHandler.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the scan process for the Inventory Tool&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; for Microsoft Updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;StateMessage.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about software updates state messages that are&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; created and sent to the management point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SUPSetup.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the software update point installation.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; When the software update point installation completes, &lt;b&gt;Installation was&lt;br /&gt;&amp;nbsp; successful&lt;/b&gt; is written to this log file.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;UpdatesDeployment.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about deployments on the client, including&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; software update activation, evaluation, and enforcement. Verbose logging&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; shows additional information about the interaction with the client user&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; interface.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;UpdatesHandler.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about software update compliance scanning and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; about the download and installation of software updates on the client.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;UpdatesStore.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about compliance status for the software updates&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; that were assessed during the compliance scan cycle.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WCM.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about software update point configurations and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; connections to the Windows Server Update Services (WSUS) server for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; subscribed update categories, classifications, and languages.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WSUSCtrl.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the configuration, database connectivity,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and health of the WSUS server for the site.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site system server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;wsyncmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the software updates synchronization&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; process.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WUAHandler.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the Windows Update Agent on the client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; when it searches for software updates.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Wake On LAN&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;he following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to using Wake on LAN.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;wolcmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about which clients need to be sent wake-up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; packets, the number of wake-up packets sent, and the number of wake-up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; packets retried.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;wolmgr.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about wake-up procedures such as when to wake up&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; advertisements or deployments that are configured for Wake On LAN.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Site Server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;Windows Update Agent&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the Windows Update Agent.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WindowsUpdate.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about when the Windows Update Agent connects to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; the WSUS server and retrieves the software updates for compliance assessment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; and whether there are updates to the agent components.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Client&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;a title="Expand" href="javascript:void(0)"&gt;&lt;br /&gt;&lt;b&gt;WSUS Server&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;hr align="center" size="2" width="100%" noshade="noshade" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;The following table lists the log files that contain information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;related to the WSUS server.&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Log name &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Description &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Computer with log file &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Change.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the WSUS server database information that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; has changed.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WSUS server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;SoftwareDistribution.log&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Records details about the software updates that are synchronized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; from the configured update source to the WSUS server database.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;WSUS server&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div align="center"&gt;&amp;nbsp;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468641" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Troubleshooting/">ConfigMgr Troubleshooting</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012+Logs/">ConfigMgr 2012 Logs</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category></item><item><title>Management Pack System Center Core Library não é actualizado no CU5</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/11/16/management-pack-system-center-core-library-n-227-o-233-actualizado-no-cu5.aspx</link><pubDate>Wed, 16 Nov 2011 11:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3465455</guid><dc:creator>Jorge Teixeira Gomes</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3465455</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3465455</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/11/16/management-pack-system-center-core-library-n-227-o-233-actualizado-no-cu5.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Se,&amp;nbsp;depois de&amp;nbsp;actualizar o ambiente SCOM 2007 R2 para o Cumulative Update 5, abrir a consola de Authoring e tentar editar um MP e esta apresentar erros de falta do Management Pack "System.Center.Library.mp" vers&amp;atilde;o &lt;span style="font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;6.1.7221.81, o mais prov&amp;aacute;vel &amp;eacute; que tenha antes importado a vers&amp;atilde;o &lt;span style="font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;6.1.7221.61, conforme resolu&amp;ccedil;&amp;atilde;o apresentada na &lt;span style="color: black; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: PT; mso-bidi-language: AR-SA;" lang="EN-US"&gt;KB 2590414.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="color: black; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: PT; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;a href="http://support.microsoft.com/kb/2590414/en-us"&gt;http://support.microsoft.com/kb/2590414/en-us&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="color: black; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: PT; mso-bidi-language: AR-SA;" lang="EN-US"&gt;Existe um erro no script de actualiza&amp;ccedil;&amp;atilde;o (CU5_Database.sql), que vai procurar a vers&amp;atilde;o 6.1.7221.50 em vez da .61:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: x-small;"&gt;SET @compare = dbo.fn_VersionCompare (@ver, '6.1.7221.50')&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: x-small;"&gt;IF( @compare = -1)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: PT; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: PT; mso-bidi-language: AR-SA;" lang="EN-US"&gt;Portanto, se fez a actualiza&amp;ccedil;&amp;atilde;o recomendada na KB vai ter a vers&amp;atilde;o .61 do MP instalada e o script de actualiza&amp;ccedil;&amp;atilde;o n&amp;atilde;o a vai reconhecer e n&amp;atilde;o actualizar&amp;aacute; para a .81.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;" lang="EN-US"&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: PT; mso-bidi-language: AR-SA;" lang="EN-US"&gt;A solu&amp;ccedil;&amp;atilde;o passa por descarregar a nova vers&amp;atilde;o neste site e importa-la na consola de SCOM:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.microsoft.com/download/8/B/D/8BDF05C8-A15F-40E9-80DF-0FE834800AB5/System%20Center%20Library%20Monitoring%20Pack%20for%20OpsMgr%202007%20R2.msi" rel="nofollow" target="_new"&gt;download.microsoft.com/.../System%20Center%20Library%20Monitoring%20Pack%20for%20OpsMgr%202007%20R2.msi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3465455" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom+2007+r2+cu5+opsmgr/">scom 2007 r2 cu5 opsmgr</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/CU5/">CU5</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/System-Center-Library-mp/">System.Center.Library.mp</category></item><item><title>System Center Operations Manager 2012 Release Candidate disponível para download</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/11/11/system-center-operations-manager-2012-release-candidate-dispon-237-vel-para-download.aspx</link><pubDate>Fri, 11 Nov 2011 00:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3464586</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3464586</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3464586</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/11/11/system-center-operations-manager-2012-release-candidate-dispon-237-vel-para-download.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Acabou de ser disponibilizado para &lt;em&gt;&lt;span style="font-family: 'Arial','sans-serif';"&gt;download&lt;/span&gt;&lt;/em&gt;, a vers&amp;atilde;o Release Candidate do Operations Manager 2012. Sugiro vivamente que experimentem esta nova vers&amp;atilde;o para testarem todas as novas funcionalidades e come&amp;ccedil;arem j&amp;aacute; o planeamento da actualiza&amp;ccedil;&amp;atilde;o da vers&amp;atilde;o actual (sim, ser&amp;aacute; poss&amp;iacute;vel fazer o upgrade de 2007 para 2012!), mas conto em breve colocar mais&amp;nbsp;alguns posts com mais informa&amp;ccedil;&amp;otilde;es e algumas demos.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Mais informa&amp;ccedil;&amp;otilde;es est&amp;atilde;o tamb&amp;eacute;m dispon&amp;iacute;veis na p&amp;aacute;gina de download: &lt;a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=27974"&gt;http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=27974&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Nota:&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt; &amp;eacute; necess&amp;aacute;rio fazer o registo para fazer o download, mas o processo &amp;eacute; relativamente simples e r&amp;aacute;pido.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Obrigado pela aten&amp;ccedil;&amp;atilde;o!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-ansi-language: PT;" lang="PT"&gt;Jos&amp;eacute; Miguel Constantino&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3464586" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom+opsmgr+2012+RC+Release+Candidate/">scom opsmgr 2012 RC Release Candidate</category></item><item><title>Configuration Manager 2012 - Package Conversion Manager (PCM) Release Candidate</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/10/28/configuration-manager-2012-package-conversion-manager-pcm-release-candidate.aspx</link><pubDate>Fri, 28 Oct 2011 10:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3461960</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3461960</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3461960</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/10/28/configuration-manager-2012-package-conversion-manager-pcm-release-candidate.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Acabou de sair o Package Conversion Manager (PCM). Abaixo encontra-se a descri&amp;ccedil;&amp;atilde;o desta &lt;em&gt;feature&lt;/em&gt;. &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height: 115%; font-family: verdana,geneva; font-size: small;"&gt;System Center Configuration Manager Package Conversion Manager Release Candidate is a feature pack download for System Center Configuration Manager 2012 that converts packages and programs to the Configuration Manager 2012 Application Model. PCM analyzes packages and programs to determine their readiness for conversion into the new application model. PCM will automatically convert many packages to applications, with deployment types and dependencies, as well as migrating collection properties to global settings and requirement rules. The Package Conversion Dashboard shows the current state of all package to application conversions.&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;System Center 2012 &amp;ndash; Configuration Manager Component Add-ons and Extensions&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=29265"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=29265&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;span style="font-size: small;"&gt;&lt;span style="line-height: 115%; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3461960" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012+Tools/">ConfigMgr 2012 Tools</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category></item><item><title>Erro ao actualizar os drivers da boot image no Configuration Manager</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/08/08/erro-ao-actualizar-os-drivers-da-boot-image-no-configuration-manager.aspx</link><pubDate>Mon, 08 Aug 2011 08:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3445648</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3445648</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3445648</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/08/08/erro-ao-actualizar-os-drivers-da-boot-image-no-configuration-manager.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Tive uma caso h&amp;aacute; pouco tempo onde ao tentarmos actualizar os drivers da &lt;i&gt;boot image&lt;/i&gt; (&lt;i&gt;Update Distribution Point&lt;/i&gt;) t&amp;iacute;nhamos o seguinte erro abaixo:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Error: Boot image to update:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Microsoft Windows PE (x86)&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Error: Actions to perform:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Add ConfigMgr binaries&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Enable Windows PE command line support&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Add drivers&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Success: Drivers that will be included:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;em&gt;&amp;lt;Nome_Do_Driver_Instalado_Com_Sucesso&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Error: Failed to import the following drivers:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&lt;em&gt;&amp;lt;Nome_Do_Driver_Com Problemas&amp;gt;&lt;/em&gt;&amp;nbsp;- Failed to inject a ConfigMgr driver into the mounted WIM file&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Error: The wizard detected the following problems when updating the boot image.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Failed to inject a ConfigMgr driver into the mounted WIM file&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;The ConfigMgr Provider reported an error.: ConfigMgr Error Object:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;instance of SMS_ExtendedStatus&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;{&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Description = "Failed to insert OSD binaries into the WIM file";&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;ErrorCode = 2152205056;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;File = "c:\\qfe\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp";&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Line = 4262;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook";&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Operation = "ExecMethod";&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;ParameterInfo = "SMS_BootImagePackage.PackageID=\"&lt;i&gt;&amp;lt;Boot_Image_Package_ID&amp;gt;&lt;/i&gt;\"";&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;ProviderName = "WinMgmt";&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 90px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;StatusCode = 2147749889;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;};&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Quando analisei o &lt;b&gt;SMSProv.log&lt;/b&gt; vi o seguinte erro:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;[486C][Mon 07/18/2011 12:05:29]:SMS ACCOUNT WORK SUCCEEDED&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;[486C][Mon07/18/2011 12:05:29]:CExtUserContext::LeaveThread : Releasing IWbemContextPtr=37536760&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;[43C8][Mon07/18/2011 12:05:29]:ERROR&amp;gt; Error 2 returned to &lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;execute the command line:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /image:"C:\WINDOWS\TEMP\BootImages&lt;i&gt;\&amp;lt;Boot_Image_GUID&amp;gt;\&lt;/i&gt;mount" /Add-Driver /Driver:"&lt;em&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi;"&gt;\\&amp;lt;Server_Name&amp;gt;\&amp;lt;Server_Share&amp;gt;\&amp;lt;Nome_Do_Driver_INF_Com_Problemas&amp;gt;&lt;/span&gt;&lt;/em&gt;&lt;i&gt;&lt;/i&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;[43C8][Mon 07/18/2011 12:05:29]:ERROR&amp;gt; Failed to inject driver from the driver path &lt;em&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi;"&gt;\\&amp;lt;Server_Name&amp;gt;\&amp;lt;Server_Share&amp;gt;\&amp;lt;Nome_Do_Driver_INF_Com_Problemas&amp;gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;[43C8][Mon 07/18/2011 12:05:29]:ERROR&amp;gt; Failed to inject SMS drivers.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Verificou-se ent&amp;atilde;o o caminho de onde os &lt;i&gt;drivers&lt;/i&gt; estavam a ser copiados &lt;span style="color: black; font-family: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;(&lt;i&gt;\\&amp;lt;Server_Name&amp;gt;\&amp;lt;Server_Share&amp;gt;&lt;/i&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;, e foi quando&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt; se viu que esse caminho estava inv&amp;aacute;lido e j&amp;aacute; tinha sido substitu&amp;iacute;do por um novo.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Ap&amp;oacute;s a altera&amp;ccedil;&amp;atilde;o desse caminho e actualizar o Distribution Point n&amp;atilde;o houve mais problemas&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3445648" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Troubleshooting/">ConfigMgr Troubleshooting</category></item><item><title>Cumulative Update 5 para OpsMgr 2007 R2 já disponível</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/08/03/cumulative-update-5-para-opsmgr-2007-r2-j-225-dispon-237-vel.aspx</link><pubDate>Wed, 03 Aug 2011 16:49:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3444913</guid><dc:creator>José Miguel Constantino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3444913</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3444913</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/08/03/cumulative-update-5-para-opsmgr-2007-r2-j-225-dispon-237-vel.aspx#comments</comments><description>&lt;p&gt;J&amp;aacute; est&amp;aacute; dispon&amp;iacute;vel para &lt;em&gt;download&lt;/em&gt; a &amp;uacute;ltima actualiza&amp;ccedil;&amp;atilde;o para o Operations Manager 2007 R2! Aconselho vivamente a leitura do artigo antes da instala&amp;ccedil;&amp;atilde;o da actualiza&amp;ccedil;&amp;atilde;o, de forma a estarem ao corrente de todos os problemas solucionados e de quais os procedimentos a usar para actualizarem os v&amp;aacute;rios componentes:&lt;/p&gt;
&lt;p&gt;Cumulative Update 5 for System Center Operations Manager 2007 R2 is available - &lt;a href="http://support.microsoft.com/kb/2495674"&gt;http://support.microsoft.com/kb/2495674&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cumulative Update 5 for System Center Operations Manager 2007 R2 (KB 2495674) - &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26938"&gt;http://www.microsoft.com/download/en/details.aspx?id=26938&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3444913" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/scom+2007+r2+cu5+opsmgr/">scom 2007 r2 cu5 opsmgr</category></item><item><title>Cores dos ícones dos Software Updates</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/08/02/cores-dos-237-cones-dos-software-updates.aspx</link><pubDate>Tue, 02 Aug 2011 09:10:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3444636</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3444636</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3444636</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/08/02/cores-dos-237-cones-dos-software-updates.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Como j&amp;aacute; por v&amp;aacute;rias vezes fui abordado com este tema por v&amp;aacute;rias pessoas, lembrei-me de fazer uma entrada no nosso blog com uma nota a falar das cores poss&amp;iacute;veis dos &amp;iacute;cones dos &lt;i&gt;updates&lt;/i&gt; que poderemos ter em &lt;i&gt;Software Updates&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Existem cinco poss&amp;iacute;veis &amp;iacute;cones:&lt;/span&gt;&lt;/p&gt;
&lt;table style="width: 390px; height: 80px;" border="0" sizcache="2" sizset="0"&gt;
&lt;tbody sizcache="2" sizset="0"&gt;
&lt;tr&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Normal&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Expirado&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Superceeded (substitu&amp;iacute;do)&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Inv&amp;aacute;lido&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Metadata&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;img style="border: 0px;" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4540.verde.jpg" width="30" height="31" /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4048.cinzento.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4048.cinzento.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4617.amarelo.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4617.amarelo.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4682.vermelho.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4682.vermelho.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0451.azul.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0451.azul.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&amp;Iacute;cone&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;Normal&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;img style="border: 0px;" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4540.verde.jpg" width="30" height="31" /&gt;&amp;nbsp;&lt;/b&gt;Este &amp;eacute; um &lt;i&gt;update&lt;/i&gt; normal que est&amp;aacute; dispon&amp;iacute;vel para se poder fazer o seu &lt;i&gt;deployment&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;i&gt;&lt;/i&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;b&gt;&amp;Iacute;cone&lt;/b&gt;&lt;b&gt; &lt;/b&gt;Expirado&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4048.cinzento.jpg" /&gt;&amp;nbsp;Este &amp;eacute; um &lt;i&gt;update&lt;/i&gt; que j&amp;aacute; expirou e n&amp;atilde;o mais est&amp;aacute; dispon&amp;iacute;vel para se poder criar um novo &lt;i&gt;Deployment Package&lt;/i&gt; para se fazer o seu &lt;i&gt;deployment.&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;i&gt;Deployment Packages&lt;/i&gt; j&amp;aacute; existentes com este &lt;i&gt;update&lt;/i&gt; continuam a funcionar&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&amp;Iacute;cone&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;Superseded (ou substitu&amp;iacute;do)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4617.amarelo.jpg" /&gt;&amp;nbsp;Este &amp;eacute; um &lt;i&gt;update&lt;/i&gt; que foi descontinuado e substitu&amp;iacute;do por um mais recente, como por exemplo &lt;i&gt;service pack&lt;/i&gt; or &lt;i&gt;update rollup&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;i&gt;Deployment Packages&lt;/i&gt; j&amp;aacute; existentes com este &lt;i&gt;update&lt;/i&gt; continuam a funcionar&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&amp;Iacute;cone&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;Inv&amp;aacute;lido&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/4682.vermelho.jpg" /&gt;&amp;nbsp;Este &amp;eacute; um &lt;i&gt;update&lt;/i&gt; que se tornou inv&amp;aacute;lido e n&amp;atilde;o mais est&amp;aacute; dispon&amp;iacute;vel&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;i&gt;Deployment Packages&lt;/i&gt; j&amp;aacute; existentes com este &lt;i&gt;update&lt;/i&gt; ter&amp;atilde;o que substitui-lo (ie, o &lt;i&gt;update&lt;/i&gt; apenas)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;Um &lt;i&gt;update&lt;/i&gt; pode ficar como inv&amp;aacute;lido em duas situa&amp;ccedil;&amp;otilde;es:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Fez-se o seu &lt;i&gt;download&lt;/i&gt; sem problemas mas entretanto algu&amp;eacute;m apagou os bin&amp;aacute;rios dele&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Quando o seu &lt;i&gt;deployment&lt;/i&gt; &amp;eacute; feito no &lt;i&gt;parente site&lt;/i&gt;, a sua replica&amp;ccedil;&amp;atilde;o &amp;eacute; depois feita com sucesso para o &lt;i&gt;child sit&lt;/i&gt;e, mas por alguma raz&amp;atilde;o n&amp;atilde;o &amp;eacute; replicado para o &lt;i&gt;Distribution Point&lt;/i&gt; desse &lt;i&gt;child site&lt;/i&gt; e por isso n&amp;atilde;o se encontra dispon&amp;iacute;vel para &lt;i&gt;deployment&lt;/i&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Quando encontramos um &lt;i&gt;update&lt;/i&gt; inv&amp;aacute;lido tem-se que se fazer o seu &lt;i&gt;download&lt;/i&gt; de novo e se necess&amp;aacute;rio tornar a replicar com os &lt;i&gt;child sites&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&amp;Iacute;cone&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;b&gt;Metadata-Only&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/30x31/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-84/0451.azul.jpg" /&gt;&amp;nbsp;Este &amp;eacute; um &lt;i&gt;update&lt;/i&gt; de metadata apenas&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;Este g&amp;eacute;nero de &lt;i&gt;updates&lt;/i&gt; s&amp;atilde;o usados apenas para &lt;i&gt;reporting&lt;/i&gt; e n&amp;atilde;o poder&amp;atilde;o ser usados para &lt;i&gt;deployment&lt;/i&gt; pois n&amp;atilde;o h&amp;aacute; um ficheiro associado com ele&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;Como nota final, abaixo temos uma descri&amp;ccedil;&amp;atilde;o mais completa no nosso site acerca deste mesmo t&amp;oacute;pico:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;About the Icons for Software Updates&lt;a href="http://blogs.technet.com/controlpanel/blogs/%0bhttp:/technet.microsoft.com/en-us/library/bb632404.aspx"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb632404.aspx"&gt;http://technet.microsoft.com/en-us/library/bb632404.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3444636" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Software+Updates/">ConfigMgr Software Updates</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Updates/">ConfigMgr Updates</category></item><item><title>Configuration Manager Troubleshooting Flowcharts</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/07/28/configuration-manager-troubleshooting-flowcharts.aspx</link><pubDate>Thu, 28 Jul 2011 08:49:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3443894</guid><dc:creator>nunolive</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3443894</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3443894</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/07/28/configuration-manager-troubleshooting-flowcharts.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;Abaixo fiz um resumo dos v&amp;aacute;rios &lt;em&gt;flowcharts&lt;/em&gt; para se fazer &lt;em&gt;troubleshooting&lt;/em&gt; ao Configuration Manager em caso de problemas:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Configuration Manager Client Deployment Data Flow: CCMSetup Installation Process&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb694034.aspx"&gt;http://technet.microsoft.com/en-us/library/bb694034.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Management Point Location Data Flow: Mixed Mode &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932196.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932196.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Management Point Location Data Flow: Native Mode&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb892796.aspx"&gt;http://technet.microsoft.com/en-us/library/bb892796.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Site Assignment Data Flow&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932178.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932178.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Collection Evaluator: Site Assignment Change Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932131.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932131.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Active Directory Security Group Discovery&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb892802.aspx"&gt;http://technet.microsoft.com/en-us/library/bb892802.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Active Directory System Discovery&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932137.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932137.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Active Directory System Group Discovery&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932145.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932145.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Active Directory User Discovery&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932147.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932147.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Discovery Data Manager: Parent Site Change&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932182.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932182.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Discovery Data Manager: Site Boundary Change&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/2a079b57-920e-4c01-8f65-2743edf53a93"&gt;http://technet.microsoft.com/en-us/library/2a079b57-920e-4c01-8f65-2743edf53a93&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Discovery Data Processing Through Discovery Data Manager&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/d02e8034-6a04-46ba-9fcb-26bed40babf3"&gt;http://technet.microsoft.com/en-us/library/d02e8034-6a04-46ba-9fcb-26bed40babf3&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Configuration Manager Network Access Protection SoH Generation&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb633279.aspx"&gt;http://technet.microsoft.com/en-us/library/bb633279.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Network Access Protection Enforced Compliance&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb632734.aspx"&gt;http://technet.microsoft.com/en-us/library/bb632734.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Administrator Workflow: Create and Configure Task Sequence for Operating System Deployment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb680424.aspx"&gt;http://technet.microsoft.com/en-us/library/bb680424.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Administrator Workflow: Create and Distribute Image for Operating System Deployment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb680965.aspx"&gt;http://technet.microsoft.com/en-us/library/bb680965.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Administrator Workflow: Image Deployments Using Media for Operating System Deployment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb680673.aspx"&gt;http://technet.microsoft.com/en-us/library/bb680673.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Administrator Workflow: Top Level Administrator Processes for Operating System Deployment&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb693701.aspx"&gt;http://technet.microsoft.com/en-us/library/bb693701.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Administrator Workflow: Side-By-Side Upgrade&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb681052.aspx"&gt;http://technet.microsoft.com/en-us/library/bb681052.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Administrator Workflow: Upgrading Sites&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb693640.aspx"&gt;http://technet.microsoft.com/en-us/library/bb693640.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Installing a ConfigMgr Console&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb633172.aspx"&gt;http://technet.microsoft.com/en-us/library/bb633172.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Installing a ConfigMgr Site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb680531.aspx"&gt;http://technet.microsoft.com/en-us/library/bb680531.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Upgrade a Primary Site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fee849c0-b5a1-4563-91af-314e5d54b6c4"&gt;http://technet.microsoft.com/en-us/library/fee849c0-b5a1-4563-91af-314e5d54b6c4&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Upgrade a Secondary Site&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/29015251-abd8-4804-bbe0-5ceb93b1f9e8"&gt;http://technet.microsoft.com/en-us/library/29015251-abd8-4804-bbe0-5ceb93b1f9e8&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Upgrade an Administrator Console&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb680815.aspx"&gt;http://technet.microsoft.com/en-us/library/bb680815.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Client Program Download Request Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/78fe5dc0-6e68-4aff-a36d-5a94e8c109f5"&gt;http://technet.microsoft.com/en-us/library/78fe5dc0-6e68-4aff-a36d-5a94e8c109f5&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Content Location Flowchart for Distribution Point Selection&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/82438f9e-d5e8-45e0-b811-c4037b281947"&gt;http://technet.microsoft.com/en-us/library/82438f9e-d5e8-45e0-b811-c4037b281947&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Package Access Flowchart for Internet-Based Clients&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932125.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932125.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Package Access Flowchart When Downloading from an Intranet Distribution Point&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/d36aa432-becb-4ca7-b256-7b35e73704e7"&gt;http://technet.microsoft.com/en-us/library/d36aa432-becb-4ca7-b256-7b35e73704e7&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Package Access Flowchart When Running from Distribution Point&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/71c7d512-8def-4c20-a5a7-793910e12040"&gt;http://technet.microsoft.com/en-us/library/71c7d512-8def-4c20-a5a7-793910e12040&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Package Replication with File Delta Replication Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fa124848-760e-469b-b17b-6ddff6345b19"&gt;http://technet.microsoft.com/en-us/library/fa124848-760e-469b-b17b-6ddff6345b19&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Service Location Flowchart for Distribution Point Selection&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932154.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932154.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Software Distribution Advertisement Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/65ccde5a-61de-43da-afe1-e4e43f19e67f"&gt;http://technet.microsoft.com/en-us/library/65ccde5a-61de-43da-afe1-e4e43f19e67f&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Software Distribution Package Creation and Distribution Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/fea041de-355c-4924-bd43-bbe1c5fb2e6e"&gt;http://technet.microsoft.com/en-us/library/fea041de-355c-4924-bd43-bbe1c5fb2e6e&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Deployment Package Process&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932157.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932157.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Software Update Deployment Process Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932173.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932173.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Software Updates Synchronization Process Flowchart&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb932170.aspx"&gt;http://technet.microsoft.com/en-us/library/bb932170.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3443894" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Documenta_26002300_231_3B0026002300_227_3B00_o/">ConfigMgr Documenta&amp;#231;&amp;#227;o</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Flowcharts/">ConfigMgr Flowcharts</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Troubleshooting/">ConfigMgr Troubleshooting</category></item><item><title>Ficheiros responsáveis pelo boot de PXE</title><link>http://blogs.technet.com/b/systemcenterpt/archive/2011/07/27/ficheiros-respons-225-veis-pelo-boot-de-pxe.aspx</link><pubDate>Wed, 27 Jul 2011 16:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3443734</guid><dc:creator>nunolive</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/rsscomments.aspx?WeblogPostID=3443734</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/systemcenterpt/commentapi.aspx?WeblogPostID=3443734</wfw:comment><comments>http://blogs.technet.com/b/systemcenterpt/archive/2011/07/27/ficheiros-respons-225-veis-pelo-boot-de-pxe.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;J&amp;aacute; tive alguns casos com que trabalhei onde os clientes sabiam que no WDS (Windows Deployment Services) se poderia renomear os ficheiros de PXE &lt;em&gt;boot&lt;/em&gt; para se fazer o arranque de forma automatica do cliente.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;No WDS renomeava-mos o ficheiro de boot PXEBOOT.COM para PXEBOOT.N12 para ent&amp;atilde;o se fazer o PXE &lt;em&gt;boot&lt;/em&gt; autom&amp;aacute;tico&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;O problema &amp;eacute; que em Configuration Manager n&amp;atilde;o se suporta renomear esses ficheiros, e poderemos causar problemas no arranque se o fizermos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;No Configuration Manager usamos o ficheiro WDSNBP.COM para fazer uma detec&amp;ccedil;&amp;atilde;o autom&amp;aacute;tica da arquitectura do cliente quando este arranca (PXE &lt;em&gt;boot&lt;/em&gt;). E ap&amp;oacute;s este passo ir&amp;aacute;-se ent&amp;atilde;o decidir qual o ficheiro a usar mediante os seguintes crit&amp;eacute;rios:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Se n&amp;atilde;o houver nenhum a &lt;i&gt;advertisement&lt;/i&gt; feito faremos &lt;i&gt;load&lt;/i&gt; do ficheiro \SMSBOOT\&amp;lt;ARCHITECTURE&amp;gt;\ABORTPXE.COM&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Se houver um &lt;i&gt;advertisement&lt;/i&gt; normal (n&amp;atilde;o mandat&amp;oacute;rio) ent&amp;atilde;o faremos &lt;i&gt;load&lt;/i&gt; do ficheiro \SMSBOOT\&amp;lt;ARCHITECTURE&amp;gt;\PXEBOOT.COM&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Se houver um &lt;i&gt;advertisement&lt;/i&gt; mandat&amp;oacute;rio faremos ent&amp;atilde;o &lt;i&gt;load&lt;/i&gt; do ficheiro \SMSBOOT\&amp;lt;ARCHITECTURE&amp;gt;\PXEBOOT.N12&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;Como sum&amp;aacute;rio:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;\SMSBOOT\&amp;lt;ARCHITECTURE&amp;gt;\ABORTPXE.COM &amp;ndash; Este ficheiro aborta o processo de PXE &lt;em&gt;boot&lt;/em&gt; e ir&amp;aacute; arrancar para o pr&amp;oacute;ximo dispositivo dispon&amp;iacute;vel&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;\SMSBOOT\&amp;lt;ARCHITECTURE&amp;gt;\PXEBOOT.COM &amp;ndash; Este ficheiro mostra-nos o ecr&amp;atilde; onde teremos que carregar no F12 para se fazer PXE &lt;i&gt;boot&lt;/i&gt;, caso contr&amp;aacute;rio iremos arrancar para o pr&amp;oacute;ximo dispositivo dispon&amp;iacute;vel&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;\SMSBOOT\&amp;lt;ARCHITECTURE&amp;gt;\PXEBOOT.N12 &amp;ndash; Este ficheiro arranca autom&amp;aacute;ticamente para o Configuration Manager e ir&amp;aacute; fazer &lt;em&gt;load&lt;/em&gt; na nossa &lt;em&gt;boot image&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;N&amp;atilde;o hesitem em classificar este artigo e deixar o vosso coment&amp;aacute;rio!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Espero ter ajudado! :)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3443734" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+PXE/">ConfigMgr PXE</category><category domain="http://blogs.technet.com/b/systemcenterpt/archive/tags/ConfigMgr+Deployment/">ConfigMgr Deployment</category></item></channel></rss>