Kayıtlar

Temmuz, 2021 tarihine ait yayınlar gösteriliyor

Bilgisayarınızdaki Fiziksel HDD'nin Seri No Öğrenin

  Aşağıdaki komutu Powershell'de yönetici olarak çalıştırın.... Get-WMIObject win32_physicalmedia | select Tag,SerialNumber | sort-object SerialNumber | export-csv C : \DiskSerials.csv 

SCCM Log File

  SCCM üzerinden işletim sistemi dağıtmaya çalışırken,  aldığınız hata mesajlarının detayları için aşağıdaki log dosyalarına bakabilirsiniz.... WindowsPE, before HDD format:              x:\windows\temp\smstslog\smsts.log WindowsPE, after HDD format:                 x:\smstslog\smsts.log Windows, SCCM agent not installed:       c:\_SMSTaskSequence\Logs\Smstslog\smsts.log Windows, SCCM agent installed:               c:\windows\system32\ccm\logs\Smstslog\smsts.log Windows x64, SCCM agent installed:       c:\windows\sysWOW64\ccm\logs\Smstslog\smsts.log Task Sequence completed:                           c:\windows\system32\ccm\logs\smsts.log Task Sequence completed x64:                   c:\windows\sysWOW64\ccm\logs\smsts.log