< Back
New-ManagedEBookObject
Post
NAME New-ManagedEBookObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.managedEBook" (or one of its derived types).
SYNTAX
New-ManagedEBookObject [-assignments <object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>]
[-deviceStates <object[]>] [-displayName <string>] [-informationUrl <string>] [-installSummary <object>]
[-largeCover <object>] [-lastModifiedDateTime <DateTimeOffset>] [-privacyInformationUrl <string>]
[-publishedDateTime <DateTimeOffset>] [-publisher <string>] [-userStateSummary <object[]>] [<CommonParameters>]
New-ManagedEBookObject -iosVppEBook <SwitchParameter> [-appleId <string>] [-assignments <object[]>]
[-createdDateTime <DateTimeOffset>] [-description <string>] [-deviceStates <object[]>] [-displayName <string>]
[-genres <string[]>] [-informationUrl <string>] [-installSummary <object>] [-language <string>] [-largeCover
<object>] [-lastModifiedDateTime <DateTimeOffset>] [-privacyInformationUrl <string>] [-publishedDateTime
<DateTimeOffset>] [-publisher <string>] [-seller <string>] [-totalLicenseCount <int>] [-usedLicenseCount <int>]
[-userStateSummary <object[]>] [-vppOrganizationName <string>] [-vppTokenId <Guid>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.managedEBook" (or one of its derived types).
An abstract class containing the base properties for Managed eBook.
PARAMETERS
-displayName <string>
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
Name of the eBook.
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.managedEBook" type.
Description.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-publisher <string>
The "publisher" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
Publisher.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-publishedDateTime <DateTimeOffset>
The "publishedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.managedEBook" type.
The date and time when the eBook was published.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-largeCover <object>
The "largeCover" property, of type "microsoft.graph.mimeContent".
This property is on the "microsoft.graph.managedEBook" type.
Book cover.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.managedEBook" type.
The date and time when the eBook file was created.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.managedEBook" type.
The date and time when the eBook was last modified.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-informationUrl <string>
The "informationUrl" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
The more information Url.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-privacyInformationUrl <string>
The "privacyInformationUrl" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
The privacy statement Url.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assignments <object[]>
The "assignments" property, of type "microsoft.graph.managedEBookAssignment".
This property is on the "microsoft.graph.managedEBook" type.
The list of assignments for this eBook.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-installSummary <object>
The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".
This property is on the "microsoft.graph.managedEBook" type.
Mobile App Install Summary.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceStates <object[]>
The "deviceStates" property, of type "microsoft.graph.deviceInstallState".
This property is on the "microsoft.graph.managedEBook" type.
The list of installation states for this eBook.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-userStateSummary <object[]>
The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".
This property is on the "microsoft.graph.managedEBook" type.
The list of installation states for this eBook.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-iosVppEBook <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBook" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-vppTokenId <Guid>
The "vppTokenId" property, of type "Edm.Guid".
This property is on the "microsoft.graph.iosVppEBook" type.
The Vpp token ID.
Required? false
Position? named
Default value 00000000-0000-0000-0000-000000000000
Accept pipeline input? false
Accept wildcard characters? false
-appleId <string>
The "appleId" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
The Apple ID associated with Vpp token.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-vppOrganizationName <string>
The "vppOrganizationName" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
The Vpp token's organization name.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-genres <string[]>
The "genres" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
Genres.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-language <string>
The "language" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
Language.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-seller <string>
The "seller" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
Seller.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-totalLicenseCount <int>
The "totalLicenseCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.iosVppEBook" type.
Total license count.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-usedLicenseCount <int>
The "usedLicenseCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.iosVppEBook" type.
Used license count.
Required? false
Position? named
Default value 0
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
SYNOPSIS
Creates a new object which represents a "microsoft.graph.managedEBook" (or one of its derived types).
SYNTAX
New-ManagedEBookObject [-assignments <object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>]
[-deviceStates <object[]>] [-displayName <string>] [-informationUrl <string>] [-installSummary <object>]
[-largeCover <object>] [-lastModifiedDateTime <DateTimeOffset>] [-privacyInformationUrl <string>]
[-publishedDateTime <DateTimeOffset>] [-publisher <string>] [-userStateSummary <object[]>] [<CommonParameters>]
New-ManagedEBookObject -iosVppEBook <SwitchParameter> [-appleId <string>] [-assignments <object[]>]
[-createdDateTime <DateTimeOffset>] [-description <string>] [-deviceStates <object[]>] [-displayName <string>]
[-genres <string[]>] [-informationUrl <string>] [-installSummary <object>] [-language <string>] [-largeCover
<object>] [-lastModifiedDateTime <DateTimeOffset>] [-privacyInformationUrl <string>] [-publishedDateTime
<DateTimeOffset>] [-publisher <string>] [-seller <string>] [-totalLicenseCount <int>] [-usedLicenseCount <int>]
[-userStateSummary <object[]>] [-vppOrganizationName <string>] [-vppTokenId <Guid>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.managedEBook" (or one of its derived types).
An abstract class containing the base properties for Managed eBook.
PARAMETERS
-displayName <string>
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
Name of the eBook.
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.managedEBook" type.
Description.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-publisher <string>
The "publisher" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
Publisher.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-publishedDateTime <DateTimeOffset>
The "publishedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.managedEBook" type.
The date and time when the eBook was published.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-largeCover <object>
The "largeCover" property, of type "microsoft.graph.mimeContent".
This property is on the "microsoft.graph.managedEBook" type.
Book cover.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.managedEBook" type.
The date and time when the eBook file was created.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.managedEBook" type.
The date and time when the eBook was last modified.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-informationUrl <string>
The "informationUrl" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
The more information Url.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-privacyInformationUrl <string>
The "privacyInformationUrl" property, of type "Edm.String".
This property is on the "microsoft.graph.managedEBook" type.
The privacy statement Url.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assignments <object[]>
The "assignments" property, of type "microsoft.graph.managedEBookAssignment".
This property is on the "microsoft.graph.managedEBook" type.
The list of assignments for this eBook.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-installSummary <object>
The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".
This property is on the "microsoft.graph.managedEBook" type.
Mobile App Install Summary.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceStates <object[]>
The "deviceStates" property, of type "microsoft.graph.deviceInstallState".
This property is on the "microsoft.graph.managedEBook" type.
The list of installation states for this eBook.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-userStateSummary <object[]>
The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".
This property is on the "microsoft.graph.managedEBook" type.
The list of installation states for this eBook.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-iosVppEBook <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBook" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-vppTokenId <Guid>
The "vppTokenId" property, of type "Edm.Guid".
This property is on the "microsoft.graph.iosVppEBook" type.
The Vpp token ID.
Required? false
Position? named
Default value 00000000-0000-0000-0000-000000000000
Accept pipeline input? false
Accept wildcard characters? false
-appleId <string>
The "appleId" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
The Apple ID associated with Vpp token.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-vppOrganizationName <string>
The "vppOrganizationName" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
The Vpp token's organization name.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-genres <string[]>
The "genres" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
Genres.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-language <string>
The "language" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
Language.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-seller <string>
The "seller" property, of type "Edm.String".
This property is on the "microsoft.graph.iosVppEBook" type.
Seller.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-totalLicenseCount <int>
The "totalLicenseCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.iosVppEBook" type.
Total license count.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-usedLicenseCount <int>
The "usedLicenseCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.iosVppEBook" type.
Used license count.
Required? false
Position? named
Default value 0
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