Share via


Set-WindowsSearchSetting

Set-WindowsSearchSetting

Modifies values that control Windows Search.

Sintassi

Parameter Set: EnableWebResultsSetting
Set-WindowsSearchSetting [-EnableMeteredWebResultsSetting <Boolean> ] [-EnableWebResultsSetting <Boolean> ] [-SafeSearchSetting <String> ] [-SearchExperienceSetting <String> ] [ <CommonParameters>]

Descrizione dettagliata

The Set-WindowsSearchSetting cmdlet modifies values that control Windows Search. You can specify whether Windows Search displays web results or suggestions, and you can specify whether to display web results and suggestions while using a metered network. You can specify whether Windows Search personalizes results, including whether Windows Search employs the specific location of the user. You can also specify SafeSearch settings.

Parametri

-EnableMeteredWebResultsSetting<Boolean>

Indicates whether Windows Search displays web results and suggestions while using metered connections. Specify a value of $True to display web results and suggestions over metered connections or a value of $False to exclude web results and suggestions.

Do not specify a value for this parameter if the value of the EnableWebResultsSetting parameter is $False.

Alias

nessuno

Obbligatorio?

false

Posizione?

named

Valore predefinito

nessuno

Accetta input da pipeline?

True (ByValue)

Accetta caratteri jolly?

false

-EnableWebResultsSetting<Boolean>

Indicates whether Windows Search displays web results and suggestions. Specify a value of $True to display web results and suggestions or a value of $False to exclude web results and suggestions.

Alias

nessuno

Obbligatorio?

false

Posizione?

named

Valore predefinito

nessuno

Accetta input da pipeline?

True (ByValue)

Accetta caratteri jolly?

false

-SafeSearchSetting<String>

Specifies a SafeSearch setting for Window Search. I valori accettabili per questo parametro sono:

-- 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.

Alias

nessuno

Obbligatorio?

false

Posizione?

named

Valore predefinito

nessuno

Accetta input da pipeline?

True (ByValue)

Accetta caratteri jolly?

false

-SearchExperienceSetting<String>

Specifies a Windows Search experience setting. I valori accettabili per questo parametro sono:

-- 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.

Alias

nessuno

Obbligatorio?

false

Posizione?

named

Valore predefinito

nessuno

Accetta input da pipeline?

True (ByValue)

Accetta caratteri jolly?

false

<CommonParameters>

Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere   about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Input

Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.

Output

Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.

Esempi

This command allows Windows Search to use search history, but not specific location of the user, to personalize results.

PS C:\> Set-WindowsSearchSetting -SearchExperienceSetting "Personalized"

Example 2: Modify Windows Search settings

This command modifies Windows Search settings. The command enables the use of search history and specific location of the user by specifying a value of PersonlizedAndLocation for the SearchExperienceSetting parameter. The command enables web results and sets SafeSearch to a value of Strict.

PS C:\> Set-WindowsSearchSetting -EnableWebResultsSetting $True -SafeSearchSetting "Strict" -SearchExperienceSetting "PersonlizedAndLocation"

Argomenti correlati

Get-WindowsSearchSetting