Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
ipconfig /all | findstr "Physical"
Physical Address. . . . . . . . . : 10-60-4B-6D-BA-65 Physical Address. . . . . . . . . : 00-15-5D-31-16-AB
# ipconfig /all | findstr "Physical" $F_MAC = (ipconfig /all | findstr "Physical" ).replace(" Physical Address. . . . . . . . . :","")[0] Write-Output $F_MAC
Get-NetAdapter
([regex]"(?<=: )([0-9A-F]{2}-){5}[0-9A-F]{2}\s").Matches((&{ipconfig /all})).Value