Security Audit Report Command

Security Audit Report

This command/function Retrieves enterprise security audit data from Keeper,

chevron-rightDotNet CLIhashtag

Command: security-audit-report

Parameter:

--node - Filter report results by enterprise nodes.

--show-updated - Recalculate and show updated security scores locally.

--save - Recalculate and save updated security scores to Keeper.

--force - Skip confirmation prompts (non-interactive mode).

--score-type - Choose scoring method: default or strong_passwords.

--breachwatch - Include Breach Watch metrics in the report (if enabled).

--attempt-fix - Reset invalid security data and trigger a fresh recalculation for affected users.

--format - Display the report in these formats json, table, csv

--output - Store the output in a file.

Examples:

My Vault> security-audit-report --format json --output security_score.json
My Vault> security-audit-report --score-type strong_passwords --save --force
My Vault> security-audit-report --breachwatch

Reference:

Commander Reference

chevron-rightDotNet SDKhashtag

Comming Soon

Reference:

Commander Reference

chevron-rightPowerCommanderhashtag

Command: Get-KeeperSecurityAuditReport

Parameter:

-Node - Filter report results by enterprise nodes.

-ShowUpdated - Recalculate and show updated security scores locally.

-Save - Recalculate and save updated security scores to Keeper.

-Force - Skip confirmation prompts (non-interactive mode).

-ScoreType - Choose scoring method: default or strong_passwords.

-BreachWatch - Include Breach Watch metrics in the report (if enabled).

-AttemptFix - Reset invalid security data and trigger a fresh recalculation for affected users.

-Format - Display the report in these formats json, table, csv

-Output - Store the output in a file.

Examples:

PS > Get-KeeperBreachWatchReport -Format csv -Output "breachwatch_report.csv"

PS > Get-KeeperSecurityAuditReport -ScoreType strong_passwords -Save -Force  
Security scores pushed to Keeper.

Security Audit Report

Email                             Name                  Sync Pending Weak  Fair Medium Strong Reused Unique Security Score 2FA Node
-----                             ----                  ------------ ----  ---- ------ ------ ------ ------ -------------- --- ----
[email protected]                  test1                                0   222    310   1084    926    690             67 Off Node A
[email protected]              test1qa                             14  1322   2249   7419      0  11004             67 Off Node A
[email protected]            atest                                0     0      0      0      0      0              0 Off Node A
[email protected]           btest                                0     1      0      2      0      3             67 Off Node A\Node B


PS > Get-KeeperSecurityAuditReport -BreachWatch                               

Security Audit Report (BreachWatch)

Email                             Name                  Sync Pending At Risk Passed Ignored
-----                             ----                  ------------ ------- ------ -------
[email protected]                  test1                                  170   1446     0
[email protected]              testqa                                 4      0       0
[email protected]            atest                                  0      0       0
[email protected]           btest                                  0      3       0

Reference:

Commander Reference

chevron-rightPython CLIhashtag

Comming Soon

Reference:

Commander Reference

chevron-rightPython SDKhashtag

Comming Soon

Reference:

Commander Reference

Last updated

Was this helpful?