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

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 1
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-VaultID

Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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".

Devolutions Forum logo Give us Feedback