Export-AmsServerDiagnostics
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
This cmdlet is used to export diagnostic information that may be requested by Lithnet support
Export-AmsServerDiagnostics -File <String> [-Force] [<CommonParameters>]
PS C:\> Export-AmsServerDiagnostics -File c:\diagnostics.zip
This example exports the diagnostics to a file called `c:\diagnostics.zip`
The name and path of the export ZIP file to create
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Overwrites any existing output file without prompting for confirmation
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.