< Back
New-PartnerServiceRequest
Post
NAME New-PartnerServiceRequest
SYNOPSIS
Creates a service request at the partner level.
SYNTAX
New-PartnerServiceRequest [-AgentLocale <String>] -Description <String> -Severity {Critical | Minimal | Moderate}
-SupportTopicId <String> -Title <String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Creates a service request at the partner level.
PARAMETERS
-AgentLocale <String>
The locale of the organization creating the service request.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Description <String>
The description for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Severity <ServiceRequestSeverity>
The severity for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SupportTopicId <String>
The support topic identifier for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Title <String>
The title for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
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
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceRequests.PSServiceRequest
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... iceRequest
SYNOPSIS
Creates a service request at the partner level.
SYNTAX
New-PartnerServiceRequest [-AgentLocale <String>] -Description <String> -Severity {Critical | Minimal | Moderate}
-SupportTopicId <String> -Title <String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Creates a service request at the partner level.
PARAMETERS
-AgentLocale <String>
The locale of the organization creating the service request.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Description <String>
The description for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Severity <ServiceRequestSeverity>
The severity for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SupportTopicId <String>
The support topic identifier for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Title <String>
The title for the service request.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
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
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceRequests.PSServiceRequest
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... iceRequest