Delete an Indexing Service Scope
You can use any of the VBScript programs below in ActiveXperts Network Monitor. Click here for an explanation about how to include scripts in ActiveXperts Network Monitor.
Example(s)
On Error Resume Next Set objAdminIS = CreateObject("Microsoft.ISAdm") Set objCatalog = objAdminIS.GetCatalogByName("Script Catalog") objCatalog.RemoveScope("c:\scripts")