If you use ASA, pull an Agent report and import it to an Excel spreadsheet. Keep the agent logins that you want to delete. In ASA open the 'import data' file, select 'remove' and 'Agent'. Paste the Agent IDs into the first column and execute.
That's how I export and import between vm and pbx's. I have over 800 agents in my CMS server that do not exist in the pbx. I need to remove them from the CMS server and it only seems to allow one deletion at a time. I was looking for a way just bulk delete them. ASA/DSA does not access CMS with any options other than generic.
I have do the same but you need to know the name of your agent for deletion, if you know such, you can run the delete by script.
This scipt is generated by CMS supervisor.
================================================
Public Sub Main()
On Error Resume Next
cvsSrv.Dictionary.ACD = 1
b = cvsSrv.Dictionary.CreateOperation("Login Identifications",Op)
If b Then
Op.Window.Top = 6410
Op.Window.Left = 6600
Op.Window.Width = 6000
Op.Window.Height = 2540
Op.SetProperty "login_id","<<Agent Log ID>>"
Op.SetProperty "ag_name","<<Agent Full Name in CMS>>"
b = Op.DoAction("Delete")
End If
If Not cvsSrv.Interactive Then cvsSrv.ActiveTasks.Remove Op.TaskID
Set Op = Nothing
'## cvs_cmd_end
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.