< Back

New-TeamFunSettingsObject

Sat Jan 18, 2020 1:39 pm

NAME New-TeamFunSettingsObject



SYNOPSIS

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





SYNTAX

New-TeamFunSettingsObject [-allowCustomMemes <bool>] [-allowGiphy <bool>] [-allowStickersAndMemes <bool>]

[-giphyContentRating <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-allowGiphy <bool>

The "allowGiphy" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-giphyContentRating <string>

The "giphyContentRating" property, of type "microsoft.graph.giphyRatingType".



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



Valid values: 'moderate', 'strict', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-allowStickersAndMemes <bool>

The "allowStickersAndMemes" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-allowCustomMemes <bool>

The "allowCustomMemes" property, of type "Edm.Boolean".



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



Required? false

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