< Back

New-DeviceExchangeAccessStateSummaryObject

Sat Jan 18, 2020 12:21 pm

NAME New-DeviceExchangeAccessStateSummaryObject



SYNOPSIS

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

types).





SYNTAX

New-DeviceExchangeAccessStateSummaryObject [-allowedDeviceCount <int>] [-blockedDeviceCount <int>]

[-quarantinedDeviceCount <int>] [-unavailableDeviceCount <int>] [-unknownDeviceCount <int>] [<CommonParameters>]





DESCRIPTION

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

types).





PARAMETERS

-allowedDeviceCount <int>

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



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



Total count of devices with Exchange Access State: Allowed.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-blockedDeviceCount <int>

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



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



Total count of devices with Exchange Access State: Blocked.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-quarantinedDeviceCount <int>

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



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



Total count of devices with Exchange Access State: Quarantined.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-unknownDeviceCount <int>

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



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



Total count of devices with Exchange Access State: Unknown.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-unavailableDeviceCount <int>

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



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



Total count of devices for which no Exchange Access State could be found.



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