< Back
New-DeviceManagement_RemoteAssistancePartners
Post
NAME New-DeviceManagement_RemoteAssistancePartners
SYNOPSIS
Creates a "microsoft.graph.remoteAssistancePartner" object.
SYNTAX
New-DeviceManagement_RemoteAssistancePartners [-displayName <string>] [-lastConnectionDateTime <DateTimeOffset>]
[-onboardingStatus <string>] [-onboardingUrl <string>] [<CommonParameters>]
New-DeviceManagement_RemoteAssistancePartners -ODataType <string> [-displayName <string>] [-lastConnectionDateTime
<DateTimeOffset>] [-onboardingStatus <string>] [-onboardingUrl <string>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.remoteAssistancePartner" object to the "remoteAssistancePartners" collection.
The remote assist partners.
Graph call: POST ~/deviceManagement/remoteAssistancePartners
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? 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.String
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.remoteAssistancePartner" type.
Display name of the partner.
System.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.
System.String
The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".
This property is on the "microsoft.graph.remoteAssistancePartner" type.
TBD
Valid values: 'notOnboarded', 'onboarding', 'onboarded'
System.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.
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.remoteAssistancePartner" object.
SYNTAX
New-DeviceManagement_RemoteAssistancePartners [-displayName <string>] [-lastConnectionDateTime <DateTimeOffset>]
[-onboardingStatus <string>] [-onboardingUrl <string>] [<CommonParameters>]
New-DeviceManagement_RemoteAssistancePartners -ODataType <string> [-displayName <string>] [-lastConnectionDateTime
<DateTimeOffset>] [-onboardingStatus <string>] [-onboardingUrl <string>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.remoteAssistancePartner" object to the "remoteAssistancePartners" collection.
The remote assist partners.
Graph call: POST ~/deviceManagement/remoteAssistancePartners
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? 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.String
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.remoteAssistancePartner" type.
Display name of the partner.
System.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.
System.String
The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".
This property is on the "microsoft.graph.remoteAssistancePartner" type.
TBD
Valid values: 'notOnboarded', 'onboarding', 'onboarded'
System.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.
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