User Report Command
User Report
This command/function helps to display user status report.
PowerCommander
Command: Get-KeeperUserReport
Alias: user-report
It returns user status report including email, name, status, transfer status, last login, node, roles, and teams.
Parameter:
-Days - Generate report for last number of days.
-LastLogin - Show only last-login columns (email, name, status, transfer_status, last_login).
-Format - Display the report in these formats json, table, csv
-Output - Store the output in a file.
Examples:
PS > Get-KeeperUserReport -Days 30 -LastLogin
Email Name Status TransferStatus LastLogin
----- ---- ------ -------------- ---------
abc@gmail.com Invited Pending transfer N/A
abc234@example.com Invited Pending transfer N/A
abcwfef@gmail.com SEA Invited Pending transfer N/A
test1@example.com test user Active Transfer accepted 2026-03-24 11:11:32 UTCReference:
Last updated
Was this helpful?

