Shared Records Report Command
Shared Records Report
This command/function helps to display a Report shared records for the logged-in user. Generates a report of all shared records showing the share type (Direct Share, Share Folder, Share Team Folder), recipient, permissions, and folder path. By default only owned shared records are included. Use -AllRecords to include non-owned records,
PowerCommander
Command: Get-KeeperSharedRecordsReport
Alias: ksrr
Generates a report of all shared records showing the share type, recipient, permissions, and folder path
Parameter:
-ShowTeamUsers - Expand team shares to show individual team members. Requires enterprise admin
-AllRecords - Include all shared records in the vault, not just records owned by the current user
-Folder - Folder path(s) or UID(s) to scope the report to records within those folders.
-Format - Output format: table, json, or csv
-Output - Path to write the report to a file
Examples:
PS > Get-KeeperSharedRecordsReport
Shared Records Report
Record UID Title Share Type Shared To Permissions Folder Path
---------- ----- ---------- --------- ----------- -----------
zsaOU8Rusa6C05EVEC-wCQ a1 Direct Share user+qa@example.com Can Share & Edit Shared AccountsPython CLI
Command: shared-record-report
Alias: srr
Flag:
--formatformat of output {table,csv,json}.--outputOutput path to resulting output file (ignored for "table" format)-tu, --show-team-usersshow members of team for records shared via share team folders.--all-recordsreport on all records in the vault. only owned records are included if this argument is omitted.
Example:
My Vault> shared-records-report --all-records --format json --output jsonLast updated
Was this helpful?

