Search Results for

    Show / Hide Table of Contents

    New-SearchCatalog

    Creates a new search catalog.

    Syntax

    New-SearchCatalog
       [-Catalog] <String>
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]
    

    Description

    The New-SearchCatalog cmdlet creates a new search catalog with the specified name.

    Examples

    Example 1: Create a new catalog

    New-SearchCatalog -Catalog Sample01
    

    This command creates a new search catalog named Sample01.

    Parameters

    -Catalog

    Specifies the name of the catalog to create.

    Type

    string

    Position

    0

    Default value

    None

    Accept pipeline input

    False

    Accept wildcard characters

    False

    Inputs

    None

    You can't pipe objects to this cmdlet.

    Outputs

    None

    This cmdlet returns no output.

    Notes

    While it is possible to create, manage, and query multiple catalogs, Windows Search currently uses only one catalog, which is named SystemIndex.

    Related Links

    • Get-SearchCatalog

    • Remove-SearchCatalog

    • Reset-SearchCatalog

    • Set-SearchCatalog

    • Update-SearchCatalog

    In this article
    Back to top Copyright © 2023 Matthias Wolf, Mawosoft