For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export-RDMPasswordAnalyzerReport

Synopsis

Export an entry security analyzer report of the current workspace.

Syntax

__AllParameterSets

Export-RDMPasswordAnalyzerReport [-ReportType] <string> [-ExportType] <string> [-Path] <string>
 [[-Status] <ConnectionStatusFilter>] [-Private] [-ShowAllEntries] [-ShowPwnedPassword]
 [-ShowVPNAnalysis] [-Theme <Theme>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]

Description

Export an entry security analyzer report of the current workspace to the specfied path. The user must have access to the reports to use the command.

Examples

Example 1

PS C:\> Export-RDMPasswordAnalyzerReport -ExportType Html -Path C:\mypath\filename.html -Status Expired -Verbose

Export the Password Analyzer report in a html format at the location C:\mypath\filename.html. Only the connections with expired password will be include in the report. If the report does not contain an entry, a verbose message will indicates that the report is empty. In that case, the report will not be generated.

Example 2

Change the current workspace to AWorkspace and export the Password Analyzer report in a html format at the location C:\mypath\filenmae.html. The report will contain all connections, even those without a password, the VPN analysis, and will identified the compromised passwords.

Example 3

For all the workspaces, export the Password Analyzer report of the private vault in a html format in the directory C:\mypath\ where the file name will be the same as the workspace name. The initial current workspace will be set again as the current one.

Parameters

-ExportType

Specify the file type of the export. CSV, HTML and XLM are supported.

-ForcePromptAnswer

Switch to use with caution. It will automatically answer prompt asking yes/no, yes/no/cancel, or ok/cancel questions. In case of multiple prompts, multiple values can be passed to this parameter. Here are the accepted values:

  • Yes: Accept the prompt. Cover the OK and Automatic value.

  • No: Refuse the yes/no/cancel prompt. "Cancel" is the fallback option if there is no "No" option.

  • Cancel: Cancel the yes/no/cancel prompt. "No" is the fallback option if there is no "Cancel" option.

-Path

Path where the file will be the saved. Must end with:

"CSV: .csv", "HTML: .html", "XML: .xml"

-Private

The report will cover the list of available sessions from the user private vault.

-ReportType

Specify the report type to export. Only PasswordAnalyzer (Entry security analyzer) is supported for now.

-ShowAllEntries

Show also the entries without a password

-ShowPwnedPassword

Show the compromised (pwned) passwords

-ShowVPNAnalysis

Show the VPN analysis

-Status

Filter the connections based on their status. The filter "Default" keeps the connections whose status is not specified.

-Theme

Specify the theme of the report. If not specified, the RDM theme will be used.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help Export-RDMPasswordAnalyzerReport -detailed". For technical information, type "Get-Help Export-RDMPasswordAnalyzerReport -full".

Last updated

Was this helpful?