< Back

New-DeviceManagementPartnerObject

Sat Jan 18, 2020 12:21 pm

NAME New-DeviceManagementPartnerObject



SYNOPSIS

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





SYNTAX

New-DeviceManagementPartnerObject [-displayName <string>] [-isConfigured <bool>] [-lastHeartbeatDateTime

<DateTimeOffset>] [-partnerAppType <string>] [-partnerState <string>] [-singleTenantAppId <string>]

[-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>] [-whenPartnerDevicesWillBeRemovedDateTime

<DateTimeOffset>] [<CommonParameters>]





DESCRIPTION

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



Entity which represents a connection to device management partner.





PARAMETERS

-lastHeartbeatDateTime <DateTimeOffset>

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



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



Timestamp of last heartbeat after admin enabled option Connect to Device management 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.deviceManagementPartnerTenantState".



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



Partner state of this tenant



Valid values: 'unknown', 'unavailable', 'enabled', 'terminated', 'rejected', 'unresponsive'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-partnerAppType <string>

The "partnerAppType" property, of type "microsoft.graph.deviceManagementPartnerAppType".



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



Partner App type



Valid values: 'unknown', 'singleTenantApp', 'multiTenantApp'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-singleTenantAppId <string>

The "singleTenantAppId" property, of type "Edm.String".



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



Partner Single tenant App id



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-displayName <string>

The "displayName" property, of type "Edm.String".



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



Partner display name



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isConfigured <bool>

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



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



Whether device management partner is configured or not



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-whenPartnerDevicesWillBeRemovedDateTime <DateTimeOffset>

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



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



DateTime in UTC when PartnerDevices will be removed



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>

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



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



DateTime in UTC when PartnerDevices will be marked as NonCompliant



Required? false

Position? named

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

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