Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 948 Bytes

Get-IntuneMDMDiagReport.md

File metadata and controls

53 lines (39 loc) · 948 Bytes
external help file Module Name online version schema
IntuneEndpointTools-help.xml
IntuneEndpointTools
2.0.0

Get-IntuneMDMDiagReport

SYNOPSIS

Export and open the MDM Diagnostic HTML report file

SYNTAX

Get-IntuneMDMDiagReport [[-OutputFolder] <String>]

DESCRIPTION

Export and open the MDM Diagnostic HTML report file by calling the MDMDiagnosticsTool. Exported report will include device and policy details.

EXAMPLES

Example 1

PS C:\> Get-IntuneMDMDiagReport

PARAMETERS

-OutputFolder

Folder path where diagnostic report should be saved. Default location is C:\IntuneDiagnostics

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS