![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Delete an Indexing Service Scope
|
||
|
' Description: Removes the Indexing Service scope C:\Scripts from the Indexing Service catalog named Script Catalog.
On Error Resume Next Set objAdminIS = CreateObject("Microsoft.ISAdm") Set objCatalog = objAdminIS.GetCatalogByName("Script Catalog") objCatalog.RemoveScope("c:\scripts") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||