< Back

Update-DeviceManagement_DeviceManagementPartners

Sat Jan 18, 2020 2:21 pm

NAME Update-DeviceManagement_DeviceManagementPartners



SYNOPSIS

Updates a "microsoft.graph.deviceManagementPartner".





SYNTAX

Update-DeviceManagement_DeviceManagementPartners -deviceManagementPartnerId <string> [-displayName <string>]

[-isConfigured <bool>] [-lastHeartbeatDateTime <DateTimeOffset>] [-partnerAppType <string>] [-partnerState

<string>] [-singleTenantAppId <string>] [-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>]

[-whenPartnerDevicesWillBeRemovedDateTime <DateTimeOffset>] [<CommonParameters>]



Update-DeviceManagement_DeviceManagementPartners -deviceManagementPartnerId <string> -ODataType <string>

[-displayName <string>] [-isConfigured <bool>] [-lastHeartbeatDateTime <DateTimeOffset>] [-partnerAppType

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

[-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>] [-whenPartnerDevicesWillBeRemovedDateTime

<DateTimeOffset>] [<CommonParameters>]





DESCRIPTION

Updates a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.



The list of Device Management Partners configured by the tenant.



Graph Call: PATCH ~/deviceManagement/deviceManagementPartners





PARAMETERS

-deviceManagementPartnerId <string>

The ID for a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-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



-ODataType <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-@odata.type <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



This is an alias of the ODataType parameter.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

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

System.String

The ID for a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.



System.String

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.





OUTPUTS





RELATED LINKS

GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK