Hi folks,
I need to create 20-30 interfaces on windows servers and IP them.
![]()
Manually I've walked myself through the process. But I am having difficulty finding a cmdlet that will do the above. Once created I can set the ip address with Set-NetIPAddress cmdlet. I thought it was Enable-NetAdapter but that expects the interface to
be existing already. You figure it would be something like New-NetAdapter since Get-NetAdapter gives me what's existing...I'm sure someone has done this already.
Thank you!