Generate a csv report of the passwords
Get-DSPasswordsReport [-VaultID] <guid> [-OutputPath] <string> [<CommonParameters>]
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.
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'.
Output path (including file ending in .csv) of the generated report
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
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.
For more information, type "Get-Help Get-DSPasswordsReport -detailed". For technical information, type "Get-Help Get-DSPasswordsReport -full".