Action Report Command

Generate a report and/or take action on users in a particular status or that have not performed an action within in a given time period.

Action Report not logged users

This command/function helps to display a list of not logged users in a specified number of days.

chevron-rightDotNet CLIhashtag

Command: action-report --target no-logon --days-since 45

Parameter:

target or t - User status that you want to report <no-logon, no-update, locked, invited, no-recovery> .

days-since or d - Look back this many days for targeted action <NUMBER OF DAYS> .

Examples:

My Vault> action-report --target no-logon --days-since 45

Reference:

Commander Reference

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag

Command: Get-KeeperActionReport

Parameter:

-Target - User status that you want to report <no-logon, no-update, locked, invited, no-recovery> .

-DaysDince - Look back this many days for targeted action <NUMBER OF DAYS> .

Examples:

Reference:

Commander Reference

chevron-rightPython CLIhashtag

Comming Soon

Reference:

Commander Reference

chevron-rightPython SDKhashtag

Comming Soon

Reference:

Commander Reference

Action Report Locked users

This command/function helps to Show a list of user accounts that have remained in a locked status for 60+ days within specified node.

chevron-rightDotNet CLIhashtag

Command: action-report --target locked --days-since 10 --node="sales"

Parameter:

target or t - User status that you want to report <no-logon, no-update, locked, invited, no-recovery> .

days-since or d - Look back this many days for targeted action <NUMBER OF DAYS> .

node - Give the specified name.

apply-action or a - The action you want to apply none,lock,delete,transfer .

Examples:

Reference:

Commander Reference

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag

Command: Get-KeeperActionReport -Target no-logon-DaysSince 30 -Node Node1

Parameter:

-Target - User status that you want to report <no-logon, no-update, locked, invited, no-recovery> .

-DaysSince - Look back this many days for targeted action <NUMBER OF DAYS> .

-Node - Give the specified name.

-ApplyAction - The action you want to apply none,lock,delete,transfer .

Examples:

Reference:

Commander Reference

chevron-rightPython CLIhashtag

Comming Soon

Reference:

Commander Reference

chevron-rightPython SDKhashtag

Comming Soon

Reference:

Commander Reference

Action Report with specified columns

This command/function helps to Show a list of users that haven't logged and we can specify the report columns here.

chevron-rightDotNet CLIhashtag

Command: action-report -t no-logon --columns= node, name, user_id, email, status, transfer_status

Parameter:

columns - We can add these columns into the report node, name, user_id, email, status, transfer_status .

Examples:

Reference:

Commander Reference

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag

Command: Get-KeeperActionReport -Target no-logon -Columns "name,status,transfer_status,2fa_enabled"

Parameter:

-Columns - We can add these columns into the report node, name, user_id, email, status, transfer_status .

Examples:

Reference:

Commander Reference

chevron-rightPython CLIhashtag

Comming Soon

Reference:

Commander Reference

chevron-rightPython SDKhashtag

Comming Soon

Reference:

Commander Reference

Last updated

Was this helpful?