< Back

New-EBookInstallSummaryObject

Sat Jan 18, 2020 12:27 pm

NAME New-EBookInstallSummaryObject



SYNOPSIS

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





SYNTAX

New-EBookInstallSummaryObject [-failedDeviceCount <int>] [-failedUserCount <int>] [-installedDeviceCount <int>]

[-installedUserCount <int>] [-notInstalledDeviceCount <int>] [-notInstalledUserCount <int>] [<CommonParameters>]





DESCRIPTION

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



Contains properties for the installation summary of a book for a device.





PARAMETERS

-installedDeviceCount <int>

The "installedDeviceCount" property, of type "Edm.Int32".



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



Number of Devices that have successfully installed this book.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-failedDeviceCount <int>

The "failedDeviceCount" property, of type "Edm.Int32".



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



Number of Devices that have failed to install this book.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-notInstalledDeviceCount <int>

The "notInstalledDeviceCount" property, of type "Edm.Int32".



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



Number of Devices that does not have this book installed.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-installedUserCount <int>

The "installedUserCount" property, of type "Edm.Int32".



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



Number of Users whose devices have all succeeded to install this book.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-failedUserCount <int>

The "failedUserCount" property, of type "Edm.Int32".



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



Number of Users that have 1 or more device that failed to install this book.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-notInstalledUserCount <int>

The "notInstalledUserCount" property, of type "Edm.Int32".



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



Number of Users that did not install this book.



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