diff --git a/docs/docs/user-guide/cmdlets/New-M365DSCReportFromConfiguration.md b/docs/docs/user-guide/cmdlets/New-M365DSCReportFromConfiguration.md index 507fad21f2..5c67a55f34 100644 --- a/docs/docs/user-guide/cmdlets/New-M365DSCReportFromConfiguration.md +++ b/docs/docs/user-guide/cmdlets/New-M365DSCReportFromConfiguration.md @@ -13,7 +13,7 @@ This function does not generate any output. | Parameter | Required | DataType | Default Value | Allowed Values | Description | | --- | --- | --- | --- | --- | --- | -| Type | True | String | | Excel, HTML, JSON, Markdown | The type of report that should be created: Excel or HTML. | +| Type | True | String | | Excel, HTML, JSON, Markdown, CSV | The type of report that should be created: Excel or HTML. | | ConfigurationPath | True | String | | | The path to the exported DSC configuration that the report should be created for. | | OutputPath | True | String | | | The output path of the report. |