TestimoX

API Reference

Command

Set-ADXReportOptions

Namespace ADPlayground.PowerShell

Sets global defaults for ADPlayground HTML reports.

Examples

Generated fallback example

Generated fallback example from command syntax.


Set-ADXReportOptions -LogoPath 'C:\Path'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Set-ADXReportOptions [-Author <string>] [-Description <string>] [-FooterText <string>] [-HeaderText <string>] [-LogoAltText <string>] [-LogoPath <string>] [-OpenInBrowser] [-OutputDirectory <string>] [-Reset] [-Subtitle <string>] [-Title <string>] [<CommonParameters>]
#

Parameters

Author string optionalposition: namedpipeline: false
Override the report author.
Description string optionalposition: namedpipeline: false
Override the report description.
FooterText string optionalposition: namedpipeline: false
Footer text (optional).
HeaderText string optionalposition: namedpipeline: false
Header text (optional).
LogoAltText string optionalposition: namedpipeline: false
Logo alt text (optional).
LogoPath string optionalposition: namedpipeline: false
Logo path for header branding (optional).
OpenInBrowser SwitchParameter optionalposition: namedpipeline: false
Open reports after generation (HTML in browser).
OutputDirectory string optionalposition: namedpipeline: false
Default output directory for exported reports.
Reset SwitchParameter optionalposition: namedpipeline: false
Reset defaults to built-in values.
Subtitle string optionalposition: namedpipeline: false
Override the report subtitle.
Title string optionalposition: namedpipeline: false
Override the report title.