Collect logs from the Windows servers
1. Get system info
systeminfo > "${env:COMPUTERNAME}_systeminfo.txt"
2. Get serial number
Get-WmiObject -Class Win32_BIOS | Select * >"${env:COMPUTERNAME}_bios.txt"
3. Get installed driver version
Get-WmiObject -Class Win32_PnPSignedDriver| select Devicename,Friendlyname, Driverprovidername, Driverversion, Driverdate, Location |export-csv "${env:COMPUTERNAME}_installed_driver.csv"
4. Get installed software version
Get-WmiObject -Class Win32_Product | select Name, Version, Vendor,Caption | export-csv "${env:COMPUTERNAME}_installed_software.csv"
- 上一篇
cannot be run because the program file for 00100003 cannot be located on a distribution point
the task sequence cannot be run because the program file for 00100003 cannot be located on a distrib
- 下一篇
如何配置Standby Redo Log
本篇文章为大家展示了如何配置Standby Redo Log,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。Data Guard在最大保护和最高可用性模式下,S