Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 1.59 KB

Get-BwVaultAttachment.md

File metadata and controls

90 lines (65 loc) · 1.59 KB
external help file Module Name online version schema
BitwardenPS-help.xml
BitwardenPS
2.0.0

Get-BwVaultAttachment

SYNOPSIS

Gets Bitwarden Vault Attachments

SYNTAX

Get-BwVaultAttachment [-Id] <Object> [-ItemId] <Object> [[-FilePath] <Object>] [<CommonParameters>]

DESCRIPTION

Calls Get /object/attachment/{id} to download attachments

EXAMPLES

Example 1

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

{{ Add example description here }}

PARAMETERS

-Id

Attachment id

Type: Object
Parameter Sets: (All)
Aliases:

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

-ItemId

Item Guid

Type: Object
Parameter Sets: (All)
Aliases:

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

-FilePath

Path to save file

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
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

OUTPUTS

NOTES

RELATED LINKS

https://bitwarden.com/help/vault-management-api/