< Back
New-DeviceManagement_DeviceManagementPartners
Post
NAME New-DeviceManagement_DeviceManagementPartners
SYNOPSIS
Creates a "microsoft.graph.deviceManagementPartner" object.
SYNTAX
New-DeviceManagement_DeviceManagementPartners [-displayName <string>] [-isConfigured <bool>]
[-lastHeartbeatDateTime <DateTimeOffset>] [-partnerAppType <string>] [-partnerState <string>] [-singleTenantAppId
<string>] [-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>]
[-whenPartnerDevicesWillBeRemovedDateTime <DateTimeOffset>] [<CommonParameters>]
New-DeviceManagement_DeviceManagementPartners -ODataType <string> [-displayName <string>] [-isConfigured <bool>]
[-lastHeartbeatDateTime <DateTimeOffset>] [-partnerAppType <string>] [-partnerState <string>] [-singleTenantAppId
<string>] [-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>]
[-whenPartnerDevicesWillBeRemovedDateTime <DateTimeOffset>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.deviceManagementPartner" object to the "deviceManagementPartners" collection.
The list of Device Management Partners configured by the tenant.
Graph call: POST ~/deviceManagement/deviceManagementPartners
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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.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
System.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'
System.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'
System.String
The "singleTenantAppId" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceManagementPartner" type.
Partner Single tenant App id
System.String
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceManagementPartner" type.
Partner display name
System.Boolean
The "isConfigured" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceManagementPartner" type.
Whether device management partner is configured or not
System.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
System.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
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
SYNOPSIS
Creates a "microsoft.graph.deviceManagementPartner" object.
SYNTAX
New-DeviceManagement_DeviceManagementPartners [-displayName <string>] [-isConfigured <bool>]
[-lastHeartbeatDateTime <DateTimeOffset>] [-partnerAppType <string>] [-partnerState <string>] [-singleTenantAppId
<string>] [-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>]
[-whenPartnerDevicesWillBeRemovedDateTime <DateTimeOffset>] [<CommonParameters>]
New-DeviceManagement_DeviceManagementPartners -ODataType <string> [-displayName <string>] [-isConfigured <bool>]
[-lastHeartbeatDateTime <DateTimeOffset>] [-partnerAppType <string>] [-partnerState <string>] [-singleTenantAppId
<string>] [-whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime <DateTimeOffset>]
[-whenPartnerDevicesWillBeRemovedDateTime <DateTimeOffset>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.deviceManagementPartner" object to the "deviceManagementPartners" collection.
The list of Device Management Partners configured by the tenant.
Graph call: POST ~/deviceManagement/deviceManagementPartners
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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.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
System.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'
System.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'
System.String
The "singleTenantAppId" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceManagementPartner" type.
Partner Single tenant App id
System.String
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceManagementPartner" type.
Partner display name
System.Boolean
The "isConfigured" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceManagementPartner" type.
Whether device management partner is configured or not
System.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
System.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
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