Closed
Description
Most of the reporting cmdlets like Get-MgReportOffice365ActiveUserDetail
support a parameter called -Period which is defined as being 'D7',' D30','D90', or 'D180'. In the PowerShell this manifest as a generic [string] parameter. I think this should be a type that is constrained/validated to the 4 strings that are actually acceptable.