< Back

New-TelecomExpenseManagementPartnerObject

Sat Jan 18, 2020 1:40 pm

NAME New-TelecomExpenseManagementPartnerObject



SYNOPSIS

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

types).





SYNTAX

New-TelecomExpenseManagementPartnerObject [-appAuthorized <bool>] [-displayName <string>] [-enabled <bool>]

[-lastConnectionDateTime <DateTimeOffset>] [-url <string>] [<CommonParameters>]





DESCRIPTION

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

types).



telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your

organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on

or off.





PARAMETERS

-displayName <string>

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



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



Display name of the TEM partner.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-url <string>

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



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



URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appAuthorized <bool>

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



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



Whether the partner's AAD app has been authorized to access Intune.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-enabled <bool>

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



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



Whether Intune's connection to the TEM service is currently enabled or disabled.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-lastConnectionDateTime <DateTimeOffset>

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



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



Timestamp of the last request sent to Intune by the TEM partner.



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