Skip to content

Latest commit

 

History

History
202 lines (155 loc) · 3.27 KB

Get-BwVaultItem.md

File metadata and controls

202 lines (155 loc) · 3.27 KB
external help file Module Name online version schema
BitwardenPS-help.xml
BitwardenPS
2.0.0

Get-BwVaultItem

SYNOPSIS

Gets Bitwarden Vault Items

SYNTAX

List (Default)

Get-BwVaultItem [-OrganizationId <Object>] [-Organization <Object>] [-CollectionId <Object>]
 [-Collection <Object>] [-FolderId <Object>] [-Search <Object>] [-Url <Object>] [-Trash] [<CommonParameters>]

Single

Get-BwVaultItem -Id <Object> [-AsCredential] [<CommonParameters>]

DESCRIPTION

Calls /list/object/items or /object/item/{id} to retrieve vault items

EXAMPLES

Example 1

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

{{ Add example description here }}

PARAMETERS

-Id

Item guid

Type: Object
Parameter Sets: Single
Aliases:

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

-AsCredential

Returns login property as credential object

Type: SwitchParameter
Parameter Sets: Single
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-OrganizationId

Organization Guid

Type: Object
Parameter Sets: List
Aliases:

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

-Organization

Name of organization

Type: Object
Parameter Sets: List
Aliases:

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

-CollectionId

Collection Guid

Type: Object
Parameter Sets: List
Aliases:

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

-Collection

Name of collection

Type: Object
Parameter Sets: List
Aliases:

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

-FolderId

Folder Guid

Type: Object
Parameter Sets: List
Aliases:

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

-Search

Search terms

Type: Object
Parameter Sets: List
Aliases:

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

-Url

Search for matching Urls

Type: Object
Parameter Sets: List
Aliases:

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

-Trash

Show deleted items

Type: SwitchParameter
Parameter Sets: List
Aliases:

Required: False
Position: Named
Default value: False
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/