< Back
New-DeviceAppManagement_ManagedEBooks_InstallSummary
Post
NAME New-DeviceAppManagement_ManagedEBooks_InstallSummary
SYNOPSIS
Creates a "microsoft.graph.eBookInstallSummary" object.
SYNTAX
New-DeviceAppManagement_ManagedEBooks_InstallSummary -managedEBookId <string> [-failedDeviceCount <int>]
[-failedUserCount <int>] [-installedDeviceCount <int>] [-installedUserCount <int>] [-notInstalledDeviceCount
<int>] [-notInstalledUserCount <int>] [<CommonParameters>]
New-DeviceAppManagement_ManagedEBooks_InstallSummary -managedEBookId <string> -ODataType <string>
[-failedDeviceCount <int>] [-failedUserCount <int>] [-installedDeviceCount <int>] [-installedUserCount <int>]
[-notInstalledDeviceCount <int>] [-notInstalledUserCount <int>] [<CommonParameters>]
DESCRIPTION
Creates the "installSummary" object (which is of type "microsoft.graph.eBookInstallSummary").
Mobile App Install Summary.
Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/installSummary
PARAMETERS
-managedEBookId <string>
A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
Accept wildcard characters? false
-ODataType <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-@odata.type <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
This is an alias of the ODataType parameter.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
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
System.String
A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.String
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK
SYNOPSIS
Creates a "microsoft.graph.eBookInstallSummary" object.
SYNTAX
New-DeviceAppManagement_ManagedEBooks_InstallSummary -managedEBookId <string> [-failedDeviceCount <int>]
[-failedUserCount <int>] [-installedDeviceCount <int>] [-installedUserCount <int>] [-notInstalledDeviceCount
<int>] [-notInstalledUserCount <int>] [<CommonParameters>]
New-DeviceAppManagement_ManagedEBooks_InstallSummary -managedEBookId <string> -ODataType <string>
[-failedDeviceCount <int>] [-failedUserCount <int>] [-installedDeviceCount <int>] [-installedUserCount <int>]
[-notInstalledDeviceCount <int>] [-notInstalledUserCount <int>] [<CommonParameters>]
DESCRIPTION
Creates the "installSummary" object (which is of type "microsoft.graph.eBookInstallSummary").
Mobile App Install Summary.
Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/installSummary
PARAMETERS
-managedEBookId <string>
A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
Accept wildcard characters? false
-ODataType <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-@odata.type <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
This is an alias of the ODataType parameter.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
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
System.String
A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.Int32
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.
System.String
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK