Get-MSProjectionReport

Run the Projection Report as seen in the Client UI

Syntax


Get-MSProjectionReport -Module (String) -ReadinessTier (ReadinessTier) -DataSource (ReportDataSource) [-ItemsPerWeek (Int32)] [-LookAheadWeeks (Int32)] [-BatchSize (Int32)]

Examples


$ds = New-MSDataminingDataSource -All
$rdy = New-MSReadinessTier -Module Applications
$rpt = Get-MSProjectionReport -Module UserMigrations -ReadinessTier $rdy -DataSource $ds -ItemsPerWeek 25 -LookAheadWeeks 12