Skip to content

Latest commit

 

History

History
105 lines (77 loc) · 2.44 KB

Save-DPAPIBlob.md

File metadata and controls

105 lines (77 loc) · 2.44 KB
external help file Module Name online version schema
DSInternals.PowerShell.dll-Help.xml
DSInternals
2.0.0

Save-DPAPIBlob

SYNOPSIS

Saves DPAPI and Credential Roaming data returned by the Get-ADReplBackupKey, Get-ADDBBackupKey, Get-ADReplAccount, Get-ADDBAccount and Get-ADSIAccount cmdlets to files for further processing.

SYNTAX

FromObject

Save-DPAPIBlob -DPAPIObject <DPAPIObject> [-DirectoryPath] <String> [<CommonParameters>]

FromAccount

Save-DPAPIBlob -Account <DSAccount> [-DirectoryPath] <String> [<CommonParameters>]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Account

Specifies an Active Directory account whose DPAPI-related attribute values will be exported to the target directory.

Type: DSAccount
Parameter Sets: FromAccount
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-DirectoryPath

Specifies the path to a target directory where the output file(s) will be saved.

Type: String
Parameter Sets: (All)
Aliases: Path, OutputPath

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DPAPIObject

Specifies a DPAPI object (e.g. Domain Backup Key or Master Key) that will be saved to the target directory.

Type: DPAPIObject
Parameter Sets: FromObject
Aliases: DPAPIBlob, Object, Blob, BackupKey

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

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

INPUTS

DSInternals.Common.Data.DPAPIObject

DSInternals.Common.Data.DSAccount

OUTPUTS

None

NOTES

RELATED LINKS

Get-ADDBBackupKey Get-ADReplBackupKey Get-LsaBackupKey Get-ADReplAccount Get-ADDBAccount