< Back

New-OnenoteObject

Sat Jan 18, 2020 12:41 pm

NAME New-OnenoteObject



SYNOPSIS

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





SYNTAX

New-OnenoteObject [-notebooks <object[]>] [-operations <object[]>] [-pages <object[]>] [-resources <object[]>]

[-sectionGroups <object[]>] [-sections <object[]>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-notebooks <object[]>

The "notebooks" property, of type "microsoft.graph.notebook".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sections <object[]>

The "sections" property, of type "microsoft.graph.onenoteSection".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sectionGroups <object[]>

The "sectionGroups" property, of type "microsoft.graph.sectionGroup".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-pages <object[]>

The "pages" property, of type "microsoft.graph.onenotePage".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-resources <object[]>

The "resources" property, of type "microsoft.graph.onenoteResource".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-operations <object[]>

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



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