Skip to content

Latest commit

 

History

History
126 lines (95 loc) · 2.76 KB

Set-PartnerServiceRequest.md

File metadata and controls

126 lines (95 loc) · 2.76 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

Set-PartnerServiceRequest

SYNOPSIS

Updates a service request at the partner level.

SYNTAX

Set-PartnerServiceRequest [-NewNote <String>] [-ServiceRequestId] <String> [-Status <ServiceRequestStatus>]
 [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Updates a service request at the partner level.

EXAMPLES

Example 1

PS C:\> Set-PartnerServiceRequest -NewNote 'Closing this SR' -ServiceRequestId '618000000000000' -Status Closed

Updates the status for the specified service request to closed.

PARAMETERS

-NewNote

The text of the new note that will be added to the service request.

Type: String
Parameter Sets: (All)
Aliases:

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

-ServiceRequestId

The identifier for the service request.

Type: String
Parameter Sets: (All)
Aliases:

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

-Status

The status for the service request.

Type: ServiceRequestStatus
Parameter Sets: (All)
Aliases:
Accepted values: AttentionNeeded, Closed, Open

Required: False
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