Select the product you need help with
Come distribuire gli aggiornamenti software che non vengono rilevati da Microsoft Baseline Security Analyzer in Systems Management Server 2003Identificativo articolo: 867832 - Visualizza i prodotti a cui si riferisce l?articolo. In questa paginaINTRODUZIONEMicrosoft Baseline Security Analyzer (MBSA) potrebbe non rilevare che tutti i aggiornamenti protezione di versioni di Microsoft. Non č possibile utilizzare la funzionalitā di gestione delle patch di Microsoft Systems Management Server (SMS) 2003 per distribuire questi aggiornamenti ai client SMS 2003. Risultati di analisi di MBSA vengono utilizzati da SMS 2003 per l'inventario e distribuire gli aggiornamenti software. SMS puō inventario solo gli aggiornamenti che MBSA č in grado di rilevare. Per ulteriori informazioni, fare clic sul numero dell'articolo della Microsoft Knowledge Base riportato di seguito riportato: 306460 Per ulteriori informazioni sull'utilizzo di distribuzione del software con SMS per distribuire gli aggiornamenti software, visitare il sito di Web di Microsoft:
(http://support.microsoft.com/kb/306460/
)
Baseline Security Analyzer (MBSA) restituisce messaggi di note per alcuni aggiornamenti http://technet.microsoft.com/en-us/library/cc917507.aspx
(http://technet.microsoft.com/en-us/library/cc917507.aspx)
InformazioniPer distribuire protezione aggiornamenti che MBSA non verrā rilevatePer esempio, questi utilizzo della procedura di protezione Microsoft aggiornare MS04-013. Č possibile modificare questa procedura per distribuire altri aggiornamenti che MBSA non č in grado di rilevare.Per distribuire gli aggiornamenti che MBSA non č in grado di rilevare, attenersi alla seguente procedura:
File MOFČ possibile utilizzare gli esempi riportati di seguito per creare file MOF da utilizzare nella sezione passaggio 2 in "Come distribuire aggiornamenti della protezione che MBSA non č in grado di rilevare". Č possibile utilizzare questi script di esempio per gli aggiornamenti software che MBSA non č in grado di rilevare.Nota Č necessario modificare i seguenti script per fare riferimento ai client che si desidera distribuire l'aggiornamento. Č necessario modificare le informazioni seguenti per ciascun aggiornamento che si desidera distribuire:
File MOF di insiemi// *********************************************************************************
//
// Created by SMS Export object wizard
//
// Monday, June 07, 2004 created
//
// File Name: MS04-013PatchCollection.MOF
//
// Comments :
//
//
// *********************************************************************************
// ***** Class : SMS_Collection *****
[SecurityVerbs(16359)]
instance of SMS_Collection
{
CollectionID = "";
CollectionRules = {
instance of SMS_CollectionRuleQuery
{
LimitToCollectionID = "";
QueryExpression = "select sys.ResourceID,sys.ResourceType,sys.Name,sys.SMSUniqueIdentifier,sys.ResourceDomainORWorkgroup,sys.Client from SMS_G_System_SoftwareFile as swfile inner join SMS_R_System as sys on sys.ResourceId = swfile.ResourceID where swfile.FileName like \"Inetcomm.dll\" and swfile.FileVersion < \"6.00.3790.137\"";
QueryID = 1;
RuleName = "MS04-013Query";
}};
Comment = "This collection obtains all the vulnerable computers that have Inetcomm.dll and version less than 6.00.3790.137";
CurrentStatus = 0;
LastChangeTime = "20040607112504.000000+***";
LastMemberChangeTime = "20040607112202.000000+***";
LastRefreshTime = "20040607112507.000000+***";
MemberClassName = "";
Name = "MS04-013PatchCollection";
OwnedByThisSite = TRUE;
RefreshSchedule = {
instance of SMS_ST_RecurInterval
{
DayDuration = 1;
DaySpan = 1;
HourDuration = 0;
HourSpan = 0;
IsGMT = FALSE;
MinuteDuration = 0;
MinuteSpan = 0;
StartTime = "20040607112100.000000+***";
}};
RefreshType = 2;
ReplicateToSubSites = FALSE;
};
// ***** End *****File MOF di report:// *********************************************************************************
//
// Created by SMS Export object wizard
//
// Monday, June 07, 2004 created
//
// File Name: MS04-013PatchReport.MOF
//
// Comments :
//
//
// *********************************************************************************
// ***** Class : SMS_Report *****
[SecurityVerbs(140551)]
instance of SMS_Report
{
Category = "Software Update - Compliance";
Comment = "This report shows all the vulnerable computers that have Inetcomm.dll with version less than 6.00.3790.137.
If the security update is applied successfully, this report should not show any computers.";
GraphXCol = 1;
GraphYCol = 2;
MachineDetail = FALSE;
MachineSource = FALSE;
Name = "MS04-013PatchReport";
NumPrompts = 0;
RefreshInterval = 0;
SecurityKey = "";
SQLQuery = "select distinct SYS.Name0,SYS.Operating_System_Name_and0,SYS.Resource_Domain_OR_Workgr0,SYS.User_Name0 from v_R_SYSTEM SYS,v_GS_SoftwareFile SF WHERE SF.ResourceID=SYS.ResourceID and (SF.FileName = 'inetcomm.dll' and SF.FileVersion < '6.00.3790.137')";
StatusMessageDetailSource = FALSE;
};
// ***** End *****Aggiornamento per il Bollettino Microsoft sulla sicurezza MS04-028Č possibile utilizzare l'esempio i file MOF in questa sezione per report e creare un insieme di computer che potrebbero sussistere problema di sovraccarico del buffer GDI + anche dopo la distribuzione degli aggiornamenti necessari da Microsoft. Per ulteriori informazioni sul Bollettino Microsoft sulla sicurezza Microsoft MS04-028, visitare il sito di Web di Microsoft:http://www.microsoft.com/technet/security/bulletin/MS04-028.mspx Per una descrizione completa di questo problema, vedere la sezione "Utilizzo chiesto domande (FAQ) relative a questo aggiornamento per la protezione" del presente bollettino e quindi individuare la domanda ? se č possibile utilizzare applicazioni di terzi che distribuiscono il file gdiplus.dll si potrebbe rimanere esposti alla vulnerabilitā anche dopo aver di installato tutti gli aggiornamenti protezione Microsoft richiesti?" Dopo che un computer viene visualizzato in questo insieme, č possibile esaminare l'inventario del software per identificare il percorso completo della cartella GDIPlus.dll determinare quale applicazione potrebbe essere installata la versione vulnerabile.
(http://www.microsoft.com/technet/security/bulletin/MS04-028.mspx)
File MOF di insiemi// *********************************************************************************
//
// Created by SMS Export object wizard
//
// Tuesday, September 21, 2004 created
//
// File Name: GDI-Collection.MOF
//
// Comments :
//
//
// *********************************************************************************
// ***** Class : SMS_Collection *****
[SecurityVerbs(16359)]
instance of SMS_Collection
{
CollectionID = "";
CollectionRules = {
instance of SMS_CollectionRuleQuery
{
LimitToCollectionID = "";
QueryExpression = "select sys.ResourceID,sys.ResourceType,sys.Name,sys.SMSUniqueIdentifier,sys.ResourceDomainORWorkgroup,sys.Client from SMS_G_System_SoftwareFile as swfile inner join SMS_R_System as sys on sys.ResourceId = swfile.ResourceID where swfile.FileName like \"GDIPLUS.dll\" and swfile.FileVersion < \"5.1.3102.1355\"";
QueryID = 1;
RuleName = "GDI Query";
}};
Comment = "This collection obtains all the vulnerable computers that have GDIPLUS.dll with version less than 5.1.3102.1355";
CurrentStatus = 0;
LastChangeTime = "20040921113440.000000+***";
LastMemberChangeTime = "20040921112924.000000+***";
LastRefreshTime = "20040921112957.000000+***";
MemberClassName = "";
Name = "GDI-Collection";
OwnedByThisSite = TRUE;
RefreshSchedule = {
instance of SMS_ST_RecurInterval
{
DayDuration = 1;
DaySpan = 0;
HourDuration = 0;
HourSpan = 0;
IsGMT = FALSE;
MinuteDuration = 0;
MinuteSpan = 10;
StartTime = "20040921112600.000000+***";
}};
RefreshType = 2;
ReplicateToSubSites = FALSE;
};
// ***** End *****
File MOF di report// *********************************************************************************
//
// Created by SMS Export object wizard
//
// Tuesday, September 21, 2004 created
//
// File Name: GDI-Report.MOF
//
// Comments :
//
//
// *********************************************************************************
// ***** Class : SMS_Report *****
[SecurityVerbs(9479)]
instance of SMS_Report
{
Category = "Software Update - Compliance";
Comment = "This report shows all the vulnerable computers that have GDIPLUS.dll with version less than 5.1.3102.1355. \n If the security update is applied successfully, this report should not show any computers.";
GraphCaption = "";
GraphXCol = 1;
GraphYCol = 2;
MachineDetail = FALSE;
MachineSource = FALSE;
Name = "GDI-Report";
NumPrompts = 0;
RefreshInterval = 0;
SecurityKey = "";
SQLQuery = "select distinct SYS.Name0,SYS.Operating_System_Name_and0,SYS.Resource_Domain_OR_Workgr0,SYS.User_Name0 from v_R_System SYS,v_GS_SoftwareFile SF WHERE SF.ResourceID=SYS.ResourceID and (SF.FileName = 'GDIPLUS.dll' and SF.FileVersion < '5.1.3102.1355')";
StatusMessageDetailSource = FALSE;
XColLabel = "";
YColLabel = "";
};
// ***** End *****
ProprietāIdentificativo articolo: 867832 - Ultima modifica: venerdė 30 novembre 2007 - Revisione: 2.7 Le informazioni in questo articolo si applicano a:
Traduzione automatica articoli Il presente articolo č stato tradotto tramite il software di traduzione automatica di Microsoft e non da una persona. Microsoft offre sia articoli tradotti da persone fisiche sia articoli tradotti automaticamente da un software, in modo da rendere disponibili tutti gli articoli presenti nella nostra Knowledge Base nella lingua madre dell?utente. Tuttavia, un articolo tradotto in modo automatico non č sempre perfetto. Potrebbe contenere errori di sintassi, di grammatica o di utilizzo dei vocaboli, pių o meno allo stesso modo di come una persona straniera potrebbe commettere degli errori parlando una lingua che non č la sua. Microsoft non č responsabile di alcuna imprecisione, errore o danno cagionato da qualsiasi traduzione non corretta dei contenuti o dell?utilizzo degli stessi fatto dai propri clienti. Microsoft, inoltre, aggiorna frequentemente il software di traduzione automatica. Clicca qui per visualizzare la versione originale in inglese dell?articolo: 867832
(http://support.microsoft.com/kb/867832/en-us/
)
LE INFORMAZIONI CONTENUTE NELLA MICROSOFT KNOWLEDGE BASE SONO FORNITE SENZA GARANZIA DI ALCUN TIPO, IMPLICITA OD ESPLICITA, COMPRESA QUELLA RIGUARDO ALLA COMMERCIALIZZAZIONE E/O COMPATIBILITA' IN IMPIEGHI PARTICOLARI. L'UTENTE SI ASSUME L'INTERA RESPONSABILITA' PER L'UTILIZZO DI QUESTE INFORMAZIONI. IN NESSUN CASO MICROSOFT CORPORATION E I SUOI FORNITORI SI RENDONO RESPONSABILI PER DANNI DIRETTI, INDIRETTI O ACCIDENTALI CHE POSSANO PROVOCARE PERDITA DI DENARO O DI DATI, ANCHE SE MICROSOFT O I SUOI FORNITORI FOSSERO STATI AVVISATI. IL DOCUMENTO PUO' ESSERE COPIATO E DISTRIBUITO ALLE SEGUENTI CONDIZIONI: 1) IL TESTO DEVE ESSERE COPIATO INTEGRALMENTE E TUTTE LE PAGINE DEVONO ESSERE INCLUSE. 2) I PROGRAMMI SE PRESENTI, DEVONO ESSERE COPIATI SENZA MODIFICHE, 3) IL DOCUMENTO DEVE ESSERE DISTRIBUITO INTERAMENTE IN OGNI SUA PARTE. 4) IL DOCUMENTO NON PUO' ESSERE DISTRIBUITO A SCOPO DI LUCRO. |




Torna all'inizio








