Add mac address to windows facts (#25803)

This commit is contained in:
jhawkesworth 2017-08-01 19:13:19 +01:00 committed by Matt Davis
parent 42039cd436
commit a43af128cf

View file

@ -74,6 +74,7 @@ foreach ($adapter in $ActiveNetcfg)
dns_domain = $adapter.dnsdomain
interface_index = $adapter.InterfaceIndex
interface_name = $adapter.description
macaddress = $adapter.macaddress
}
if ($adapter.defaultIPGateway)