万本电子书0元读

万本电子书0元读

顶部广告

Microsoft Exchange Server PowerShell Cookbook - Third Edition电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:Jonas Andersson

出  版  社:Packt Publishing

出版时间:2015-07-29

字       数:322.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
This book is for messaging professionals who want to build real-world *s with Windows PowerShell 5 and the Exchange Management Shell. If you are a network or systems administrator responsible for managing and maintaining Exchange Server 2013, you will find this highly useful.
目录展开

Microsoft Exchange Server PowerShell Cookbook Third Edition

Table of Contents

Microsoft Exchange Server PowerShell Cookbook Third Edition

Credits

About the Authors

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why subscribe?

Free access for Packt account holders

Instant updates on new Packt books

Preface

What this book covers

What you need for this book

Who this book is for

Sections

Getting ready

How to do it…

How it works…

There’s more…

See also

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. PowerShell Key Concepts

Introduction

Performing some basic steps

Using the help system

How to do it...

How it works...

There's more...

Getting help with cmdlets and functions

See also

Understanding command syntax and parameters

How to do it...

How it works...

There's more...

See also

Understanding the pipeline

How to do it...

How it works...

There's more...

See also

Working with variables and objects

How to do it...

How it works...

There's more...

Variable expansion in strings

Strongly typed variables

Working with arrays and hash tables

How to do it...

How it works...

There's more…

See also

Looping through items

How to do it...

How it works...

There's more…

See also

Creating custom objects

How to do it...

How it works...

There's more...

See also

Using debugger functions

How to do it...

How it works...

There's more…

See also

Understanding the new execution policy

How to do it...

How it works...

There's more…

See also

Working with Desired State Configuration

How to do it...

How it works...

See also

Using the Save-Help function

How to do it...

How it works...

See also

Working with script repositories

How to do it...

How it works...

There's more…

See also

2. Exchange Management Shell Common Tasks

Introduction

Performing some basic steps

Manually configuring remote PowerShell connections

Getting ready

How to do it...

How it works...

There's more...

See also

Using explicit credentials with PowerShell cmdlets

How to do it...

How it works...

There's more...

See also

Transferring files through remote shell connections

How to do it...

How it works...

There's more...

See also

Managing domains or an entire forest using the recipient scope

How to do it...

How it works...

There's more...

Exporting reports to text and CSV files

How to do it...

How it works...

There's more...

See also

Sending SMTP e-mails through PowerShell

How to do it...

How it works...

There's more...

Sending messages with attachments

Sending command output in the body of a message

See also

Scheduling scripts to run at a later time

How to do it...

How it works...

There's more...

See also

Logging shell sessions to a transcript

How to do it...

How it works...

There's more...

See also

Automating tasks with the scripting agent

Getting ready

How to do it...

How it works...

There's more...

Using multiple cmdlets with the OnComplete API

See also

Scripting an Exchange server installation

Getting ready

How to do it...

How it works...

There's more...

See also

3. Managing Recipients

Introduction

Performing some basic steps

Adding, modifying, and removing mailboxes

How to do it...

How it works...

There's more...

Setting the Active Directory attributes

See also

Working with contacts

How to do it...

How it works...

There's more...

See also

Managing distribution groups

How to do it...

How it works...

There's more...

See also

Managing resource mailboxes

How to do it...

How it works...

There's more...

Converting mailboxes

See also

Creating recipients in bulk using a CSV file

Getting ready

How to do it...

How it works...

There's more...

Taking it a step further

See also

Working with recipient filters

How to do it...

How it works...

There's more…

Understanding variables in filters

See also

Adding and removing recipient e-mail addresses

How to do it...

How it works...

There's more...

See also

Hiding recipients from address lists

How to do it...

How it works...

There's more...

See also

Configuring recipient moderation

How to do it...

How it works...

There's more...

See also

Configuring message delivery restrictions

How to do it...

How it works...

There's more...

See also

Managing automatic replies and Out of Office settings for a user

How to do it...

How it works...

There's more...

Adding, modifying, and removing server-side inbox rules

How to do it...

How it works...

There's more...

See also

Managing mailbox folder permissions

How to do it...

How it works...

There's more...

See also

Importing user photos into Active Directory

Getting ready

How to do it...

How it works...

There's more…

Taking it a step further

See also

4. Managing Mailboxes

Introduction

Performing some basic steps

Reporting on the mailbox size

How to do it...

How it works...

There's more...

See also

