From 5fb0446d156e609a84a335fc234c8f16f5216cc0 Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Tue, 10 Dec 2024 13:32:44 +0000 Subject: [PATCH] Updated Resources and Cmdlet documentation pages --- .../user-guide/cmdlets/New-M365DSCReportFromConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |