KEPM Commands
This page gives description of Keeper Endpoint Privilege Manager Commands and their parameters and arguments
Last updated
My Vault > epm-sync-down --reload
Performing full sync...
EPM sync completed.public async Task SyncDown(bool reload = false)PS > Sync-KeeperEpm -Reload
Performing full sync...
EPM sync completed.from keepersdk.plugin.pedm import admin_plugin
plugin = admin_plugin.PedmPlugin(enterprise_loader)
plugin.sync_down(reload=True)