< Back
Set-PartnerServiceRequest
Post
NAME Set-PartnerServiceRequest
SYNOPSIS
Updates a service request at the partner level.
SYNTAX
Set-PartnerServiceRequest [-ServiceRequestId] <String> [-NewNote <String>] [-Status {AttentionNeeded | Closed |
Open}] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Updates a service request at the partner level.
PARAMETERS
-NewNote <String>
The text of the new note that will be added to the service request.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ServiceRequestId <String>
The identifier for the service request.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Status <ServiceRequestStatus>
The status for the service request.
Required? false
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:\\> Set-PartnerServiceRequest -NewNote 'Closing this SR' -ServiceRequestId '618000000000000' -Status Closed
Updates the status for the specified service request to closed.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... iceRequest
SYNOPSIS
Updates a service request at the partner level.
SYNTAX
Set-PartnerServiceRequest [-ServiceRequestId] <String> [-NewNote <String>] [-Status {AttentionNeeded | Closed |
Open}] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Updates a service request at the partner level.
PARAMETERS
-NewNote <String>
The text of the new note that will be added to the service request.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ServiceRequestId <String>
The identifier for the service request.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Status <ServiceRequestStatus>
The status for the service request.
Required? false
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:\\> Set-PartnerServiceRequest -NewNote 'Closing this SR' -ServiceRequestId '618000000000000' -Status Closed
Updates the status for the specified service request to closed.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... iceRequest