Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
157 lines (120 loc) · 3.31 KB

New-PartnerServiceRequest.md

File metadata and controls

157 lines (120 loc) · 3.31 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

New-PartnerServiceRequest

SYNOPSIS

Creates a service request at the partner level.

SYNTAX

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.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Description

The description for the service request.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Severity

The severity for the service request.

Type: ServiceRequestSeverity
Parameter Sets: (All)
Aliases:
Accepted values: Critical, Minimal, Moderate

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SupportTopicId

The support topic identifier for the service request.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Title

The title for the service request.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

None

OUTPUTS

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

NOTES

RELATED LINKS