< Back

New-ManagedDeviceOverviewObject

Sat Jan 18, 2020 12:36 pm

NAME New-ManagedDeviceOverviewObject



SYNOPSIS

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





SYNTAX

New-ManagedDeviceOverviewObject [-deviceExchangeAccessStateSummary <object>] [-deviceOperatingSystemSummary

<object>] [-dualEnrolledDeviceCount <int>] [-enrolledDeviceCount <int>] [-mdmEnrolledCount <int>]

[<CommonParameters>]





DESCRIPTION

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



Summary data for managed devices





PARAMETERS

-enrolledDeviceCount <int>

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



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



Total enrolled device count. Does not include PC devices managed via Intune PC Agent



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-mdmEnrolledCount <int>

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



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



The number of devices enrolled in MDM



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-dualEnrolledDeviceCount <int>

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



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



The number of devices enrolled in both MDM and EAS



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-deviceOperatingSystemSummary <object>

The "deviceOperatingSystemSummary" property, of type "microsoft.graph.deviceOperatingSystemSummary".



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



Device operating system summary.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceExchangeAccessStateSummary <object>

The "deviceExchangeAccessStateSummary" property, of type "microsoft.graph.deviceExchangeAccessStateSummary".



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



Distribution of Exchange Access State in Intune



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