PowerShell


New-NetIPAddress cmdlet

This cmdlet configures an IP address. Parameters: AddressFamily (IPV4, IPV6) It specifies the address family. CimSession It runs the cmdlet in a remote session or…


Get-NetIPAddress cmdlet

The Get-NetIPAddress cmdlet gets the IP address configuration (IPV4 and IPV6). Parameters: AddressFamily (IPV4, IPV6) Only show specified IP families. AddressState (Invalid, Tentative, Duplicate, Deprecated,…


Get-NetAdapter Cmdlet

Get-NetAdapter cmdlet gets the Network adapter properties. AsJob display the cimjob name and job status of the adapter. CimSession runs the cmdlet in a remote…