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

Get-DSPasswordsReport

Synopsis

Generate a csv report of the passwords

Syntax

__AllParameterSets

Get-DSPasswordsReport [-VaultID] <guid> [-OutputPath] <string> [<CommonParameters>]

Description

Generate a csv report of the passwords. The report contains three value for each entry: the entry name, its group, and the password as plain text.

Examples

PS C:\> $vaultId = '12345678-1234-1234-1234-567812345678'
PC C:\> Get-DSPasswordsReport -VaultID $vaultId -OutputPath 'C:\my\path\filename.csv'

Generate a csv report of all the passwords in the vault whose id is '12345678-1234-1234-1234-567812345678'.

Parameters

-OutputPath

Output path (including file ending in .csv) of the generated report

-VaultID

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 Get-DSPasswordsReport -detailed". For technical information, type "Get-Help Get-DSPasswordsReport -full".

Last updated

Was this helpful?