Modifier

Set-TeamFunSettings

Note: This cmdlet is deprecated as of our 1.0 PowerShell release, and is not supported in our 1.0 release. To set a Team's settings, run Set-Team.

Update Giphy, Stickers and Memes settings.

Syntax

Set-TeamFunSettings
   -GroupId <String>
   [-AllowGiphy <String>]
   [-GiphyContentRating <String>]
   [-AllowStickersAndMemes <String>]
   [-AllowCustomMemes <String>]

Examples

-------------------------- Example 1 --------------------------

Set-TeamFunSettings -GroupId 0ebb500c-f5f3-44dd-b155-cc8c4f383e2d -AllowGiphy true -GiphyContentRating Strict

Parameters

-AllowCustomMemes

Allow custom memes to be uploaded

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-AllowGiphy

Setting to enable giphy for team

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-AllowStickersAndMemes

Enable Stickers and memes

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-GiphyContentRating

Settings to set content rating for giphy. Can be "Strict" or "Moderate"

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-GroupId

GroupId of the team

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

GroupId, AllowGiphy, GiphyContentRating, AllowStickersAndMemes, AllowCustomMemes