Share via


New-PartnerServiceRequest

Creates a service request at the partner level.

Syntax

Default (Default)

New-PartnerServiceRequest
    [-AgentLocale <String>]
    -Description <String>
    -Severity <ServiceRequestSeverity>
    -SupportTopicId <String>
    -Title <String>
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Creates a service request at the partner level.

Examples

Example 1

PS C:\> Get-PartnerServiceRequestTopic
PS C:\> New-PartnerServiceRequest -Description 'Please ignore this SR' -Severity Critical -SupportTopicId '32569836' -Title 'Please ignore this SR'

Creates a service request at the partner level.

Parameters

-AgentLocale

The locale of the organization creating the service request.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Description

The description for the service request.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Severity

The severity for the service request.

Parameter properties

Type:ServiceRequestSeverity
Default value:None
Accepted values:Critical, Minimal, Moderate
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SupportTopicId

The support topic identifier for the service request.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Title

The title for the service request.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceRequests.PSServiceRequest