< Back

Update-DeviceAppManagement_ManagedEBooks_UserStateSummary

Sat Jan 18, 2020 2:13 pm

NAME Update-DeviceAppManagement_ManagedEBooks_UserStateSummary



SYNOPSIS

Updates a "microsoft.graph.userInstallStateSummary".





SYNTAX

Update-DeviceAppManagement_ManagedEBooks_UserStateSummary -managedEBookId <string> -userInstallStateSummaryId

<string> [-deviceStates <object[]>] [-failedDeviceCount <int>] [-installedDeviceCount <int>]

[-notInstalledDeviceCount <int>] [-userName <string>] [<CommonParameters>]



Update-DeviceAppManagement_ManagedEBooks_UserStateSummary -managedEBookId <string> -ODataType <string>

-userInstallStateSummaryId <string> [-deviceStates <object[]>] [-failedDeviceCount <int>] [-installedDeviceCount

<int>] [-notInstalledDeviceCount <int>] [-userName <string>] [<CommonParameters>]





DESCRIPTION

Updates a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.



The list of installation states for this eBook.



Graph Call: PATCH ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary





PARAMETERS

-userInstallStateSummaryId <string>

The ID for a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-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



-userName <string>

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



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



User name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-installedDeviceCount <int>

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



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



Installed Device Count.



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.userInstallStateSummary" type.



Failed Device Count.



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.userInstallStateSummary" type.



Not installed device count.



Required? false

Position? named

Default value 0

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.userInstallStateSummary" type.



The install state of the eBook.



Required? false

Position? named

Default value

Accept pipeline input? false

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

The ID for a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.



System.String

A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.



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