< Back

New-TeamMessagingSettingsObject

Sat Jan 18, 2020 1:39 pm

NAME New-TeamMessagingSettingsObject



SYNOPSIS

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





SYNTAX

New-TeamMessagingSettingsObject [-allowChannelMentions <bool>] [-allowOwnerDeleteMessages <bool>]

[-allowTeamMentions <bool>] [-allowUserDeleteMessages <bool>] [-allowUserEditMessages <bool>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-allowUserEditMessages <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-allowUserDeleteMessages <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-allowOwnerDeleteMessages <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-allowTeamMentions <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-allowChannelMentions <bool>

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



This property is on the "microsoft.graph.teamMessagingSettings" 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