203
6
netwOrking witH windOws
POwersHell
Objectives
• Understand Windows PowerShell.
•
Understand Microsoft Azure PowerShell.
•
Learn networking with Windows PowerShell.
•
Manage Microsoft Azure with Microsoft Azure PowerShell.
6.1 Introduction
In an operating system, a shell is a computer program that provides a user inter-
face. e user interface translates human readable commands into the code that can
be processed by the operating system. For system management, each shell accepts a
set of shell-specic commands that can be entered by users. Windows PowerShell is
such a user interface provided by the Windows operating system. In the early days,
PowerShell was designed mainly for server administrators. It was a separate package
from the Windows operating ...