< Back

Export-AMHealthCheck

Sat Jan 11, 2020 2:10 am

NAME Export-AMHealthCheck



SYNOPSIS

Exports a health check against Automate Enterprise to a file.





SYNTAX

Export-AMHealthCheck [-HealthCheckResult] <Object> [-OutputPath] <Object> [[-OutputFormat] <Object>]

[<CommonParameters>]





DESCRIPTION

Export-AMHealthCheck exports Automate Enterprise health check results to a file.





PARAMETERS

-HealthCheckResult <Object>

The health check results to export



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OutputPath <Object>

The location to save the health check results



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OutputFormat <Object>

The format to save the health check results in: HTML, Word, Text, XML



Required? false

Position? 3

Default value HTML

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS