< Back

New-EdgeSearchEngineBaseObject

Sat Jan 18, 2020 12:27 pm

NAME New-EdgeSearchEngineBaseObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.edgeSearchEngineBase" (or one of its derived types).





SYNTAX

New-EdgeSearchEngineBaseObject -edgeSearchEngine <SwitchParameter> [-edgeSearchEngineType <string>]

[<CommonParameters>]



New-EdgeSearchEngineBaseObject -edgeSearchEngineCustom <SwitchParameter> [-edgeSearchEngineOpenSearchXmlUrl

<string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.edgeSearchEngineBase" (or one of its derived types).





PARAMETERS

-edgeSearchEngine <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.edgeSearchEngine"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-edgeSearchEngineType <string>

The "edgeSearchEngineType" property, of type "microsoft.graph.edgeSearchEngineType".



This property is on the "microsoft.graph.edgeSearchEngine" type.



Allows IT admins to set a predefined default search engine for MDM-Controlled devices.



Valid values: 'default', 'bing'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-edgeSearchEngineCustom <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.edgeSearchEngineCustom" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-edgeSearchEngineOpenSearchXmlUrl <string>

The "edgeSearchEngineOpenSearchXmlUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.edgeSearchEngineCustom" type.



Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the

URL to the search Engine.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS