New-NetRoute cmdlet
The New-NetRoute cmdlet creates an IP route in the IP routing table. It specifies the destination prefix, and specifies an interface by using the interface…
The New-NetRoute cmdlet creates an IP route in the IP routing table. It specifies the destination prefix, and specifies an interface by using the interface…
The Set-NetIPAddress cmdlet modifies IP address configuration properties of an existing IP address. Parameters: AddressFamily (IPv4, IPv6) The cmdlet modifies the IP address configuration that…
Many Exchange Server 2010 administrators are looking for an upgrade to Exchange 2016, considering the imminent end of Microsoft support for the older version. What…
To launch ADUC, go to Administrative tools or just run dsa.msc. ADUC provides a frontend for managing uers, groups, and computers. ADUC provides a frontend…
The following simple script uses the Get-NetAdapter cmdlet to inventory network adapters on remote machines. This script is only working on Windows 8 and up…
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…
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,…
The Active Directory Administrative Center is Microsoft’s new GUI tool for managing Active Directory. ADAC is built on top of Windows PowerShell. ADAC use PowerShell…
Namp (Network Mapper) is a security scanner originally written by Gordon Lyon used to discover hosts and services on a computer network, thus creating a…
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…