Windows find WWN and SAS address

PS C:\Users\Administrator> Get-InitiatorPort

InstanceName                                                      NodeAddress      PortAddress      ConnectionType
------------                                                      -----------      -----------      --------------
                                                                  5005076056450xxx 5005076056450xxx SAS
                                                                  5005076056450yyy 5005076056450yyy SAS
PCI\VEN_19A2&DEV_0714&SUBSYS_E73110DF&REV_10\0090FAFFFE6A3F1E02_0 20000090fa6a5xxx 10000090fa6a5xxx Fibre Channel
PCI\VEN_19A2&DEV_0714&SUBSYS_E73110DF&REV_10\0090FAFFFE6A3F1E03_0 20000090fa6a5yyy 10000090fa6a5yyy Fibre Channel

Also useful to get UUID

PS C:\Users\Administrator> get-disk | Format-List -Property *

PS C:\Users\Administrator> get-partition | Format-List -Property *

PS C:\Users\Administrator> get-volume | Format-List -Property *