Releases: jonconwayuk/PowerShell_Gather
Releases · jonconwayuk/PowerShell_Gather
v1.11 Release of PowerShell Gather
What's Changed
- Added 'SystemType' to show when a device is x64, x86 or ARM.
- Updated $virtualHosts to support ProxMox and newer VMware hosts by @carterscottm in #20
New Contributors
- @carterscottm made their first contribution in #20
Full Changelog: v1.10...v1.11
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.