try this script to delete all UM logs : :foreach i in=[/tool user-manager log find] do { /tool user-manager log remove $i; } thanks a lot.... the script works very fine !!! If you want delete the session, only change two words: try this script to delete all UM sessions : :foreach i in=[/tool user-m...