Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create an Indexing Service CatalogContent of Create an Indexing Service Catalog.vbsMD5 Hash: 8FFC307003050C72C1CA67F2DF52E7D7 |
||
' Description: Adds an Indexing Service catalog named Script Catalog (with a catalog location of C:\Scripts) to the local computer.
On Error Resume Next Set objAdminIS = CreateObject("Microsoft.ISAdm") objAdminIS.Stop() Set objCatalog = objAdminIS.AddCatalog("Script Catalog","c:\scripts") objAdminIS.Start() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |