Search Results for

    Show / Hide Table of Contents

    Get-SearchManager

    Gets global settings and version information for Windows Search.

    Syntax

    Get-SearchManager [<CommonParameters>]
    

    Description

    The Get-SearchManager cmdlet gets the global settings and version information for Windows Search.

    Note

    You must run this cmdlet from an elevated PowerShell session. Start PowerShell by using the Run as administrator option.

    Examples

    Example 1: Get global Windows Search settings

    Get-SearchManager
    
    Version          : 10.0.19041.3324
    MajorVersion     : 10
    MinorVersion     : 0
    UserAgent        : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT; MS Search 4.0 Robot)
    ProxyAccess      : PROXY_ACCESS_PRECONFIG
    ProxyName        :
    ProxyPortNumber  : 0
    ProxyBypassLocal : False
    ProxyBypassList  :
    

    Inputs

    None

    You can't pipe objects to this cmdlet.

    Outputs

    SearchManagerInfo

    This cmdlet returns a SearchManagerInfo object.

    Related Links

    • Set-SearchManager
    In this article
    Back to top Copyright © 2023 Matthias Wolf, Mawosoft