舉報

會員
Microsoft Exchange 2010 PowerShell Cookbook
最新章節:
Index
Thisbookiswritteninacookbook-styleformatandprovidespractical,immediatelyusabletask-basedrecipesthatshowyouhowtomanageandmaintainyourMicrosoftExchangeServer2010environmentwithWindowsPowerShell2.0.Eachchapterofthebookiswrittensothatitcanbeusedasadesktopreference,oritcanbereadfrombeginningtoend,allowingyoutobuildasolidfoundationforbuildingscriptsinyourExchangeenvironment.Thisbookisformessagingprofessionalswhowanttolearnhowtobuildreal-worldscriptswithWindowsPowerShell2.0andtheExchangeManagementShell.IfyouareanetworkorsystemsadministratorresponsibleformanagingandmaintainingExchangeServer2010,thenthisbookisforyou.TherecipesinthiscookbooktouchoneachofthecoreExchange2010serverrolesandrequireaworkingknowledgeofsupportingtechnologiesincludingWindowsServer2008orWindowsServer2008R2,ActiveDirectory,andDNS.ThisbookcoversthelatestadditionstoExchangeServer2010includingServicePack1.AbasicunderstandingofExchangeServer2010andWindowsPowerShell2.0ishighlyrecommended.
目錄(198章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Chapter 1. PowerShell Key Concepts
- Introduction
- Understanding command syntax and parameters
- Using the help system
- Understanding the pipeline
- Working with variables and objects
- Formatting output
- Working with arrays and hash tables
- Looping through items
- Using flow control statements
- Creating custom objects
- Creating PowerShell functions
- Creating and running scripts
- Setting up a profile
- Chapter 2. Exchange Management Shell Common Tasks
- Introduction
- Using command discovery through the Exchange Management Console
- Manually configuring remote PowerShell connections
- Transferring files through remote shell connections
- Dealing with concurrent pipelines in remote PowerShell
- Managing domains or an entire forest using recipient scope
- Using explicit credentials with PowerShell cmdlets
- Exporting reports to text and CSV files
- Sending SMTP e-mails through PowerShell
- Scheduling scripts to run at a later time
- Logging shell sessions to a transcript
- Automating tasks with the scripting agent
- Scripting an Exchange server Installation
- Chapter 3. Managing Recipients
- Introduction
- Adding modifying and removing mailboxes
- Working with contacts
- Managing distribution groups
- Managing resource mailboxes
- Creating recipients in bulk using a CSV file
- Working with recipient filters
- Adding and removing recipient e-mail addresses
- Hiding recipients from address lists
- Configuring recipient moderation
- Configuring message delivery restrictions
- Managing automatic replies and out of office settings for a user
- Adding modifying and removing server-side inbox rules
- Managing mailbox folder permissions
- Importing user photos into Active Directory
- Chapter 4. Managing Mailboxes
- Introduction
- Performing some basic steps
- Reporting on the mailbox size
- Working with move requests and performing mailbox moves
- Importing and exporting mailboxes
- Deleting messages from mailboxes
- Managing disconnected mailboxes
- Generating mailbox folder reports
- Reporting on mailbox creation time
- Checking mailbox logon statistics
- Setting storage quotas for mailboxes
- Finding inactive mailboxes
- Detecting and fixing corrupt mailboxes
- Restoring deleted items from mailboxes
- Chapter 5. Distribution Groups and Address Lists
- Introduction
- Reporting on distribution group membership
- Adding members to a distribution group from an external file
- Previewing dynamic distribution group membership
- Excluding hidden recipients from a dynamic distribution group
- Converting and upgrading distribution groups
- Allowing managers to modify group membership
- Removing disabled user accounts from distribution groups
- Working with distribution group naming policies
- Working with distribution group membership approval
- Creating address lists
- Exporting address list membership to a CSV file
- Configuring hierarchical address books
- Chapter 6. Mailbox and Public Folder Databases
- Introduction
- Managing the mailbox and the public folder databases
- Moving databases and logs to another location
- Configuring the mailbox and public folder database limits
- Reporting on mailbox database size
- Finding the total number of mailboxes in a database
- Determining the average mailbox size per database
- Reporting on database backup status
- Restoring data from a recovery database
- Configuring public folder replication
- Managing user access to public folders
- Reporting on public folder statistics
- Chapter 7. Managing Client Access
- Introduction
- Creating an RPC Client Access array
- Configuring the CAS server used by RPC clients
- Configuring RPC encryption requirements
- Managing ActiveSync OWA POP3 and IMAP4 mailbox settings
- Setting internal and external CAS URLs
- Managing Outlook Anywhere settings
- Blocking Outlook clients from connecting to Exchange
- Reporting on active OWA and RPC connections
- Controlling ActiveSync device access
- Reporting on ActiveSync devices
- Chapter 8. Managing Transport Servers
- Introduction
- Managing connectors
- Configuring transport limits
- Allowing application servers to relay mail
- Managing transport rules
- Working with custom DSN messages
- Managing connectivity and protocol logs
- Message tracking logs
- Working with messages in transport queues
- Searching anti-spam agent logs
- Implementing a header firewall
- Chapter 9. High Availability
- Introduction
- Building a Windows NLB cluster for CAS servers
- Creating a Database Availability Group
- Adding mailbox servers to a Database Availability Group
- Configuring Database Availability Group network settings
- Adding mailbox copies to a Database Availability Group
- Activating mailbox database copies
- Working with lagged database copies
- Reseeding a database copy
- Performing maintenance on Database Availability Group members
- Reporting on database status redundancy and replication
- Chapter 10. Exchange Security
- Introduction
- Granting users full access permissions to mailboxes
- Finding users with full access to mailboxes
- Sending e-mail messages as another user or group
- Working with Role Based Access Control (RBAC)
- Creating a custom RBAC role for administrators
- Creating a custom RBAC role for end users
- Troubleshooting Role Based Access Control
- Generating a certificate request
- Installing certificates and enabling services
- Importing certificates on multiple exchange servers
- Chapter 11. Compliance and Audit Logging
- Introduction
- Managing archive mailboxes
- Configuring archive mailbox quotas
- Creating retention tags and policies
- Applying retention policies to mailboxes
- Placing mailboxes on retention hold
- Performing a discovery search
- Placing mailboxes on litigation hold
- Enabling mailbox audit logging
- Generating mailbox audit log reports
- Configuring Administrator Audit Logging
- Searching administrator audit logs
- Chapter 12. Server Monitoring and Troubleshooting
- Introduction
- Managing and monitoring services
- Verifying server connectivity
- Working with the event logs
- Reporting on disk usage
- Checking CPU utilization
- Monitoring memory utilization
- Reporting on Exchange Server uptime
- Troubleshooting the Mailbox role
- Troubleshooting the Client Access Server role
- Troubleshooting Transport servers
- Verifying certificate health
- Chapter 13. Scripting with the Exchange Web Services Managed API
- Introduction
- Performing some basic steps
- Getting connected to EWS
- Sending e-mail messages with EWS
- Working with impersonation
- Searching mailboxes
- Retrieving the headers of an e-mail message
- Deleting e-mail items from a mailbox
- Creating calendar items
- Exporting attachments from a mailbox
- Appendix A. Exchange Management Shell reference
- Commonly-used shell variables
- Commonly-used type accelerators
- Scripts available in the $ExBin directory
- Properties that can be used with the Filter parameter
- Properties that can be used with the RecipientFilterparameter
- Appendix B. Advanced Query Syntax
- Using the word phrase search
- Using a date range search
- Using the message type search
- Using the logical connector search
- Index 更新時間:2021-04-02 19:05:50
推薦閱讀
- 數據、模型與決策:基于Excel的建模和商務應用
- 持續演進的Cloud Native:云原生架構下微服務最佳實踐
- 無師自通AutoCAD:中文版室內設計
- 工業軟件研發、測試與質量管理論叢
- ABAQUS有限元分析從入門到精通(第3版)
- Web 2.0 Solutions with Oracle WebCenter 11g
- AI繪畫實戰:Midjourney從新手到高手
- SolidWorks2016中文版從入門到精通/CAX工程應用叢書
- 好用,Excel數據處理高手
- 從零開始:Indesign CC 2019設計基礎+商業設計實戰
- 邊做邊學:CorelDRAW X6圖形設計案例教程(第2版)(微課版)
- Procreate數字繪畫實戰教程(全彩微課版)
- 中文版Premiere Pro 2022基礎教程
- 中文版Photoshop CS6基礎教程
- Ruby on Rails Web Mashup Projects
- Photoshop CC 從入門到精通
- 48小時精通CREO Parametric 3.0中文版鈑金設計技巧
- CorelDRA WX8中文版從入門到精通
- 老郵差Photoshop數碼照片處理技法蒙版篇(第2版)
- Learn OpenOffice.org Spreadsheet Macro Programming: OOoBasic and Calc automation
- After Effects視頻特效實用教程
- CorelDRAW中文版基礎與實例教程(第2版)
- Photoshop CC 2019實戰從入門到精通
- Instant Zend Framework 2.0
- 新編 中文版Maya 2016入門與提高
- VR爆發:當虛擬照進現實
- Stable Diffusion AI繪畫創意與實戰
- Adobe Photoshop新手快速進階實例教學
- 電路板設計與開發:Altium Designer應用教程
- 詳解MATLAB圖像函數及其應用