Working with move requests and performing mailbox moves

How to do it...

How it works...

There's more...

Removing the move requests

Moving the archive mailboxes

Moving the mailboxes in batches

Moving mailboxes with corrupt items

See also

E-mail notification on mailbox moves

How to do it...

How it works...

There's more…

See also

Importing and exporting mailboxes

How to do it...

How it works...

There's more…

Importing data into mailboxes

Taking it a step further

See also

Deleting messages from mailboxes

How to do it...

How it works...

There's more…

Running reports before deleting data

Deleting messages in bulk

See also

Managing disconnected mailboxes

How to do it...

How it works...

There's more…

See also

Reporting on mailbox creation time

How to do it...

How it works...

There's more...

See also

Setting storage quotas for mailboxes

How to do it...

How it works...

There's more...

See also

Finding inactive mailboxes

How to do it...

How it works...

There's more...

See also

Detecting and fixing corrupt mailboxes

How to do it...

How it works...

There's more...

See also

Restoring deleted items from mailboxes

How to do it...

How it works...

There's more...

See also

Managing public folder mailboxes

How to do it...

How it works...

There's more…

See also

Reporting on public folder statistics

How to do it...

How it works...

There's more…

See also

Managing user access to public folders

How to do it...

How it works...

There's more…

See also

5. Distribution Groups and Address Lists

Introduction

Performing some basic steps

Reporting on distribution group membership

How to do it...

How it works...

There's more...

See also

Adding members to a distribution group from an external file

How to do it...

How it works...

There's more...

See also

Previewing dynamic distribution group membership

How to do it...

How it works...

There's more...

See also

Excluding hidden recipients from a dynamic distribution group

How to do it...

How it works...

There's more...

See also

Converting and upgrading distribution groups

How to do it...

How it works...

There's more...

See also

Allowing managers to modify group membership

How to do it...

How it works...

There's more...

See also

Removing disabled user accounts from distribution groups

How to do it...

How it works...

There's more…

See also

Working with distribution group naming policies

How to do it...

How it works...

There's more...

See also

Working with distribution group membership approval

How to do it...

How it works...

There's more...

See also

Creating address lists

How to do it...

How it works...

There's more...

See also

Exporting address list membership to a CSV file

How to do it...

How it works...

There's more...

See also

Configuring hierarchical address books

How to do it...

How it works...

There's more...

See also

6. Mailbox Database Management

Introduction

Performing some basic steps

Managing the mailbox databases

How to do it...

How it works...

There's more…

Understanding the automatic mailbox distribution

Taking it a step further

See also

Moving databases and logs to another location

How to do it...

How it works...

There's more…

Manually moving databases

Taking it a step further

See also

Configuring the mailbox database limits

How to do it...

How it works...

There's more…

Taking it a step further

See also

Reporting on mailbox database size

How to do it...

How it works...

There's more...

See also

Finding the total number of mailboxes in a database

How to do it...

How it works...

There's more...

See also

Determining the average mailbox size per database

How to do it...

How it works...

There's more...

See also

Reporting on database backup status

How to do it...

How it works...

There's more...

See also

Restoring data from a recovery database

How to do it...

How it works...

There's more…

Understanding target mailbox identity

Learning about other useful parameters

Understanding the mailbox restore request cmdlets

Taking it a step further

See also

7. Managing Client Access

Introduction

Performing some basic steps

Managing ActiveSync, OWA, POP3, and IMAP4 mailbox settings

How to do it...

How it works...

There's more...

See also

Setting internal and external CAS URLs

How to do it...

How it works...

There's more…

Command syntax for the remaining virtual directories

Taking it one step further

See also

Managing the Outlook Anywhere settings

How to do it...

How it works...

There's more...

See also

Blocking Outlook clients from connecting to Exchange

How to do it...

How it works...

There's more…

Reporting on active OWA and RPC connections

How to do it...

How it works...

There's more...

See also

Controlling ActiveSync device access

How to do it...

How it works...

There's more...

See also

Reporting on ActiveSync devices

How to do it...

How it works...

There's more...

See also

8. Managing Transport Servers

Introduction

Performing some basic steps

Managing connectors

How to do it...

How it works...

There's more…

See also

Configuring transport limits

How to do it...

How it works...

There's more…

See also

Allowing application servers to relay mail

How to do it...

How it works...

There's more…

See also

Working with custom DSN messages

How to do it...

How it works...

There's more…

Managing connectivity and protocol logs

How to do it...

How it works...

