├── Chapter01 └── Code │ ├── Command aliases.txt │ ├── Creating Custom Objects.txt │ ├── Introduction.txt │ ├── Looping through Items.txt │ ├── Setting up a PowerShell profile.txt │ ├── Understanding Command Syntax and Parameters.txt │ ├── Understanding the Pipeline.txt │ ├── Understanding the new Execution Policy.txt │ ├── Using Save-Help function.txt │ ├── Using debugger functions.txt │ ├── Using the Help System.txt │ ├── Working with Arrays and Hash Tables.txt │ ├── Working with Variables and Objects.txt │ ├── Working with script repositories.txt │ └── readme.txt ├── Chapter02 ├── 7081_02_Draft.docx ├── Code │ ├── Automating Tasks with the Scripting Agent.txt │ ├── Exporting Reports to Text and CSV Files.txt │ ├── Logging Shell Sessions to a Transcript.txt │ ├── Managing Domains or an Entire Forest using Recipient Scope.txt │ ├── Manually Configuring Remote PowerShell Connections.txt │ ├── Scheduling Scripts to Run at a Later Time.txt │ ├── Scripting an Exchange Server Installation.txt │ ├── Sending Smtp E-Mails through PowerShell.txt │ ├── Transferring Files through Remote Shell Connections.txt │ ├── Using Explicit Credentials with PowerShell Cmdlets.txt │ └── readme.txt └── Pictures │ ├── 7081EN_02_01.png │ ├── 7081EN_02_02.png │ ├── 7081EN_02_03.png │ ├── 7081EN_02_04.png │ ├── 7081EN_02_05.png │ ├── 7081EN_02_06.png │ ├── 7081EN_02_07.png │ └── 7081EN_02_08.png ├── Chapter03 ├── 7081EN_03.docx ├── Code │ ├── Adding and Removing Recipient E-Mail Addresses.txt │ ├── Adding, Modifying and Removing Server-Side Inbox Rules.txt │ ├── Configuring Message Delivery Restrictions.txt │ ├── Configuring Recipient Moderation.txt │ ├── Creating Recipients in Bulk using a CSV File.txt │ ├── Creating, Modifying and Removing Mailboxes.txt │ ├── Hiding Recipients from Address Lists.txt │ ├── Importing User Photos Into Active Directory.txt │ ├── Managing Automatic Replies and Out of Office Settings for a User.txt │ ├── Managing Distribution Groups.txt │ ├── Managing Mailbox Folder Permissions.txt │ ├── Managing Resource Mailboxes.txt │ ├── NewMailboxes.csv.txt │ ├── Working with Contacts.txt │ ├── Working with Recipient Filters.txt │ ├── mailboxes1.csv.txt │ ├── mailboxes2.csv.txt │ └── readme.txt └── Pictures │ ├── 7081EN_03_01.png │ ├── 7081EN_03_02.png │ ├── 7081EN_03_03.png │ └── 7081EN_03_04.png ├── Chapter04 └── Chapter 04 - Managing Mailboxes - Code.txt ├── Chapter05 ├── 7081EN_05.docx ├── Code │ ├── Adding Members to a Distribution Group from an External File.txt │ ├── Allowing Managers to Modify Group Permissions.txt │ ├── Configuring Hierarchical Address Books.txt │ ├── Converting and Upgrading Distribution Groups.txt │ ├── Creating Address Lists.txt │ ├── Excluding Hidden Recipients from a Dynamic Distribution Group.txt │ ├── Export Address List Membership to a CSV File.txt │ ├── Previewing Dynamic Distribution Group Membership.txt │ ├── Removing Disabled Users from Distribution Groups.txt │ ├── Reporting on Distribution Group Membership.txt │ ├── Working with Distribution Group Membership Approval.txt │ ├── Working with Distribution Group Naming Policies.txt │ ├── hab.csv │ ├── readme.txt │ ├── users.csv │ └── users.txt └── Pictures │ ├── 7081EN_05_01.png │ ├── 7081EN_05_02.png │ ├── 7081EN_05_03.png │ ├── 7081EN_05_04.png │ ├── 7081EN_05_05.png │ ├── 7081EN_05_06.png │ ├── 7081EN_05_07.png │ ├── 7081EN_05_08.png │ └── 7081EN_05_09.png ├── Chapter06 ├── 7081EN_06.docx ├── Code │ ├── Configuring Mailbox Database Limits.txt │ ├── DBs.csv │ ├── Determining the Average Mailbox Size Per Database.txt │ ├── Finding the Total Number of Mailboxes in a Database.txt │ ├── Managing the Mailbox Databases.txt │ ├── Moving Databases and Logs to Another Location.txt │ ├── Reporting on Database Backup Status.txt │ ├── Reporting on Mailbox Database Size.txt │ ├── Restoring Data from a Recovery Database.txt │ └── readme.txt └── Pictures │ ├── 7081EN_06_01.png │ ├── 7081EN_06_02.png │ ├── 7081EN_06_03.png │ ├── 7081EN_06_04.png │ ├── 7081EN_06_05.png │ ├── 7081EN_06_06.png │ ├── 7081EN_06_07.png │ └── 7081EN_06_08.png ├── Chapter07 └── Code │ ├── Blocking Outlook Clients from Connecting to Exchange.txt │ ├── Controlling ActiveSync Device Access.txt │ ├── Managing ActiveSync, OWA, POP3, and IMAP4 Mailbox Settings.txt │ ├── Managing Outlook Anywhere Settings.txt │ ├── New-MailboxScript.ps1 │ ├── Reporting on Active OWA and RPC Connections.txt │ ├── Reporting on ActiveSync Devices.txt │ ├── Setting Internal and External CAS URLs.txt │ └── readme.txt ├── Chapter08 └── Chapter 08 - Managing Transport Servers - Code.txt ├── Chapter09 └── Chapter 09 - Exchange Security - Code.txt ├── Chapter10 └── Chapter 10 - Compliance and Audit Logging - Code.txt ├── Chapter11 └── Chapter 11 - High Availability - Code.txt ├── Chapter12 └── Chapter 12 - Monitoring Exchange Health - Code.txt ├── Chapter13 ├── 7081EN_13.docx ├── Code │ ├── Archiving and conversation history.txt │ ├── Configure high-resolution photos.txt │ ├── EXO.txt │ ├── Integrate Skype for Business with OWA.txt │ ├── OAuth configuration.txt │ ├── OOS.txt │ ├── Unified Contact Store.txt │ └── Validate HCW.txt └── Pictures │ ├── 7081EN_13_01.png │ ├── 7081EN_13_02.png │ ├── 7081EN_13_03.png │ ├── 7081EN_13_04.png │ ├── 7081EN_13_05.png │ ├── 7081EN_13_06.png │ ├── 7081EN_13_07.png │ ├── 7081EN_13_08.png │ ├── 7081EN_13_09.png │ ├── 7081EN_13_10.png │ ├── 7081EN_13_11.png │ ├── 7081EN_13_12.png │ ├── 7081EN_13_13.png │ └── 7081EN_13_14.png ├── Chapter14 ├── 7081EN_14.docx ├── Code │ ├── Creating Calendar Items.txt │ ├── Deleting E-Mail Items from a Mailbox.txt │ ├── Exporting Attachments from a Mailbox.txt │ ├── Getting Connected to EWS.txt │ ├── Retrieving the Headers of an E-Mail Message.txt │ ├── Searching Mailboxes.txt │ ├── Sending E-Mail Messages with EWS.txt │ ├── Working with Impersonation.txt │ └── readme.txt └── Pictures │ ├── 7081EN_14_01.png │ ├── 7081EN_14_02.png │ ├── 7081EN_14_03.png │ ├── 7081EN_14_04.png │ ├── 7081EN_14_05.png │ ├── 7081EN_14_06.png │ ├── 7081EN_14_07.png │ ├── 7081EN_14_08.png │ ├── 7081EN_14_09.png │ ├── 7081EN_14_10.png │ ├── 7081EN_14_11.png │ └── 7081EN_14_12.png ├── Chapter16 └── Appendix B - Code.txt ├── LICENSE └── README.md /Chapter01/Code/Command aliases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Command aliases.txt -------------------------------------------------------------------------------- /Chapter01/Code/Creating Custom Objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Creating Custom Objects.txt -------------------------------------------------------------------------------- /Chapter01/Code/Introduction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Introduction.txt -------------------------------------------------------------------------------- /Chapter01/Code/Looping through Items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Looping through Items.txt -------------------------------------------------------------------------------- /Chapter01/Code/Setting up a PowerShell profile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Setting up a PowerShell profile.txt -------------------------------------------------------------------------------- /Chapter01/Code/Understanding Command Syntax and Parameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Understanding Command Syntax and Parameters.txt -------------------------------------------------------------------------------- /Chapter01/Code/Understanding the Pipeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Understanding the Pipeline.txt -------------------------------------------------------------------------------- /Chapter01/Code/Understanding the new Execution Policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Understanding the new Execution Policy.txt -------------------------------------------------------------------------------- /Chapter01/Code/Using Save-Help function.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Using Save-Help function.txt -------------------------------------------------------------------------------- /Chapter01/Code/Using debugger functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Using debugger functions.txt -------------------------------------------------------------------------------- /Chapter01/Code/Using the Help System.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Using the Help System.txt -------------------------------------------------------------------------------- /Chapter01/Code/Working with Arrays and Hash Tables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Working with Arrays and Hash Tables.txt -------------------------------------------------------------------------------- /Chapter01/Code/Working with Variables and Objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Working with Variables and Objects.txt -------------------------------------------------------------------------------- /Chapter01/Code/Working with script repositories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/Working with script repositories.txt -------------------------------------------------------------------------------- /Chapter01/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter01/Code/readme.txt -------------------------------------------------------------------------------- /Chapter02/7081_02_Draft.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/7081_02_Draft.docx -------------------------------------------------------------------------------- /Chapter02/Code/Automating Tasks with the Scripting Agent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Automating Tasks with the Scripting Agent.txt -------------------------------------------------------------------------------- /Chapter02/Code/Exporting Reports to Text and CSV Files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Exporting Reports to Text and CSV Files.txt -------------------------------------------------------------------------------- /Chapter02/Code/Logging Shell Sessions to a Transcript.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Logging Shell Sessions to a Transcript.txt -------------------------------------------------------------------------------- /Chapter02/Code/Managing Domains or an Entire Forest using Recipient Scope.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Managing Domains or an Entire Forest using Recipient Scope.txt -------------------------------------------------------------------------------- /Chapter02/Code/Manually Configuring Remote PowerShell Connections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Manually Configuring Remote PowerShell Connections.txt -------------------------------------------------------------------------------- /Chapter02/Code/Scheduling Scripts to Run at a Later Time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Scheduling Scripts to Run at a Later Time.txt -------------------------------------------------------------------------------- /Chapter02/Code/Scripting an Exchange Server Installation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Scripting an Exchange Server Installation.txt -------------------------------------------------------------------------------- /Chapter02/Code/Sending Smtp E-Mails through PowerShell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Sending Smtp E-Mails through PowerShell.txt -------------------------------------------------------------------------------- /Chapter02/Code/Transferring Files through Remote Shell Connections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Transferring Files through Remote Shell Connections.txt -------------------------------------------------------------------------------- /Chapter02/Code/Using Explicit Credentials with PowerShell Cmdlets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/Using Explicit Credentials with PowerShell Cmdlets.txt -------------------------------------------------------------------------------- /Chapter02/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Code/readme.txt -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_01.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_02.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_03.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_04.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_05.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_06.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_07.png -------------------------------------------------------------------------------- /Chapter02/Pictures/7081EN_02_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter02/Pictures/7081EN_02_08.png -------------------------------------------------------------------------------- /Chapter03/7081EN_03.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/7081EN_03.docx -------------------------------------------------------------------------------- /Chapter03/Code/Adding and Removing Recipient E-Mail Addresses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Adding and Removing Recipient E-Mail Addresses.txt -------------------------------------------------------------------------------- /Chapter03/Code/Adding, Modifying and Removing Server-Side Inbox Rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Adding, Modifying and Removing Server-Side Inbox Rules.txt -------------------------------------------------------------------------------- /Chapter03/Code/Configuring Message Delivery Restrictions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Configuring Message Delivery Restrictions.txt -------------------------------------------------------------------------------- /Chapter03/Code/Configuring Recipient Moderation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Configuring Recipient Moderation.txt -------------------------------------------------------------------------------- /Chapter03/Code/Creating Recipients in Bulk using a CSV File.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Creating Recipients in Bulk using a CSV File.txt -------------------------------------------------------------------------------- /Chapter03/Code/Creating, Modifying and Removing Mailboxes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Creating, Modifying and Removing Mailboxes.txt -------------------------------------------------------------------------------- /Chapter03/Code/Hiding Recipients from Address Lists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Hiding Recipients from Address Lists.txt -------------------------------------------------------------------------------- /Chapter03/Code/Importing User Photos Into Active Directory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Importing User Photos Into Active Directory.txt -------------------------------------------------------------------------------- /Chapter03/Code/Managing Automatic Replies and Out of Office Settings for a User.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Managing Automatic Replies and Out of Office Settings for a User.txt -------------------------------------------------------------------------------- /Chapter03/Code/Managing Distribution Groups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Managing Distribution Groups.txt -------------------------------------------------------------------------------- /Chapter03/Code/Managing Mailbox Folder Permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Managing Mailbox Folder Permissions.txt -------------------------------------------------------------------------------- /Chapter03/Code/Managing Resource Mailboxes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Managing Resource Mailboxes.txt -------------------------------------------------------------------------------- /Chapter03/Code/NewMailboxes.csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/NewMailboxes.csv.txt -------------------------------------------------------------------------------- /Chapter03/Code/Working with Contacts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Working with Contacts.txt -------------------------------------------------------------------------------- /Chapter03/Code/Working with Recipient Filters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/Working with Recipient Filters.txt -------------------------------------------------------------------------------- /Chapter03/Code/mailboxes1.csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/mailboxes1.csv.txt -------------------------------------------------------------------------------- /Chapter03/Code/mailboxes2.csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/mailboxes2.csv.txt -------------------------------------------------------------------------------- /Chapter03/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Code/readme.txt -------------------------------------------------------------------------------- /Chapter03/Pictures/7081EN_03_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Pictures/7081EN_03_01.png -------------------------------------------------------------------------------- /Chapter03/Pictures/7081EN_03_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Pictures/7081EN_03_02.png -------------------------------------------------------------------------------- /Chapter03/Pictures/7081EN_03_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Pictures/7081EN_03_03.png -------------------------------------------------------------------------------- /Chapter03/Pictures/7081EN_03_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter03/Pictures/7081EN_03_04.png -------------------------------------------------------------------------------- /Chapter04/Chapter 04 - Managing Mailboxes - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter04/Chapter 04 - Managing Mailboxes - Code.txt -------------------------------------------------------------------------------- /Chapter05/7081EN_05.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/7081EN_05.docx -------------------------------------------------------------------------------- /Chapter05/Code/Adding Members to a Distribution Group from an External File.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Adding Members to a Distribution Group from an External File.txt -------------------------------------------------------------------------------- /Chapter05/Code/Allowing Managers to Modify Group Permissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Allowing Managers to Modify Group Permissions.txt -------------------------------------------------------------------------------- /Chapter05/Code/Configuring Hierarchical Address Books.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Configuring Hierarchical Address Books.txt -------------------------------------------------------------------------------- /Chapter05/Code/Converting and Upgrading Distribution Groups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Converting and Upgrading Distribution Groups.txt -------------------------------------------------------------------------------- /Chapter05/Code/Creating Address Lists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Creating Address Lists.txt -------------------------------------------------------------------------------- /Chapter05/Code/Excluding Hidden Recipients from a Dynamic Distribution Group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Excluding Hidden Recipients from a Dynamic Distribution Group.txt -------------------------------------------------------------------------------- /Chapter05/Code/Export Address List Membership to a CSV File.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Export Address List Membership to a CSV File.txt -------------------------------------------------------------------------------- /Chapter05/Code/Previewing Dynamic Distribution Group Membership.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Previewing Dynamic Distribution Group Membership.txt -------------------------------------------------------------------------------- /Chapter05/Code/Removing Disabled Users from Distribution Groups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Removing Disabled Users from Distribution Groups.txt -------------------------------------------------------------------------------- /Chapter05/Code/Reporting on Distribution Group Membership.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Reporting on Distribution Group Membership.txt -------------------------------------------------------------------------------- /Chapter05/Code/Working with Distribution Group Membership Approval.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Working with Distribution Group Membership Approval.txt -------------------------------------------------------------------------------- /Chapter05/Code/Working with Distribution Group Naming Policies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/Working with Distribution Group Naming Policies.txt -------------------------------------------------------------------------------- /Chapter05/Code/hab.csv: -------------------------------------------------------------------------------- 1 | GroupName,Seniority 2 | Executives,100 3 | Sales,80 4 | Finance,90 5 | -------------------------------------------------------------------------------- /Chapter05/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/readme.txt -------------------------------------------------------------------------------- /Chapter05/Code/users.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/users.csv -------------------------------------------------------------------------------- /Chapter05/Code/users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Code/users.txt -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_01.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_02.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_03.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_04.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_05.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_06.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_07.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_08.png -------------------------------------------------------------------------------- /Chapter05/Pictures/7081EN_05_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter05/Pictures/7081EN_05_09.png -------------------------------------------------------------------------------- /Chapter06/7081EN_06.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/7081EN_06.docx -------------------------------------------------------------------------------- /Chapter06/Code/Configuring Mailbox Database Limits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Configuring Mailbox Database Limits.txt -------------------------------------------------------------------------------- /Chapter06/Code/DBs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/DBs.csv -------------------------------------------------------------------------------- /Chapter06/Code/Determining the Average Mailbox Size Per Database.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Determining the Average Mailbox Size Per Database.txt -------------------------------------------------------------------------------- /Chapter06/Code/Finding the Total Number of Mailboxes in a Database.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Finding the Total Number of Mailboxes in a Database.txt -------------------------------------------------------------------------------- /Chapter06/Code/Managing the Mailbox Databases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Managing the Mailbox Databases.txt -------------------------------------------------------------------------------- /Chapter06/Code/Moving Databases and Logs to Another Location.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Moving Databases and Logs to Another Location.txt -------------------------------------------------------------------------------- /Chapter06/Code/Reporting on Database Backup Status.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Reporting on Database Backup Status.txt -------------------------------------------------------------------------------- /Chapter06/Code/Reporting on Mailbox Database Size.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Reporting on Mailbox Database Size.txt -------------------------------------------------------------------------------- /Chapter06/Code/Restoring Data from a Recovery Database.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/Restoring Data from a Recovery Database.txt -------------------------------------------------------------------------------- /Chapter06/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Code/readme.txt -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_01.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_02.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_03.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_04.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_05.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_06.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_07.png -------------------------------------------------------------------------------- /Chapter06/Pictures/7081EN_06_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter06/Pictures/7081EN_06_08.png -------------------------------------------------------------------------------- /Chapter07/Code/Blocking Outlook Clients from Connecting to Exchange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Blocking Outlook Clients from Connecting to Exchange.txt -------------------------------------------------------------------------------- /Chapter07/Code/Controlling ActiveSync Device Access.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Controlling ActiveSync Device Access.txt -------------------------------------------------------------------------------- /Chapter07/Code/Managing ActiveSync, OWA, POP3, and IMAP4 Mailbox Settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Managing ActiveSync, OWA, POP3, and IMAP4 Mailbox Settings.txt -------------------------------------------------------------------------------- /Chapter07/Code/Managing Outlook Anywhere Settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Managing Outlook Anywhere Settings.txt -------------------------------------------------------------------------------- /Chapter07/Code/New-MailboxScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/New-MailboxScript.ps1 -------------------------------------------------------------------------------- /Chapter07/Code/Reporting on Active OWA and RPC Connections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Reporting on Active OWA and RPC Connections.txt -------------------------------------------------------------------------------- /Chapter07/Code/Reporting on ActiveSync Devices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Reporting on ActiveSync Devices.txt -------------------------------------------------------------------------------- /Chapter07/Code/Setting Internal and External CAS URLs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/Setting Internal and External CAS URLs.txt -------------------------------------------------------------------------------- /Chapter07/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter07/Code/readme.txt -------------------------------------------------------------------------------- /Chapter08/Chapter 08 - Managing Transport Servers - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter08/Chapter 08 - Managing Transport Servers - Code.txt -------------------------------------------------------------------------------- /Chapter09/Chapter 09 - Exchange Security - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter09/Chapter 09 - Exchange Security - Code.txt -------------------------------------------------------------------------------- /Chapter10/Chapter 10 - Compliance and Audit Logging - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter10/Chapter 10 - Compliance and Audit Logging - Code.txt -------------------------------------------------------------------------------- /Chapter11/Chapter 11 - High Availability - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter11/Chapter 11 - High Availability - Code.txt -------------------------------------------------------------------------------- /Chapter12/Chapter 12 - Monitoring Exchange Health - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter12/Chapter 12 - Monitoring Exchange Health - Code.txt -------------------------------------------------------------------------------- /Chapter13/7081EN_13.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/7081EN_13.docx -------------------------------------------------------------------------------- /Chapter13/Code/Archiving and conversation history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/Archiving and conversation history.txt -------------------------------------------------------------------------------- /Chapter13/Code/Configure high-resolution photos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/Configure high-resolution photos.txt -------------------------------------------------------------------------------- /Chapter13/Code/EXO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/EXO.txt -------------------------------------------------------------------------------- /Chapter13/Code/Integrate Skype for Business with OWA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/Integrate Skype for Business with OWA.txt -------------------------------------------------------------------------------- /Chapter13/Code/OAuth configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/OAuth configuration.txt -------------------------------------------------------------------------------- /Chapter13/Code/OOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/OOS.txt -------------------------------------------------------------------------------- /Chapter13/Code/Unified Contact Store.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/Unified Contact Store.txt -------------------------------------------------------------------------------- /Chapter13/Code/Validate HCW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Code/Validate HCW.txt -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_01.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_02.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_03.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_04.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_05.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_06.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_07.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_08.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_09.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_10.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_11.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_12.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_13.png -------------------------------------------------------------------------------- /Chapter13/Pictures/7081EN_13_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter13/Pictures/7081EN_13_14.png -------------------------------------------------------------------------------- /Chapter14/7081EN_14.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/7081EN_14.docx -------------------------------------------------------------------------------- /Chapter14/Code/Creating Calendar Items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Creating Calendar Items.txt -------------------------------------------------------------------------------- /Chapter14/Code/Deleting E-Mail Items from a Mailbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Deleting E-Mail Items from a Mailbox.txt -------------------------------------------------------------------------------- /Chapter14/Code/Exporting Attachments from a Mailbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Exporting Attachments from a Mailbox.txt -------------------------------------------------------------------------------- /Chapter14/Code/Getting Connected to EWS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Getting Connected to EWS.txt -------------------------------------------------------------------------------- /Chapter14/Code/Retrieving the Headers of an E-Mail Message.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Retrieving the Headers of an E-Mail Message.txt -------------------------------------------------------------------------------- /Chapter14/Code/Searching Mailboxes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Searching Mailboxes.txt -------------------------------------------------------------------------------- /Chapter14/Code/Sending E-Mail Messages with EWS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Sending E-Mail Messages with EWS.txt -------------------------------------------------------------------------------- /Chapter14/Code/Working with Impersonation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/Working with Impersonation.txt -------------------------------------------------------------------------------- /Chapter14/Code/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Code/readme.txt -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_01.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_02.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_03.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_04.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_05.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_06.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_07.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_08.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_09.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_10.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_11.png -------------------------------------------------------------------------------- /Chapter14/Pictures/7081EN_14_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter14/Pictures/7081EN_14_12.png -------------------------------------------------------------------------------- /Chapter16/Appendix B - Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/Chapter16/Appendix B - Code.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Microsoft-Exchange-Server-2016-PowerShell-Cookbook-Fourth-Edition/HEAD/README.md --------------------------------------------------------------------------------