< Back

New-MobileThreatDefenseConnectorObject

Sat Jan 18, 2020 12:40 pm

NAME New-MobileThreatDefenseConnectorObject



SYNOPSIS

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

types).





SYNTAX

New-MobileThreatDefenseConnectorObject [-androidDeviceBlockedOnMissingPartnerData <bool>] [-androidEnabled <bool>]

[-iosDeviceBlockedOnMissingPartnerData <bool>] [-iosEnabled <bool>] [-lastHeartbeatDateTime <DateTimeOffset>]

[-partnerState <string>] [-partnerUnresponsivenessThresholdInDays <int>] [-partnerUnsupportedOsVersionBlocked

<bool>] [<CommonParameters>]





DESCRIPTION

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

types).



Entity which represents a connection to Mobile threat defense partner.





PARAMETERS

-lastHeartbeatDateTime <DateTimeOffset>

The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".



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



DateTime of last Heartbeat recieved from the Data Sync Partner



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-partnerState <string>

The "partnerState" property, of type "microsoft.graph.mobileThreatPartnerTenantState".



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



Data Sync Partner state for this account



Valid values: 'unavailable', 'available', 'enabled', 'unresponsive'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-androidEnabled <bool>

The "androidEnabled" property, of type "Edm.Boolean".



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



For Android, set whether data from the data sync partner should be used during compliance evaluations



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-iosEnabled <bool>

The "iosEnabled" property, of type "Edm.Boolean".



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



For IOS, get or set whether data from the data sync partner should be used during compliance evaluations



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-androidDeviceBlockedOnMissingPartnerData <bool>

The "androidDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".



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



For Android, set whether Intune must receive data from the data sync partner prior to marking a device

compliant



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-iosDeviceBlockedOnMissingPartnerData <bool>

The "iosDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".



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



For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-partnerUnsupportedOsVersionBlocked <bool>

The "partnerUnsupportedOsVersionBlocked" property, of type "Edm.Boolean".



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



Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements

of the Data Sync Partner



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-partnerUnresponsivenessThresholdInDays <int>

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



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



Get or Set days the per tenant tolerance to unresponsiveness for this partner integration



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