Get-WindowsSearchSetting

Get-WindowsSearchSetting

Gets the values of settings for Windows Search.

구문

Get-WindowsSearchSetting [ <CommonParameters>]

자세한 설명

The Get-WindowsSearchSettings cmdlet gets the values of settings for Windows Search. You can view settings for whether Windows Search displays web results or suggestions and whether to display web results and suggestions while using a metered network. You can view settings for whether Windows Search personalizes results, including whether Windows Search employs the specific location of the user. You can also see SafeSearch settings.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • WindowsSearchSetting

    Returns the values of properties that control Windows Search:

    -- EnableMeteredWebResultsSetting. Whether Windows Search displays web results and suggestions while using a metered network.
    -- EnableWebResultsSetting. Whether Windows Search displays web results and suggestions.
    -- SearchExperienceSetting. The experience setting.
    -- WindowsSafeSearchSetting. The value of SafeSearch that Windows Search uses for queries.

    SearchExperienceSetting has the following possible values:

    -- PersonlizedAndLocation. Personalize Windows Search and other Microsoft experiences by using search history, some Microsoft account information, and specific location of the user.
    -- Personalized. Personalize Windows Search and other Microsoft experiences by using search history and some Microsoft account information, but do not use specific location of the user.
    -- NotPersonalized. Do not personalize Windows Search and other Microsoft experiences or use specific location of the user.

    WindowsSafeSearchSetting has the following possible values:

    -- Off. Windows Search does not remove adult content from results.
    -- Moderate. Windows Search excludes adult images and videos, but not text, from results.
    -- Strict. Windows Search excludes adult images, videos, and text from results.

예제

Example 1: Get Windows Search settings

This command gets Windows Search settings. The console displays the values for the settings.

PS C:\> Get-WindowsSearchSetting

관련 항목

Set-WindowsSearchSetting