Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete an Indexing Service CatalogContent of Delete an Indexing Service Catalog.vbsMD5 Hash: 5F7BC3461C4FF211C85D1BD7EED7A254 |
||
' Description: Removes an Indexing Service catalog named Script Catalog from the local computer.
On Error Resume Next Set objAdminIS = CreateObject("Microsoft.ISAdm") objAdminIS.Stop() errResult = objAdminIS.RemoveCatalog("Script Catalog", True) objAdminIS.Start() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |