zticopylog.wsf nu copiază toate log-urile

Modificați zticopylog.wsf
 For each sLog in Array("Scanstate.log", "USMTCapture.log", "Loadstate.log", "USMTRestore.log", "USMTEstimate.log", "ZTIBackup_imagex.log", "LTIApply_imagex.log", _
  "debug.log", "LTIApply_wdsmcast.log", "ZTIAuthorizeDHCP_netsh.log", "ZTIShrinkDrive_diskpart.log", "ZTIBdeFix_dispart.log", "ZTIdefrag.log", _
  "ZTIConfigureDHCP_netsh.log", "ZTIDiskpart_diskpart.log", "ZTIMarkActive_diskpart.log", "ServerMgr.log", "BDD_pkgmgr.log", _
  "SMSTS.LOG", "Debug\Netsetup.log", "wpeinit.log", "PnpEnum.xml", "ZTICopyUSMT.log", "Debug\DCPROMO.LOG", "Debug\DCPROMOUI.LOG", "OSDSetupWizard.log")



Schimbați în For each sLog in Array(*.log, *.lo_)

Cached DB policy timestamp older than report policy timestamp

Eroare: Hinv Retry:cached DB policy timestamp older than report policy timestamp; retry report will be created
Locație: MP_Hinv.log
Soluție: Rezolvarea acestei probleme necesită deschiderea fișierului SMS_DEF.MOF, executarea unei schimbări (ex: un spațiu în plus) si apoi salvarea acestuia. 

Această operație duce la crearea unui nou timestamp astfel rezolvând problema.

[Sfatul zilei] WinPE “Windows is loading files…”

În mai multe ocazii am avut neplăcerea ca WinPE să rămână agățat la fereastra cu "Windows is loading files".
Dacă vi se intamplă, incercați in primul rând o actualizare de BIOS.

Ștergere site secundar

Puteți folosi Preinst.exe (SMS\bin\i386\00000409) de la o linie de comandă pe fiecare primar deasupra lui.
Preinst /delsite <site code al site-ului secundar ce va fi șters> <site code al site-ului primar>

Raport duplicate UUID (OSD)

SELECT v_r_system.name0, v_r_system.SMBIOS_GUID0, v_GS_COMPUTER_SYSTEM.Manufacturer0, v_GS_COMPUTER_SYSTEM.Model0
FROM v_r_system INNER JOIN v_GS_COMPUTER_SYSTEM ON v_GS_COMPUTER_SYSTEM.ResourceId = v_r_system.ResourceId
WHERE SMBIOS_GUID0 IN (
            SELECT SMBIOS_GUID0
            FROM v_r_system
            GROUP BY SMBIOS_GUID0
            HAVING COUNT(*)>1)
order by SMBIOS_GUID0