Administrators can disable the GIF button in Microsoft Teams, but that doesn’t mean you can’t post GIFs! This is a simple workaround.
Ctrl+V.That’s it! The GIF will appear in the chat even though the GIF button is disabled.

If you’re an admin and want to manage GIF settings rather than relying on workarounds:
admin.teams.microsoft.comYou can also manage this via PowerShell:
# Disable GIFs
Set-CsTeamsMessagingPolicy -Identity Global -EnableGiphy $false
# Enable GIFs with moderate filtering
Set-CsTeamsMessagingPolicy -Identity Global -EnableGiphy $true -GiphyRatingType Moderate


