Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete an Indexing Service ScopeContent of Delete an Indexing Service Scope.vbsMD5 Hash: 3126F9C37C70BA7980604E634B4829B2 |
||
' 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 :: |