< Back

New-UserInstallStateSummaryObject

Sat Jan 18, 2020 1:43 pm

NAME New-UserInstallStateSummaryObject



SYNOPSIS

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





SYNTAX

New-UserInstallStateSummaryObject [-deviceStates <object[]>] [-failedDeviceCount <int>] [-installedDeviceCount

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





DESCRIPTION

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



Contains properties for the installation state summary for a user.





PARAMETERS

-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



<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