- Microsoft Exchange 2010 PowerShell Cookbook
- Mike Pfeiffer
- 351字
- 2021-04-02 19:05:02
Introduction
So, your organization has decided to move to Exchange Server 2010 to take advantage of the many exciting new features such as integrated e-mail archiving, discovery capabilities, and high availability functionality. Like it or not, you've realized that PowerShell is now an integral part of Exchange Server management and you need to learn the basics and have a point of reference for building your own scripts. That's what this book is all about. In this chapter, we'll cover some core PowerShell concepts that will provide you with a foundation of knowledge for using the remaining examples in this book. If you are already familiar with PowerShell, you may want to use this chapter as a review or as a reference for later after you've started writing scripts.
If you're completely new to PowerShell, the concept may be familiar if you've worked with UNIX command shells. Like UNIX-based shells, PowerShell allows you to string multiple commands together on one line using a technique called pipelining. This means that the output of one command becomes the input for another. But, unlike UNIX shells that pass text output from one command to another, PowerShell uses an object model based on the .NET Framework, and objects are passed between commands in a pipeline, as opposed to plain text. From an Exchange perspective, working with objects gives us the ability to access very detailed information about servers, mailboxes, databases, and more. For example, every mailbox you manage within the shell is an object with multiple properties, such as an e-mail address, database location, or send and receive limits. The ability to access this type of information through simple commands means that we can build powerful scripts that generate reports, make configuration changes, and perform maintenance tasks with ease.
Performing some basic steps
To work with the code samples in this chapter, follow these steps to launch the Exchange Management Shell:
- Log onto a workstation or server with the Exchange Management Tools installed.
- Open the Exchange Management Shell by clicking on Start | All Programs | Exchange Server 2010.
- Click on the Exchange Management Shell shortcut.
- AutoCAD 2022快速入門、進階與精通
- 爸媽微信e時代
- Pro/E Wildfire 5.0中文版入門、精通與實戰
- WordPress Theme Design
- Apache Maven 3 Cookbook
- Blender 2.5 Materials and Textures Cookbook
- Python Testing: Beginner's Guide
- Liferay Portal Systems Development
- 邊做邊學:Photoshop CS6數碼藝術照片后期處理教程
- 從零開始:AutoCAD 2010中文版建筑制圖基礎培訓教程(第2版)
- Visio圖形設計從新手到高手(兼容版)
- SVG動畫
- Adobe創意大學InDesign產品專家認證標準教材(CS6修訂版)
- PPT設計與制作實戰教程
- SolidWorks 2017基礎與實例教程