Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.02 KB

Module_7_1.md

File metadata and controls

37 lines (23 loc) · 1.02 KB

MODULE 7 - PROTECT MICROSOFT EXCHANGE WORKLOADS

LESSON 1- REVIEW AND DISCOVER EXCHANGE DATABASES

Review the Exchange Infrastructure Sourec(es) and Assets

Get the Exchange Host

$ExchangeHost=Get-PPDMhosts -type APP_HOST -filter 'details.appHost.subTypes eq "MICROSOFT_EXCHANGE_DATABASE_SYSTEM" and name -eq "exchange.demo.local"'

Next, we do a Host Full Discovery

$ExchangeHost | Start-PPDMdiscoveries -level HOSTFULL -start hosts

Alt text

Monitor the Job with:

Get-PPDMactivities -PredefinedFilter SYSTEM_JOBS -filter 'name lk "%exchange%"#' -pageSize 1

Alt text

List the Exchange Assets for exchange.demo.local

Get-PPDMassets -type MICROSOFT_EXCHANGE_DATABASE  -filter 'details.database.clusterName eq "exchange.demo.local"' | ft

Alt text

<<Module 6 Lesson 2 This Concludes Module 7 Lesson 1 Module 7 Lesson 2>>