diff --git a/.gitignore b/.gitignore index a9b5493..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -Output\ \ No newline at end of file diff --git a/Bitwarden/Bitwarden.psd1 b/BitwardenPS/BitwardenPS.psd1 similarity index 98% rename from Bitwarden/Bitwarden.psd1 rename to BitwardenPS/BitwardenPS.psd1 index ea37fcf..117ca70 100644 --- a/Bitwarden/Bitwarden.psd1 +++ b/BitwardenPS/BitwardenPS.psd1 @@ -9,7 +9,7 @@ @{ # Script module or binary module file associated with this manifest. - RootModule = 'Bitwarden.psm1' + RootModule = 'BitwardenPS.psm1' # Version number of this module. ModuleVersion = '1.0.0.0' diff --git a/Bitwarden/Bitwarden.psm1 b/BitwardenPS/BitwardenPS.psm1 similarity index 100% rename from Bitwarden/Bitwarden.psm1 rename to BitwardenPS/BitwardenPS.psm1 diff --git a/Bitwarden/Private/Invoke/Invoke-PublicApi.ps1 b/BitwardenPS/Private/Invoke/Invoke-PublicApi.ps1 similarity index 100% rename from Bitwarden/Private/Invoke/Invoke-PublicApi.ps1 rename to BitwardenPS/Private/Invoke/Invoke-PublicApi.ps1 diff --git a/Bitwarden/Private/Invoke/Invoke-VaultApi.ps1 b/BitwardenPS/Private/Invoke/Invoke-VaultApi.ps1 similarity index 100% rename from Bitwarden/Private/Invoke/Invoke-VaultApi.ps1 rename to BitwardenPS/Private/Invoke/Invoke-VaultApi.ps1 diff --git a/Bitwarden/Private/Invoke/Invoke-VaultCli.ps1 b/BitwardenPS/Private/Invoke/Invoke-VaultCli.ps1 similarity index 100% rename from Bitwarden/Private/Invoke/Invoke-VaultCli.ps1 rename to BitwardenPS/Private/Invoke/Invoke-VaultCli.ps1 diff --git a/Bitwarden/Public/Public API/Collections/Get-PublicCollections.ps1 b/BitwardenPS/Public/Public API/Collections/Get-PublicCollections.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Collections/Get-PublicCollections.ps1 rename to BitwardenPS/Public/Public API/Collections/Get-PublicCollections.ps1 diff --git a/Bitwarden/Public/Public API/Connect/Connect-PublicApi.ps1 b/BitwardenPS/Public/Public API/Connect/Connect-PublicApi.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Connect/Connect-PublicApi.ps1 rename to BitwardenPS/Public/Public API/Connect/Connect-PublicApi.ps1 diff --git a/Bitwarden/Public/Public API/Events/Get-PublicEvents.ps1 b/BitwardenPS/Public/Public API/Events/Get-PublicEvents.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Events/Get-PublicEvents.ps1 rename to BitwardenPS/Public/Public API/Events/Get-PublicEvents.ps1 diff --git a/Bitwarden/Public/Public API/Groups/Get-PublicGroupMemberIds.ps1 b/BitwardenPS/Public/Public API/Groups/Get-PublicGroupMemberIds.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Groups/Get-PublicGroupMemberIds.ps1 rename to BitwardenPS/Public/Public API/Groups/Get-PublicGroupMemberIds.ps1 diff --git a/Bitwarden/Public/Public API/Groups/Get-PublicGroups.ps1 b/BitwardenPS/Public/Public API/Groups/Get-PublicGroups.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Groups/Get-PublicGroups.ps1 rename to BitwardenPS/Public/Public API/Groups/Get-PublicGroups.ps1 diff --git a/Bitwarden/Public/Public API/Members/Get-PublicMemberGroupIds.ps1 b/BitwardenPS/Public/Public API/Members/Get-PublicMemberGroupIds.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Members/Get-PublicMemberGroupIds.ps1 rename to BitwardenPS/Public/Public API/Members/Get-PublicMemberGroupIds.ps1 diff --git a/Bitwarden/Public/Public API/Members/Get-PublicMembers.ps1 b/BitwardenPS/Public/Public API/Members/Get-PublicMembers.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Members/Get-PublicMembers.ps1 rename to BitwardenPS/Public/Public API/Members/Get-PublicMembers.ps1 diff --git a/Bitwarden/Public/Public API/Members/Send-PublicMemberInvite.ps1 b/BitwardenPS/Public/Public API/Members/Send-PublicMemberInvite.ps1 similarity index 100% rename from Bitwarden/Public/Public API/Members/Send-PublicMemberInvite.ps1 rename to BitwardenPS/Public/Public API/Members/Send-PublicMemberInvite.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultAttachment.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultAttachment.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultAttachment.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultAttachment.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemNotes.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemNotes.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemNotes.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemNotes.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemPassword.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemPassword.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemPassword.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemPassword.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemPwExposed.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemPwExposed.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemPwExposed.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemPwExposed.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemTotp.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemTotp.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemTotp.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemTotp.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemUri.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemUri.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemUri.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemUri.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemUsername.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemUsername.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Get-VaultItemUsername.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Get-VaultItemUsername.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/New-VaultAttachment.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/New-VaultAttachment.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/New-VaultAttachment.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/New-VaultAttachment.ps1 diff --git a/Bitwarden/Public/Vault API/Attachments & Fields/Remove-VaultAttachment.ps1 b/BitwardenPS/Public/Vault API/Attachments & Fields/Remove-VaultAttachment.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Attachments & Fields/Remove-VaultAttachment.ps1 rename to BitwardenPS/Public/Vault API/Attachments & Fields/Remove-VaultAttachment.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Confirm-VaultOrgMember.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Confirm-VaultOrgMember.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Confirm-VaultOrgMember.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Confirm-VaultOrgMember.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultCollections.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultCollections.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultCollections.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultCollections.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultOrgCollection.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultOrgCollection.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultOrgCollection.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultOrgCollection.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultOrgMembers.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultOrgMembers.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultOrgMembers.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultOrgMembers.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultOrgs.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultOrgs.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Get-VaultOrgs.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Get-VaultOrgs.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Move-VaultItemToCollection.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Move-VaultItemToCollection.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Move-VaultItemToCollection.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Move-VaultItemToCollection.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/New-VaultOrgCollection.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/New-VaultOrgCollection.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/New-VaultOrgCollection.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/New-VaultOrgCollection.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Remove-VaultOrgCollection.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Remove-VaultOrgCollection.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Remove-VaultOrgCollection.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Remove-VaultOrgCollection.ps1 diff --git a/Bitwarden/Public/Vault API/Collections & Organizations/Update-VaultOrgCollection.ps1 b/BitwardenPS/Public/Vault API/Collections & Organizations/Update-VaultOrgCollection.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Collections & Organizations/Update-VaultOrgCollection.ps1 rename to BitwardenPS/Public/Vault API/Collections & Organizations/Update-VaultOrgCollection.ps1 diff --git a/Bitwarden/Public/Vault API/Folders/Get-VaultFolder.ps1 b/BitwardenPS/Public/Vault API/Folders/Get-VaultFolder.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Folders/Get-VaultFolder.ps1 rename to BitwardenPS/Public/Vault API/Folders/Get-VaultFolder.ps1 diff --git a/Bitwarden/Public/Vault API/Folders/Remove-VaultFolder.ps1 b/BitwardenPS/Public/Vault API/Folders/Remove-VaultFolder.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Folders/Remove-VaultFolder.ps1 rename to BitwardenPS/Public/Vault API/Folders/Remove-VaultFolder.ps1 diff --git a/Bitwarden/Public/Vault API/Folders/Update-VaultFolder.ps1 b/BitwardenPS/Public/Vault API/Folders/Update-VaultFolder.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Folders/Update-VaultFolder.ps1 rename to BitwardenPS/Public/Vault API/Folders/Update-VaultFolder.ps1 diff --git a/Bitwarden/Public/Vault API/Items/Get-VaultItem.ps1 b/BitwardenPS/Public/Vault API/Items/Get-VaultItem.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Items/Get-VaultItem.ps1 rename to BitwardenPS/Public/Vault API/Items/Get-VaultItem.ps1 diff --git a/Bitwarden/Public/Vault API/Items/New-VaultItem.ps1 b/BitwardenPS/Public/Vault API/Items/New-VaultItem.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Items/New-VaultItem.ps1 rename to BitwardenPS/Public/Vault API/Items/New-VaultItem.ps1 diff --git a/Bitwarden/Public/Vault API/Items/Remove-VaultItem.ps1 b/BitwardenPS/Public/Vault API/Items/Remove-VaultItem.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Items/Remove-VaultItem.ps1 rename to BitwardenPS/Public/Vault API/Items/Remove-VaultItem.ps1 diff --git a/Bitwarden/Public/Vault API/Items/Restore-VaultItem.ps1 b/BitwardenPS/Public/Vault API/Items/Restore-VaultItem.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Items/Restore-VaultItem.ps1 rename to BitwardenPS/Public/Vault API/Items/Restore-VaultItem.ps1 diff --git a/Bitwarden/Public/Vault API/Items/Update-VaultItem.ps1 b/BitwardenPS/Public/Vault API/Items/Update-VaultItem.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Items/Update-VaultItem.ps1 rename to BitwardenPS/Public/Vault API/Items/Update-VaultItem.ps1 diff --git a/Bitwarden/Public/Vault API/Lock & Unlock/Lock-Vault.ps1 b/BitwardenPS/Public/Vault API/Lock & Unlock/Lock-Vault.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Lock & Unlock/Lock-Vault.ps1 rename to BitwardenPS/Public/Vault API/Lock & Unlock/Lock-Vault.ps1 diff --git a/Bitwarden/Public/Vault API/Lock & Unlock/Unlock-Vault.ps1 b/BitwardenPS/Public/Vault API/Lock & Unlock/Unlock-Vault.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Lock & Unlock/Unlock-Vault.ps1 rename to BitwardenPS/Public/Vault API/Lock & Unlock/Unlock-Vault.ps1 diff --git a/Bitwarden/Public/Vault API/Miscellaneous/Get-VaultStatus.ps1 b/BitwardenPS/Public/Vault API/Miscellaneous/Get-VaultStatus.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Miscellaneous/Get-VaultStatus.ps1 rename to BitwardenPS/Public/Vault API/Miscellaneous/Get-VaultStatus.ps1 diff --git a/Bitwarden/Public/Vault API/Miscellaneous/Get-VaultTemplate.ps1 b/BitwardenPS/Public/Vault API/Miscellaneous/Get-VaultTemplate.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Miscellaneous/Get-VaultTemplate.ps1 rename to BitwardenPS/Public/Vault API/Miscellaneous/Get-VaultTemplate.ps1 diff --git a/Bitwarden/Public/Vault API/Miscellaneous/New-Password.ps1 b/BitwardenPS/Public/Vault API/Miscellaneous/New-Password.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Miscellaneous/New-Password.ps1 rename to BitwardenPS/Public/Vault API/Miscellaneous/New-Password.ps1 diff --git a/Bitwarden/Public/Vault API/Miscellaneous/Sync-Vault.ps1 b/BitwardenPS/Public/Vault API/Miscellaneous/Sync-Vault.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Miscellaneous/Sync-Vault.ps1 rename to BitwardenPS/Public/Vault API/Miscellaneous/Sync-Vault.ps1 diff --git a/Bitwarden/Public/Vault API/REST/Start-RestServer.ps1 b/BitwardenPS/Public/Vault API/REST/Start-RestServer.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/REST/Start-RestServer.ps1 rename to BitwardenPS/Public/Vault API/REST/Start-RestServer.ps1 diff --git a/Bitwarden/Public/Vault API/REST/Stop-RestServer.ps1 b/BitwardenPS/Public/Vault API/REST/Stop-RestServer.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/REST/Stop-RestServer.ps1 rename to BitwardenPS/Public/Vault API/REST/Stop-RestServer.ps1 diff --git a/Bitwarden/Public/Vault API/Send/Get-Send.ps1 b/BitwardenPS/Public/Vault API/Send/Get-Send.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Send/Get-Send.ps1 rename to BitwardenPS/Public/Vault API/Send/Get-Send.ps1 diff --git a/Bitwarden/Public/Vault API/Send/New-Send.ps1 b/BitwardenPS/Public/Vault API/Send/New-Send.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Send/New-Send.ps1 rename to BitwardenPS/Public/Vault API/Send/New-Send.ps1 diff --git a/Bitwarden/Public/Vault API/Send/Remove-Send.ps1 b/BitwardenPS/Public/Vault API/Send/Remove-Send.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Send/Remove-Send.ps1 rename to BitwardenPS/Public/Vault API/Send/Remove-Send.ps1 diff --git a/Bitwarden/Public/Vault API/Send/Update-Send.ps1 b/BitwardenPS/Public/Vault API/Send/Update-Send.ps1 similarity index 100% rename from Bitwarden/Public/Vault API/Send/Update-Send.ps1 rename to BitwardenPS/Public/Vault API/Send/Update-Send.ps1 diff --git a/Docs/Confirm-BwVaultOrgMember.md b/Docs/Confirm-BwVaultOrgMember.md new file mode 100644 index 0000000..817b4a2 --- /dev/null +++ b/Docs/Confirm-BwVaultOrgMember.md @@ -0,0 +1,75 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Confirm-BwVaultOrgMember + +## SYNOPSIS +Gets Bitwarden Vault Org Collections + +## SYNTAX + +``` +Confirm-BwVaultOrgMember [-Id] [-OrganizationId] [] +``` + +## DESCRIPTION +Calls /list/object/org-members + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Guid of Org Member + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +Guid of Organization + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Connect-BwPublicApi.md b/Docs/Connect-BwPublicApi.md index edb4d6a..3ae3a18 100644 --- a/Docs/Connect-BwPublicApi.md +++ b/Docs/Connect-BwPublicApi.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwPublicCollections.md b/Docs/Get-BwPublicCollections.md index 92d8fce..d838b7f 100644 --- a/Docs/Get-BwPublicCollections.md +++ b/Docs/Get-BwPublicCollections.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwPublicEvents.md b/Docs/Get-BwPublicEvents.md index 5e5d564..c4d8e92 100644 --- a/Docs/Get-BwPublicEvents.md +++ b/Docs/Get-BwPublicEvents.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwPublicGroupMemberIds.md b/Docs/Get-BwPublicGroupMemberIds.md index 8d8d95e..4f1ef27 100644 --- a/Docs/Get-BwPublicGroupMemberIds.md +++ b/Docs/Get-BwPublicGroupMemberIds.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwPublicGroups.md b/Docs/Get-BwPublicGroups.md index bd2c551..8ff2d93 100644 --- a/Docs/Get-BwPublicGroups.md +++ b/Docs/Get-BwPublicGroups.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwPublicMemberGroupIds.md b/Docs/Get-BwPublicMemberGroupIds.md index 86e58af..9b29516 100644 --- a/Docs/Get-BwPublicMemberGroupIds.md +++ b/Docs/Get-BwPublicMemberGroupIds.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwPublicMembers.md b/Docs/Get-BwPublicMembers.md index 6d5be05..0b8ac7f 100644 --- a/Docs/Get-BwPublicMembers.md +++ b/Docs/Get-BwPublicMembers.md @@ -1,7 +1,7 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden -online version: +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwSend.md b/Docs/Get-BwSend.md new file mode 100644 index 0000000..e02abe7 --- /dev/null +++ b/Docs/Get-BwSend.md @@ -0,0 +1,81 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwSend + +## SYNOPSIS +Gets Bitwarden Sends + +## SYNTAX + +### List (Default) +``` +Get-BwSend [-Search ] [] +``` + +### Single +``` +Get-BwSend -Id [] +``` + +## DESCRIPTION +Calls /list/object/send or /object/send/{id} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Guid of Collection + +```yaml +Type: Object +Parameter Sets: Single +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search parameters + +```yaml +Type: Object +Parameter Sets: List +Aliases: + +Required: False +Position: Named +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultAttachment.md b/Docs/Get-BwVaultAttachment.md new file mode 100644 index 0000000..d1a30dd --- /dev/null +++ b/Docs/Get-BwVaultAttachment.md @@ -0,0 +1,90 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultAttachment + +## SYNOPSIS +Gets Bitwarden Vault Attachments + +## SYNTAX + +``` +Get-BwVaultAttachment [-Id] [-ItemId] [[-FilePath] ] [] +``` + +## DESCRIPTION +Calls Get /object/attachment/{id} to download attachments + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Attachment id + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ItemId +Item Guid + +```yaml +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 + +```yaml +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultCollections.md b/Docs/Get-BwVaultCollections.md new file mode 100644 index 0000000..d5bb08d --- /dev/null +++ b/Docs/Get-BwVaultCollections.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultCollections + +## SYNOPSIS +Gets Bitwarden Vault Collections + +## SYNTAX + +``` +Get-BwVaultCollections [[-Search] ] [] +``` + +## DESCRIPTION +Calls /list/object/collections + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Search +Organization name to search for + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: False +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultFolder.md b/Docs/Get-BwVaultFolder.md new file mode 100644 index 0000000..3a85d7a --- /dev/null +++ b/Docs/Get-BwVaultFolder.md @@ -0,0 +1,81 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultFolder + +## SYNOPSIS +Gets Bitwarden Vault Folder + +## SYNTAX + +### List (Default) +``` +Get-BwVaultFolder [-Search ] [] +``` + +### Single +``` +Get-BwVaultFolder -Id [] +``` + +## DESCRIPTION +Calls /list/object/folders or /object/folder/{id} to retrieve vault folders + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Folder guid + +```yaml +Type: Object +Parameter Sets: Single +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search terms + +```yaml +Type: Object +Parameter Sets: List +Aliases: + +Required: False +Position: Named +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultItem.md b/Docs/Get-BwVaultItem.md index 37b9cd0..8b80232 100644 --- a/Docs/Get-BwVaultItem.md +++ b/Docs/Get-BwVaultItem.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwVaultItemNotes.md b/Docs/Get-BwVaultItemNotes.md new file mode 100644 index 0000000..0548c61 --- /dev/null +++ b/Docs/Get-BwVaultItemNotes.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultItemNotes + +## SYNOPSIS +Returns Notes of a vault item + +## SYNTAX + +``` +Get-BwVaultItemNotes [-Id] [] +``` + +## DESCRIPTION +Calls /object/notes/{id} endpoint to retrieve notes + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultItemPassword.md b/Docs/Get-BwVaultItemPassword.md new file mode 100644 index 0000000..147f764 --- /dev/null +++ b/Docs/Get-BwVaultItemPassword.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultItemPassword + +## SYNOPSIS +Returns password of a vault item + +## SYNTAX + +``` +Get-BwVaultItemPassword [-Id] [] +``` + +## DESCRIPTION +Calls /object/password/{id} endpoint to retrieve password + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultItemPwExposed.md b/Docs/Get-BwVaultItemPwExposed.md new file mode 100644 index 0000000..f7fa335 --- /dev/null +++ b/Docs/Get-BwVaultItemPwExposed.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultItemPwExposed + +## SYNOPSIS +Returns count of times a vault item password has been exposed + +## SYNTAX + +``` +Get-BwVaultItemPwExposed [-Id] [] +``` + +## DESCRIPTION +Calls /object/exposed/{id} endpoint to retrieve count + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultItemTotp.md b/Docs/Get-BwVaultItemTotp.md new file mode 100644 index 0000000..9fede7c --- /dev/null +++ b/Docs/Get-BwVaultItemTotp.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultItemTotp + +## SYNOPSIS +Returns TOTP of a vault item + +## SYNTAX + +``` +Get-BwVaultItemTotp [-Id] [] +``` + +## DESCRIPTION +Calls /object/totp/{id} endpoint to retrieve TOTP + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultItemUri.md b/Docs/Get-BwVaultItemUri.md new file mode 100644 index 0000000..0b44d0e --- /dev/null +++ b/Docs/Get-BwVaultItemUri.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultItemUri + +## SYNOPSIS +Returns URI of a vault item + +## SYNTAX + +``` +Get-BwVaultItemUri [-Id] [] +``` + +## DESCRIPTION +Calls /object/uri/{id} endpoint to retrieve URI + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultItemUsername.md b/Docs/Get-BwVaultItemUsername.md new file mode 100644 index 0000000..e1a5bfa --- /dev/null +++ b/Docs/Get-BwVaultItemUsername.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultItemUsername + +## SYNOPSIS +Returns username of a vault item + +## SYNTAX + +``` +Get-BwVaultItemUsername [-Id] [] +``` + +## DESCRIPTION +Calls /object/username/{id} endpoint to retrieve username + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultOrgCollection.md b/Docs/Get-BwVaultOrgCollection.md new file mode 100644 index 0000000..5359830 --- /dev/null +++ b/Docs/Get-BwVaultOrgCollection.md @@ -0,0 +1,96 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultOrgCollection + +## SYNOPSIS +Gets Bitwarden Vault Org Collections + +## SYNTAX + +### List (Default) +``` +Get-BwVaultOrgCollection -OrganizationId [-Search ] [] +``` + +### Single +``` +Get-BwVaultOrgCollection -Id -OrganizationId [] +``` + +## DESCRIPTION +Calls /list/object/org-collections or /object/org-collection/{id} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Guid of Collection + +```yaml +Type: Object +Parameter Sets: Single +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +Guid of Organization + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search parameters + +```yaml +Type: Object +Parameter Sets: List +Aliases: + +Required: False +Position: Named +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultOrgMembers.md b/Docs/Get-BwVaultOrgMembers.md new file mode 100644 index 0000000..dc13cf8 --- /dev/null +++ b/Docs/Get-BwVaultOrgMembers.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultOrgMembers + +## SYNOPSIS +Gets Bitwarden Vault Org Collections + +## SYNTAX + +``` +Get-BwVaultOrgMembers [-OrganizationId] [] +``` + +## DESCRIPTION +Calls /list/object/org-members + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -OrganizationId +Guid of Organization + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultOrgs.md b/Docs/Get-BwVaultOrgs.md new file mode 100644 index 0000000..9d94e3b --- /dev/null +++ b/Docs/Get-BwVaultOrgs.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Get-BwVaultOrgs + +## SYNOPSIS +Gets Bitwarden Vault Organizations + +## SYNTAX + +``` +Get-BwVaultOrgs [[-Search] ] [] +``` + +## DESCRIPTION +Calls /list/object/organizations + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Search +Organization name to search for + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: False +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Get-BwVaultStatus.md b/Docs/Get-BwVaultStatus.md index f710b5a..eb8d55a 100644 --- a/Docs/Get-BwVaultStatus.md +++ b/Docs/Get-BwVaultStatus.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Get-BwVaultTemplate.md b/Docs/Get-BwVaultTemplate.md index 4750ff9..c81b168 100644 --- a/Docs/Get-BwVaultTemplate.md +++ b/Docs/Get-BwVaultTemplate.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Lock-BwVault.md b/Docs/Lock-BwVault.md index d61f5d9..253597c 100644 --- a/Docs/Lock-BwVault.md +++ b/Docs/Lock-BwVault.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Move-BwVaultItemToCollection.md b/Docs/Move-BwVaultItemToCollection.md new file mode 100644 index 0000000..b71d3db --- /dev/null +++ b/Docs/Move-BwVaultItemToCollection.md @@ -0,0 +1,91 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Move-BwVaultItemToCollection + +## SYNOPSIS +Moves Bitwarden Vault Item to Collection + +## SYNTAX + +``` +Move-BwVaultItemToCollection [-ItemId] [-OrganizationId] [-CollectionIds] + [] +``` + +## DESCRIPTION +Calls /move/{itemid}/{organizationid} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ItemId +Guid of Item + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +Guid of Organization + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CollectionIds +List of CollectionIds + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: + +Required: True +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/New-BwPassword.md b/Docs/New-BwPassword.md index 1c2fc60..b06ba8c 100644 --- a/Docs/New-BwPassword.md +++ b/Docs/New-BwPassword.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/New-BwSend.md b/Docs/New-BwSend.md new file mode 100644 index 0000000..86c49da --- /dev/null +++ b/Docs/New-BwSend.md @@ -0,0 +1,187 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# New-BwSend + +## SYNOPSIS +Creates Bitwarden Send + +## SYNTAX + +### SendParams (Default) +``` +New-BwSend -Name [-Notes ] [-SendPass ] -Text [-Days ] + [-MaxAccessCount ] [-HideText] [-HideEmail] [] +``` + +### FullObject +``` +New-BwSend -Send [] +``` + +## DESCRIPTION +Calls POST /object/send to create a new send + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Name +{{ Fill Name Description }} + +```yaml +Type: Object +Parameter Sets: SendParams +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Notes +{{ Fill Notes Description }} + +```yaml +Type: Object +Parameter Sets: SendParams +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SendPass +{{ Fill SendPass Description }} + +```yaml +Type: Object +Parameter Sets: SendParams +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Text +{{ Fill Text Description }} + +```yaml +Type: Object +Parameter Sets: SendParams +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Days +{{ Fill Days Description }} + +```yaml +Type: Int32 +Parameter Sets: SendParams +Aliases: + +Required: False +Position: Named +Default value: 7 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MaxAccessCount +{{ Fill MaxAccessCount Description }} + +```yaml +Type: Int32 +Parameter Sets: SendParams +Aliases: + +Required: False +Position: Named +Default value: 3 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HideText +{{ Fill HideText Description }} + +```yaml +Type: SwitchParameter +Parameter Sets: SendParams +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HideEmail +{{ Fill HideEmail Description }} + +```yaml +Type: SwitchParameter +Parameter Sets: SendParams +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Send +{{ Fill Send Description }} + +```yaml +Type: Object +Parameter Sets: FullObject +Aliases: + +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/New-BwVaultAttachment.md b/Docs/New-BwVaultAttachment.md index 5011f48..fbf13d3 100644 --- a/Docs/New-BwVaultAttachment.md +++ b/Docs/New-BwVaultAttachment.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/New-BwVaultItem.md b/Docs/New-BwVaultItem.md index 2f04c25..be17f67 100644 --- a/Docs/New-BwVaultItem.md +++ b/Docs/New-BwVaultItem.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/New-BwVaultOrgCollection.md b/Docs/New-BwVaultOrgCollection.md new file mode 100644 index 0000000..dceedb6 --- /dev/null +++ b/Docs/New-BwVaultOrgCollection.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# New-BwVaultOrgCollection + +## SYNOPSIS +Creates Bitwarden Vault Org Collections + +## SYNTAX + +``` +New-BwVaultOrgCollection [-OrgCollection] [] +``` + +## DESCRIPTION +Calls POST /object/org-collection to create new org collections + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -OrgCollection +Full item object in pscustoobject or json format + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Remove-BwSend.md b/Docs/Remove-BwSend.md new file mode 100644 index 0000000..02477df --- /dev/null +++ b/Docs/Remove-BwSend.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Remove-BwSend + +## SYNOPSIS +Deletes Bitwarden Send + +## SYNTAX + +``` +Remove-BwSend [-Id] [] +``` + +## DESCRIPTION +Calls DELETE /object/send/{id} to move items to the trash + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Send guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Remove-BwVaultAttachment.md b/Docs/Remove-BwVaultAttachment.md new file mode 100644 index 0000000..86c4133 --- /dev/null +++ b/Docs/Remove-BwVaultAttachment.md @@ -0,0 +1,75 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Remove-BwVaultAttachment + +## SYNOPSIS +Deletes Bitwarden Vault Attachments + +## SYNTAX + +``` +Remove-BwVaultAttachment [-Id] [-ItemId] [] +``` + +## DESCRIPTION +Calls DELETE /object/item/{id} to move items to the trash + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Attachment id + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ItemId +Item Guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Remove-BwVaultFolder.md b/Docs/Remove-BwVaultFolder.md new file mode 100644 index 0000000..f1f3cc9 --- /dev/null +++ b/Docs/Remove-BwVaultFolder.md @@ -0,0 +1,60 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Remove-BwVaultFolder + +## SYNOPSIS +Deletes Bitwarden Vault Folder + +## SYNTAX + +``` +Remove-BwVaultFolder [-Id] [] +``` + +## DESCRIPTION +Calls DELETE /object/item/{id} to move items to the trash + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Remove-BwVaultItem.md b/Docs/Remove-BwVaultItem.md index 53b789b..94b5cd6 100644 --- a/Docs/Remove-BwVaultItem.md +++ b/Docs/Remove-BwVaultItem.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Remove-BwVaultOrgCollection.md b/Docs/Remove-BwVaultOrgCollection.md new file mode 100644 index 0000000..8ba554d --- /dev/null +++ b/Docs/Remove-BwVaultOrgCollection.md @@ -0,0 +1,75 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Remove-BwVaultOrgCollection + +## SYNOPSIS +Deletes Bitwarden Org Collections Items + +## SYNTAX + +``` +Remove-BwVaultOrgCollection [-Id] [-OrganizationId] [] +``` + +## DESCRIPTION +Calls DELETE /object/org-collection/{id} to move organization collections to the trash, this does not delete the items inside + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +OrgCollection guid + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +{{ Fill OrganizationId Description }} + +```yaml +Type: Object +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Restore-BwVaultItem.md b/Docs/Restore-BwVaultItem.md index 2550e32..e68cabd 100644 --- a/Docs/Restore-BwVaultItem.md +++ b/Docs/Restore-BwVaultItem.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Send-BwPublicMemberInvite.md b/Docs/Send-BwPublicMemberInvite.md index 115f9a8..24ab2f4 100644 --- a/Docs/Send-BwPublicMemberInvite.md +++ b/Docs/Send-BwPublicMemberInvite.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Start-BwRestServer.md b/Docs/Start-BwRestServer.md index 38df22d..92dc518 100644 --- a/Docs/Start-BwRestServer.md +++ b/Docs/Start-BwRestServer.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/cli/#serve schema: 2.0.0 --- diff --git a/Docs/Stop-BwRestServer.md b/Docs/Stop-BwRestServer.md index a8a92ae..da49f34 100644 --- a/Docs/Stop-BwRestServer.md +++ b/Docs/Stop-BwRestServer.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/cli/#serve schema: 2.0.0 --- diff --git a/Docs/Sync-BwVault.md b/Docs/Sync-BwVault.md index e38812c..e390fa0 100644 --- a/Docs/Sync-BwVault.md +++ b/Docs/Sync-BwVault.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Unlock-BwVault.md b/Docs/Unlock-BwVault.md index 7984761..55952d8 100644 --- a/Docs/Unlock-BwVault.md +++ b/Docs/Unlock-BwVault.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Update-BwSend.md b/Docs/Update-BwSend.md new file mode 100644 index 0000000..bab5880 --- /dev/null +++ b/Docs/Update-BwSend.md @@ -0,0 +1,93 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Update-BwSend + +## SYNOPSIS +Updates Bitwarden Send + +## SYNTAX + +### BodyUpdate (Default) +``` +Update-BwSend -Id [-Send ] [] +``` + +### FullObject +``` +Update-BwSend [-Send ] [] +``` + +## DESCRIPTION +PUT /object/send/{id} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Send guid + +```yaml +Type: Object +Parameter Sets: BodyUpdate +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Send +Full Send object in pscustoobject or json format + +```yaml +Type: Object +Parameter Sets: BodyUpdate +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +```yaml +Type: Object +Parameter Sets: FullObject +Aliases: + +Required: False +Position: Named +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Docs/Update-BwVaultItem.md b/Docs/Update-BwVaultItem.md index 1e730c9..4e08d80 100644 --- a/Docs/Update-BwVaultItem.md +++ b/Docs/Update-BwVaultItem.md @@ -1,6 +1,6 @@ --- -external help file: Bitwarden-help.xml -Module Name: Bitwarden +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS online version: https://bitwarden.com/help/vault-management-api/ schema: 2.0.0 --- diff --git a/Docs/Update-BwVaultOrgCollection.md b/Docs/Update-BwVaultOrgCollection.md new file mode 100644 index 0000000..5b068b9 --- /dev/null +++ b/Docs/Update-BwVaultOrgCollection.md @@ -0,0 +1,93 @@ +--- +external help file: BitwardenPS-help.xml +Module Name: BitwardenPS +online version: https://bitwarden.com/help/vault-management-api/ +schema: 2.0.0 +--- + +# Update-BwVaultOrgCollection + +## SYNOPSIS +Updates Bitwarden Vault Items + +## SYNTAX + +### BodyUpdate (Default) +``` +Update-BwVaultOrgCollection -Id [-OrgCollection ] [] +``` + +### FullObject +``` +Update-BwVaultOrgCollection [-OrgCollection ] [] +``` + +## DESCRIPTION +PUT /object/item/{id} + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Id +Item guid + +```yaml +Type: Object +Parameter Sets: BodyUpdate +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrgCollection +{{ Fill OrgCollection Description }} + +```yaml +Type: Object +Parameter Sets: BodyUpdate +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +```yaml +Type: Object +Parameter Sets: FullObject +Aliases: + +Required: False +Position: Named +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS + +[https://bitwarden.com/help/vault-management-api/](https://bitwarden.com/help/vault-management-api/) + diff --git a/Output/Bitwarden/Bitwarden.psd1 b/Output/BitwardenPS/BitwardenPS.psd1 similarity index 97% rename from Output/Bitwarden/Bitwarden.psd1 rename to Output/BitwardenPS/BitwardenPS.psd1 index ff1d330..2fa7d36 100644 --- a/Output/Bitwarden/Bitwarden.psd1 +++ b/Output/BitwardenPS/BitwardenPS.psd1 @@ -9,7 +9,7 @@ @{ # Script module or binary module file associated with this manifest. - RootModule = 'Bitwarden.psm1' + RootModule = 'BitwardenPS.psm1' # Version number of this module. ModuleVersion = '1.0.0.0' @@ -101,7 +101,7 @@ # LicenseUri = '' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/johnduprey/BitwardenPS' # A URL to an icon representing this module. # IconUri = '' diff --git a/Output/Bitwarden/Bitwarden.psm1 b/Output/BitwardenPS/BitwardenPS.psm1 similarity index 100% rename from Output/Bitwarden/Bitwarden.psm1 rename to Output/BitwardenPS/BitwardenPS.psm1 diff --git a/README.md b/README.md index c96786a..095f6c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bitwarden +# BitwardenPS Module This module interacts with the Bitwarden Public API and the Vault API. diff --git a/build.psd1 b/build.psd1 index de15e91..a3df36e 100644 --- a/build.psd1 +++ b/build.psd1 @@ -1,7 +1,7 @@ # Use this file to override the default parameter values used by the `Build-Module` # command when building the module (see `Get-Help Build-Module -Full` for details). @{ - ModuleManifest = 'Bitwarden\Bitwarden.psd1' + ModuleManifest = 'BitwardenPS\BitwardenPS.psd1' # Subsequent relative paths are to the ModuleManifest OutputDirectory = '..\Output\' VersionedOutputDirectory = $false