Skip to content

Security audit and breach watch report commands in Power commander.#389

Merged
sgaddala-ks merged 6 commits intoSDK-59-BW-report-relfrom
SDK-59-BW-report-dev
Mar 24, 2026
Merged

Security audit and breach watch report commands in Power commander.#389
sgaddala-ks merged 6 commits intoSDK-59-BW-report-relfrom
SDK-59-BW-report-dev

Conversation

@amandli-ks
Copy link
Copy Markdown
Contributor

Added support for Security audit and breach watch report commands in Power commander.

@amandli-ks amandli-ks changed the title Sdk 59 bw report dev Security audit and breach watch report commands in Power commander. Mar 16, 2026
Comment thread PowerCommander/SecurityAuditReport.ps1 Outdated
function Get-KeeperSecurityAuditReport {
<#
.SYNOPSIS
Generate a password security strength report for enterprise users.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change message same as dotnet sdk

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

$Enterprise.loader.Auth.ExecuteAuthRest("enterprise/clear_security_data", $request).GetAwaiter().GetResult() | Out-Null
}

Write-Host "Security data cleared for $($UserIds.Count) user(s)."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if the number of users is above 999 chunk size, how to clear for them, will the user have to rerun the command?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put same changes in dotnet if any are required

@sgaddala-ks sgaddala-ks merged commit b6c381b into SDK-59-BW-report-rel Mar 24, 2026
2 checks passed
@sgaddala-ks sgaddala-ks deleted the SDK-59-BW-report-dev branch March 24, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants