< Back

New-RemoteAssistancePartnerObject

Sat Jan 18, 2020 1:32 pm

NAME New-RemoteAssistancePartnerObject



SYNOPSIS

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





SYNTAX

New-RemoteAssistancePartnerObject [-displayName <string>] [-lastConnectionDateTime <DateTimeOffset>]

[-onboardingStatus <string>] [-onboardingUrl <string>] [<CommonParameters>]





DESCRIPTION

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



remoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service.





PARAMETERS

-displayName <string>

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



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



Display name of the partner.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-onboardingUrl <string>

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



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



URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-onboardingStatus <string>

The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".



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



TBD



Valid values: 'notOnboarded', 'onboarding', 'onboarded'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastConnectionDateTime <DateTimeOffset>

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



This property is on the "microsoft.graph.remoteAssistancePartner" 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