< Back

New-TeamObject

Sat Jan 18, 2020 1:39 pm

NAME New-TeamObject



SYNOPSIS

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





SYNTAX

New-TeamObject [-channels <object[]>] [-funSettings <object>] [-guestSettings <object>] [-installedApps

<object[]>] [-isArchived <bool>] [-memberSettings <object>] [-messagingSettings <object>] [-operations <object[]>]

[-webUrl <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-webUrl <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-memberSettings <object>

The "memberSettings" property, of type "microsoft.graph.teamMemberSettings".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-guestSettings <object>

The "guestSettings" property, of type "microsoft.graph.teamGuestSettings".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-messagingSettings <object>

The "messagingSettings" property, of type "microsoft.graph.teamMessagingSettings".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-funSettings <object>

The "funSettings" property, of type "microsoft.graph.teamFunSettings".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isArchived <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-channels <object[]>

The "channels" property, of type "microsoft.graph.channel".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-installedApps <object[]>

The "installedApps" property, of type "microsoft.graph.teamsAppInstallation".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-operations <object[]>

The "operations" property, of type "microsoft.graph.teamsAsyncOperation".



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



Required? false

Position? named

Default value

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