Exchange Server 2007 is the first Microsoft application to utilize Windows PowerShell
for deployment and administration.
Command shells provide a more flexible administrative interface compared to Graphical User
Interfaces (GUIs). Administrators use scripts to automate everyday tasks and resolve issues GUI
interfaces are not able to handle.
Windows PowerShell is built on top of .NET Framework version 2.0 and exposes .NET classes as
built - in commands. Actions in Windows PowerShell are based on .NET objects that carry their
structure definition as well as the current state of their attributes. Windows PowerShell objects
have properties (which are characteristics) and methods (which are actions that you can take)
and can be passed from one command to another without the need for parsing.
Exchange Management Shell extends Windows PowerShell to include more than 500 built - in
commands. Exchange Management Console is a GUI management application built on top of
Windows PowerShell.
The most basic component of Windows PowerShell is the built - in commands called cmdlets.
Cmdlet names are made up of a verb name that identifies the action to take and the noun name
that identifies the object on which to take action. Cmdlets use named parameters to identify
individual properties or control how the cmdlet executes.
Pages:
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71