Start with these observations
- Open Windows PowerShell.
- Run the command and find the adapter you are investigating.
- Record the result locally; do not paste an unredacted network report into a public message.
PowerShell · Read only
Get-NetAdapter -Physical | Format-Table Name, Status, LinkSpeedCheck the assigned address
This displays the current IP address and gateway for each adapter. It does not renew or change them.
Command Prompt · Read only
ipconfigOfficial reference
Microsoft Learn: Get-NetAdapterThese starting checks use published documentation. They are not a diagnosis of your hardware.