Your supervisor has asked you to provide a list of IP addresses assigned to a server. The server is running Windows Server 2008 R2 and has 3 NICs, one physical and two virtual. What command can you use to obtain this information?
IPCONFIG (IP Configuration) is the Windows Command Line Tool used to list IP addresses, MAC Addresses, Subnet Masks and lots of more IP related configuration data. IPCONFIG --virtual will fail, there is no virtual switch. IFCONFIG is the Linux/Unix equivalent of IPCONFIG. IPCONFIG will show both virtual and physical Network Access Cards (NIC) by default.
Wikipedia
ipconfig (standing for "Internet Protocol configuration") is a console application program of some computer operating systems that displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings