< Back

New-EducationOrganizationObject

Sat Jan 18, 2020 12:27 pm

NAME New-EducationOrganizationObject



SYNOPSIS

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





SYNTAX

New-EducationOrganizationObject [-description <string>] [-displayName <string>] [-externalSource <string>]

[<CommonParameters>]



New-EducationOrganizationObject -educationSchool <SwitchParameter> [-address <object>] [-classes <object[]>]

[-createdBy <object>] [-description <string>] [-displayName <string>] [-externalId <string>] [-externalPrincipalId

<string>] [-externalSource <string>] [-fax <string>] [-highestGrade <string>] [-lowestGrade <string>] [-phone

<string>] [-principalEmail <string>] [-principalName <string>] [-schoolNumber <string>] [-users <object[]>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-displayName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalSource <string>

The "externalSource" property, of type "microsoft.graph.educationExternalSource".



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



Valid values: 'sis', 'manual', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-educationSchool <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.educationSchool"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-principalEmail <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-principalName <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalPrincipalId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lowestGrade <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-highestGrade <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-schoolNumber <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-phone <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-fax <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdBy <object>

The "createdBy" property, of type "microsoft.graph.identitySet".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-address <object>

The "address" property, of type "microsoft.graph.physicalAddress".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-classes <object[]>

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



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