Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

hba PORT wwn

$
0
0

Hello There,

 

I'm trying to extract an information on my Fiber channel... I found a script snd it give the information but I just need the port WWN number of all Fiber Channel adapters

My idea is have this in a CSV file like that

 

Computer_name, C0:03:FF:00:00:FF:FF:00, C0:03:FF:67:D9:92:00:18

 

My output bring me lots of information but I just need the port WWN,a ny ideas please?

PSComputerName   : SC-EU-P-ESR01

Active           : True

DriverName       : fcvsc.sys

DriverVersion    : 6.2.9200.16433

FirmwareVersion  : 

HardwareVersion  : 

HBAStatus        : 0

InstanceName     : VMBUS\{1d035e90-078c-4f43-88f3-12ff7143c676}\5&131f2a86&0&{1d035e90-078c-4f43-88f3-12ff7143c676}_0

Manufacturer     : Microsoft

MfgDomain        : com.microsoft

Model            : Virtual Fibre Channel HBA

ModelDescription : Virtual Fibre Channel HBA Miniport

NodeSymbolicName : 

NodeWWN          : C0:03:FF:00:00:FF:FF:00

NumberOfPorts    : 1

OptionROMVersion : 

SerialNumber     : 

UniqueAdapterId  : 18446738026559363544

VendorSpecificID : 0

PortWWN          : C0:03:FF:67:D9:92:00:24

PSComputerName   : SC-EU-P-ESR01

Active           : True

DriverName       : fcvsc.sys

DriverVersion    : 6.2.9200.16433

FirmwareVersion  : 

HardwareVersion  : 

HBAStatus        : 0

InstanceName     : VMBUS\{82db5ad6-385a-497c-ab11-3698a39022d6}\5&131f2a86&0&{82db5ad6-385a-497c-ab11-3698a39022d6}_0

Manufacturer     : Microsoft

MfgDomain        : com.microsoft

Model            : Virtual Fibre Channel HBA

ModelDescription : Virtual Fibre Channel HBA Miniport

NodeSymbolicName : 

NodeWWN          : C0:03:FF:00:00:FF:FF:00

NumberOfPorts    : 1

OptionROMVersion : 

SerialNumber     : 

UniqueAdapterId  : 18446738026549676552

VendorSpecificID : 0

PortWWN          : C0:03:FF:67:D9:92:00:18

thanks you very much

 

Franklin


Viewing all articles
Browse latest Browse all 6937

Trending Articles