You are on page 1of 1

Script 1

/tool user-manager user remove [find where !actual-profile]

Script 2
:foreach a in=[/tool user-manager user find] do={:if ([/tool user-manager user get
$a uptime-used]=0s) do={

:log warning ("hapus voucher kadaluarsa.. $[/tool user-manager user get $a name]")

/tool user-manager user remove [/tool user-manager user get $a name]

}}

You might also like