Releases: jonconwayuk/PowerShell_Gather
Releases · jonconwayuk/PowerShell_Gather
v1.10 Release of PowerShell Gather
Formatting and code clean-up.
v1.9 Release of PowerShell Gather
Tweaked $OsLocale to only run in full Windows (i.e. not in WinPE).
v1.8 Release of PowerShell Gather
Updates include:
- Performance Updates
- Updated logic for Lenovo devices
v1.7 Release of PowerShell Gather
Typo correction and updated Intel processor section
v1.6 Release of PowerShell Gather
Update: added 'SystemSKUNumber' as per external request.
v1.5 Release of PowerShell Gather
Update: added 'Nutanix' as a VM type.
v1.4 Release of PowerShell Gather
Update: entries in the log file are now sorted alphabetically
v1.3 Release of PowerShell Gather
Added the following new variables:
- OsLocale
- OsWindowsInstallationType
- OsWindowsProductName
- OsTimeZone
v1.2 Release of PowerShell Gather
Bug Fix: Updates to 'Get-NetworkInfo' function to prevent '$IsOnEthernet' failing on devices with multiple NICs/Virtual Switches.
v1.1 Release of PowerShell Gather
Updated Get-NetworkInfo function to use WMi instead of the Get-NetAdapater cmdlet for $EthernetConnection as the cmdlet is not available in WinPE.