PowerShell Logo Small

Get-WindowsSearchSetting



This is the built-in help made by Microsoft for the command 'Get-WindowsSearchSetting', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the values of settings for Windows Search.

SYNTAX


Get-WindowsSearchSetting [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-WindowsSearchSettings cmdlet gets the values of settings for Windows Search. You can view settings for whether Windows Search displays web results or suggesti
ons 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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294363
Set-WindowsSearchSetting

REMARKS

<

Examples


Example 1: Get Windows Search settings

PS C:\> Get-WindowsSearchSetting
Setting Value
------- -----
EnableWebResultsSetting True
EnableMeteredWebResultsSetting True
SearchExperience PersonalizedAndLocation
WindowsSafeSearchSetting Moderate



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