There's more…

Parsing log files

Searching message tracking logs

How to do it...

How it works...

There's more…

Taking it a step further

See also

Working with messages in transport queues

How to do it...

How it works...

There's more…

See also

Searching anti-spam agent logs

How to do it...

How it works...

There's more…

See also

Implementing a header firewall

How to do it...

How it works...

There's more...

See also

Configure the Edge Transport server role

How to do it...

How it works...

There's more...

See also

9. High Availability

Introduction

Performing some basic steps

Building a Windows NLB cluster for CAS servers

Getting ready

How to do it...

How it works...

There's more…

Taking it a step further

See also

Creating a Database Availability Group

How to do it...

How it works...

There's more…

See also

Adding mailbox servers to a Database Availability Group

How to do it...

How it works...

There's more...

See also

Configuring Database Availability Group network settings

How to do it...

How it works...

There's more…

Renaming and removing DAG networks

Adding mailbox copies to a Database Availability Group

How to do it...

How it works...

There's more…

See also

Activating mailbox database copies

How to do it...

How it works...

There's more…

See also

Working with lagged database copies

How to do it...

How it works...

There's more...

Reseeding a database copy

How to do it...

How it works...

There's more...

See also

Using the automatic reseed feature

How to do it...

How it works...

See also

Performing maintenance on Database Availability Group members

How to do it...

How it works...

There's more...

Reporting on database status, redundancy, and replication

How to do it...

How it works...

There's more…

Understanding switchover and failover metrics

Understanding replication metrics

See also

10. Exchange Security

Introduction

Performing some basic steps

Granting users full access permissions to mailboxes

How to do it...

How it works...

There's more...

See also

Finding users with full access to mailboxes

How to do it...

How it works...

There's more...

Sending e-mail messages as another user or group

How to do it...

How it works...

There's more...

Working with Role Based Access Control

How to do it...

How it works...

There's more…

RBAC for end users

See also

Creating a custom RBAC role for administrators

How to do it...

How it works...

There's more...

See also

Creating a custom RBAC role for end users

How to do it...

How it works...

There's more...

See also

Troubleshooting RBAC

How to do it...

How it works...

There's more...

See also

Generating a certificate request

How to do it...

How it works...

There's more...

See also

Installing certificates and enabling services

How to do it...

How it works...

There's more...

See also

Importing certificates on multiple Exchange servers

How to do it...

How it works...

There's more...

See also

11. Compliance and Audit Logging

Introduction

Performing some basic steps

Managing archive mailboxes

How to do it...

How it works...

There's more...

See also

Configuring archive mailbox quotas

How to do it...

How it works...

There's more...

See also

Creating retention tags and policies

How to do it...

How it works…

There's more…

Understanding default tags

See also

Applying retention policies to mailboxes

How to do it...

How it works...

There's more...

See also

Placing mailboxes on Retention Hold

How to do it...

How it works...

There's more...

See also

Placing mailboxes on In-Place Hold

How to do it...

How it works...

There's more...

See also

Performing a discovery search

How to do it...

How it works...

There's more...

See also

Configuring administrator audit logging

How to do it...

How it works...

There's more...

See also

Searching the administrator audit logs

How to do it...

How it works...

There's more...

See also

Configuring S/MIME for OWA

How to do it...

How it works...

See also

12. Scripting with the Exchange Web Services Managed API

Introduction

Performing some basic steps

Getting connected to EWS

How to do it...

How it works...

There's more...

Certificates matter

Sending e-mail messages with EWS

How to do it...

How it works...

There's more...

See also

Working with impersonation

Getting ready

How to do it...

How it works...

There's more...

Searching mailboxes

How to do it...

How it works...

There's more...

See also

Retrieving the headers of an e-mail message

How to do it...

How it works...

There's more...

See also

Deleting e-mail items from a mailbox

How to do it...

How it works...

There's more...

See also

Creating calendar items

How to do it...

How it works...

There's more...

See also

Exporting attachments from a mailbox

How to do it...

How it works...

There's more...

See also

A. Common Shell Information

Exchange Management Shell reference

Commonly-used shell variables

Commonly-used type accelerators

Scripts available in the $Exscripts directory

Properties that can be used with the -Filter parameter

Properties that can be used with the -RecipientFilter parameter

B. Query Syntaxes

Advanced Query Syntax

Using the word phrase search

Examples

Using a date range search

Examples

Using the message type search

Examples

Using the logical connector search

Examples

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部