< Back

Update-DeviceManagement_RemoteAssistancePartners

Sat Jan 18, 2020 2:22 pm

NAME Update-DeviceManagement_RemoteAssistancePartners



SYNOPSIS

Updates a "microsoft.graph.remoteAssistancePartner".





SYNTAX

Update-DeviceManagement_RemoteAssistancePartners -remoteAssistancePartnerId <string> [-displayName <string>]

[-lastConnectionDateTime <DateTimeOffset>] [-onboardingStatus <string>] [-onboardingUrl <string>]

[<CommonParameters>]



Update-DeviceManagement_RemoteAssistancePartners -ODataType <string> -remoteAssistancePartnerId <string>

[-displayName <string>] [-lastConnectionDateTime <DateTimeOffset>] [-onboardingStatus <string>] [-onboardingUrl

<string>] [<CommonParameters>]





DESCRIPTION

Updates a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.



The remote assist partners.



Graph Call: PATCH ~/deviceManagement/remoteAssistancePartners





PARAMETERS

-remoteAssistancePartnerId <string>

The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.



Required? true

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.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



-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.remoteAssistancePartner" object in the "remoteAssistancePartners" 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