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

Get-DSPasswordsReport

Sintesi

Genera un report csv delle password

Sintassi

__AllParameterSets

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

Descrizione

Genera un report csv delle password. Il report contiene tre valori per ogni voce: il nome della voce, il suo gruppo e la password in testo normale.

Esempi

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

Genera un report csv di tutte le password nella cassaforte il cui id è '12345678-1234-1234-1234-567812345678'.

Parametri

-OutputPath

Percorso di output (incluso il file con estensione .csv) del report generato

-VaultID

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, veda about_CommonParameters.

Note

Per maggiori informazioni, digiti "Get-Help Get-DSPasswordsReport -detailed". Per informazioni tecniche, digiti "Get-Help Get-DSPasswordsReport -full".

Ultimo aggiornamento

È stato utile?