星期日, 4月 25, 2021

windows hotfix 相關command

dism /online /get-packages 

dism /online /get-packages /format:table

wmic qfe list full /format:htable > .\hotfixes-list.htm

wmic qfe list full /format:csv > .\hotfixes-list.csv

wmic qfe list brief 

systeminfo | findstr KB

powershell:

Get-HotFix

Get-HotFix | Export-Csv -Path “C:\temp\hotfixes.csv” -NoTypeInformation


星期三, 4月 21, 2021

IBM主機系列

 IBM主機5大系列 :

zSeries:即Mainframe,作業系統採用Z/OS
iSeries:即AS400,除AS400專屬作業系統外,尚可採用UNIX(IBM AIX)
pSeries:即RS/6000,作業系統可採UNIX(IBM AIX)或Linux(Red Hat, SUSE)
xSeries:即x86架構主機,作業系統可採Windows 或Linux(Red Hat, SUSE)
BladeCenter:即x86架構主機,作業系統可採Windows 或Linux(Red Hat, SUSE)