From e9bc74d9adc903bffd3a0ca32ad22661e1df6416 Mon Sep 17 00:00:00 2001 From: Chad Schultz Date: Mon, 8 Apr 2019 11:51:21 -0400 Subject: [PATCH] Update PrivateCloud.DiagnosticInfo.psm1 Update Get-NetAdapter to show driver and other info --- PrivateCloud.DiagnosticInfo/PrivateCloud.DiagnosticInfo.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrivateCloud.DiagnosticInfo/PrivateCloud.DiagnosticInfo.psm1 b/PrivateCloud.DiagnosticInfo/PrivateCloud.DiagnosticInfo.psm1 index 72ca6a4..973feb2 100644 --- a/PrivateCloud.DiagnosticInfo/PrivateCloud.DiagnosticInfo.psm1 +++ b/PrivateCloud.DiagnosticInfo/PrivateCloud.DiagnosticInfo.psm1 @@ -1916,7 +1916,7 @@ function Get-SddcDiagnosticInfo # _C_ token will be replaced with node fqdn for cimsession/computername callouts # _N_ token will be replaced with node non-fqdn $CmdsToLog = 'Get-HotFix -ComputerName _C_', - 'Get-NetAdapter -CimSession _C_', + 'Get-NetAdapter -CimSession _C_ | Select-Object ifName, ifDesc, ifIndex, Status, MACAddress, LinkSpeed, PSComputerName, PnPDeviceID, DriverName, DriverVersion, MtuSize, Hidden, FullDuplex, Speed, NdisVersion', 'Get-NetAdapterAdvancedProperty -CimSession _C_', 'Get-NetAdapterBinding -CimSession _C_', 'Get-NetAdapterChecksumOffload -CimSession _C_',