Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,27 @@ Here you will find a variety of Bash, Powershell and Python script examples that
[Guide to using Postman to access the Bitwarden API](https://community.bitwarden.com/t/guide-to-using-postman-to-access-the-bitwarden-api/56475)<br>
[Guide for using the Vault Management API in Python](https://github.com/bitwarden-labs/admin-scripts/wiki/Vault-Management-API-in-Python)



## Commonly Used Scripts Examples

### Collection Permission Inheritance
[Inherit Parent Permissions (CLI/Bash)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Bash%20Scripts/inheritparentpermissions.sh)
- [Inherit Parent Permissions (CLI/Bash)](Bash%20Scripts/inheritParentPermissions.sh)


### Confirm Accepted Users
[Password Manager: Confirm All Accepted Users (CLI/Bash)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Bash%20Scripts/bwConfirmAcceptedPeople.sh)<br>
[Password Manager: Confirm All Accepted Users (CLI/Powershell)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Powershell/bwConfirmAcceptedPeople.ps1)<br>
[Password Manager: Confirm All Accepted Users (API/Powershell)](https://github.com/bitwarden-labs/admin-scripts/blob/main/API%20Scripts/Bitwarden%20Public%20API/bwConfirmAccepted-api.ps1)<br>
[Password Manager: Confirm All Accepted Users with Password (CLI/Bash)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Bash%20Scripts/bwConfirmAcceptedPeopleWPass.sh)<br>
[Secrets Manager: Confirmed All Accepted Users (CLI/Bash)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Bash%20Scripts/bwConfirmAcceptedPeopleSM.sh)<br>
[Secrets Manager: Confirmed All Accepted Users (CLI/Powershell)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Powershell/bwConfirmAcceptedPeopleSM.ps1)

### List Organization Members
[List All Organization Members (CLI/Bash)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Bash%20Scripts/listmembers.sh)<Br>
[List All Organization Members (CLI/Powershell)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Powershell/ListMembers.ps1)<Br>
[List ALl Organization Members w/ 2FA Check (CLI/Powershell)](https://github.com/bitwarden-labs/admin-scripts/blob/main/Powershell/ListMembers2FACheck.ps1)
- [Password Manager: Confirm All Accepted Users (CLI/Bash)](Bash%20Scripts/confirmAcceptedPeople.sh)
- [Password Manager: Confirm All Accepted Users (CLI/Powershell)](Powershell/confirmAcceptedPeople.ps1)
- [Password Manager: Confirm All Accepted Users (API/Powershell)](API%20Scripts/Bitwarden%20Public%20API/confirmAccepted-api.ps1)
- [Password Manager: Confirm All Accepted Users with Password (CLI/Bash)](Bash%20Scripts/confirmAcceptedPeopleWPass.sh)
- [Secrets Manager: Confirmed All Accepted Users (CLI/Bash)](Bash%20Scripts/confirmAcceptedPeopleSM.sh)
- [Secrets Manager: Confirmed All Accepted Users (CLI/Powershell)](Powershell/confirmAcceptedPeopleSM.ps1)

### List Organization Members

- [List All Organization Members (CLI/Bash)](Bash%20Scripts/listMembers.sh)<Br>
- [List All Organization Members (CLI/Powershell)](Powershell/ListMembers.ps1)<Br>
- [List ALl Organization Members w/ 2FA Check (CLI/Powershell)](Powershell/ListMembers2FACheck.ps1)

## Disclaimer

Please note that the projects in Bitwarden Labs are experimental and not officially supported by Bitwarden. They are provided "as is" with no guarantees.