< Back

New-OmaSettingObject

Sat Jan 18, 2020 12:40 pm

NAME New-OmaSettingObject



SYNOPSIS

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





SYNTAX

New-OmaSettingObject [-description <string>] [-displayName <string>] [-omaUri <string>] [<CommonParameters>]



New-OmaSettingObject -omaSettingBase64 <SwitchParameter> [-description <string>] [-displayName <string>]

[-fileName <string>] [-omaUri <string>] [-value <object>] [<CommonParameters>]



New-OmaSettingObject -omaSettingBoolean <SwitchParameter> [-description <string>] [-displayName <string>] [-omaUri

<string>] [-value <object>] [<CommonParameters>]



New-OmaSettingObject -omaSettingStringXml <SwitchParameter> [-description <string>] [-displayName <string>]

[-fileName <string>] [-omaUri <string>] [-value <object>] [<CommonParameters>]



New-OmaSettingObject -omaSettingDateTime <SwitchParameter> [-description <string>] [-displayName <string>]

[-omaUri <string>] [-value <object>] [<CommonParameters>]



New-OmaSettingObject -omaSettingString <SwitchParameter> [-description <string>] [-displayName <string>] [-omaUri

<string>] [-value <object>] [<CommonParameters>]



New-OmaSettingObject -omaSettingFloatingPoint <SwitchParameter> [-description <string>] [-displayName <string>]

[-omaUri <string>] [-value <object>] [<CommonParameters>]



New-OmaSettingObject -omaSettingInteger <SwitchParameter> [-description <string>] [-displayName <string>] [-omaUri

<string>] [-value <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-displayName <string>

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



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



Display Name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

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



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



Description.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-omaUri <string>

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



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



OMA.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingBase64 <SwitchParameter>

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

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-fileName <string>

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



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



File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin).



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-value <object>

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



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



Value. (Base64 encoded string)



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingBoolean <SwitchParameter>

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

"microsoft.graph.omaSettingBoolean" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingStringXml <SwitchParameter>

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

"microsoft.graph.omaSettingStringXml" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingDateTime <SwitchParameter>

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

"microsoft.graph.omaSettingDateTime" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingString <SwitchParameter>

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

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingFloatingPoint <SwitchParameter>

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

"microsoft.graph.omaSettingFloatingPoint" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-omaSettingInteger <SwitchParameter>

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

"microsoft.graph.omaSettingInteger" type.



Required? true

Position? named

Default value False

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