< Back

New-DeviceOperatingSystemSummaryObject

Sat Jan 18, 2020 12:26 pm

NAME New-DeviceOperatingSystemSummaryObject



SYNOPSIS

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

types).





SYNTAX

New-DeviceOperatingSystemSummaryObject [-androidCount <int>] [-iosCount <int>] [-macOSCount <int>] [-unknownCount

<int>] [-windowsCount <int>] [-windowsMobileCount <int>] [<CommonParameters>]





DESCRIPTION

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

types).





PARAMETERS

-androidCount <int>

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



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



Number of android device count.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-iosCount <int>

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



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



Number of iOS device count.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-macOSCount <int>

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



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



Number of Mac OS X device count.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-windowsMobileCount <int>

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



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



Number of Windows mobile device count.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-windowsCount <int>

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



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



Number of Windows device count.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-unknownCount <int>

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



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



Number of unknown device count.



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