Chapter 16. Networking

This chapter covers networking administrative tasks, including network configuration, name resolution, and the use of application-level networking protocols such as HTTP and SMTP.

This chapter also covers the administration of Exchange Server 2007 and Internet Information Server.

Pinging Computers

You can use the WMI class Win32_PingStatus to check the accessibility of a computer on your local network or the Internet:

Get-WmiObject Win32_PingStatus -filter "Address='www.Windows Scripting.de'" | select protocoladdress, statuscode, responsetime ...

Get Essential PowerShell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.