< Back

New-EducationRootObject

Sat Jan 18, 2020 12:27 pm

NAME New-EducationRootObject



SYNOPSIS

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





SYNTAX

New-EducationRootObject [-classes <object[]>] [-me <object>] [-schools <object[]>] [-users <object[]>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-classes <object[]>

The "classes" property, of type "microsoft.graph.educationClass".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-schools <object[]>

The "schools" property, of type "microsoft.graph.educationSchool".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-users <object[]>

The "users" property, of type "microsoft.graph.educationUser".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-me <object>

The "me" property, of type "microsoft.graph.educationUser".



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