Get-PartnerServiceRequest
Gets the specified customer's service requests.
Syntax
Get-PartnerServiceRequest
[-Status <ServiceRequestStatus>]
[-Severity <ServiceRequestSeverity>]
[<CommonParameters>]
Get-PartnerServiceRequest
[-Status <ServiceRequestStatus>]
[-Severity <ServiceRequestSeverity>]
[<CommonParameters>]
Get-PartnerServiceRequest
[-Status <ServiceRequestStatus>]
[-Severity <ServiceRequestSeverity>]
-CustomerId <String>
[<CommonParameters>]
Get-PartnerServiceRequest
-CustomerId <String>
[-RequestId <String>]
[<CommonParameters>]
Description
Gets the specified customer's service requests.
Examples
Example 1
PS C:\> Get-PartnerServiceRequest -CustomerId <Customer ID> -Severity "Critical" -Status "Open"
Gets the service requests for the specified customer that are critical in severity and have a status of open.
Parameters
-CustomerId
The identifier of the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RequestId
The identifier of the service request.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Severity
The status of the support request.
Type: | ServiceRequestSeverity |
Accepted values: | Critical, Minimal, Moderate, Unknown |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Status
The status of the support request.
Type: | ServiceRequestStatus |
Accepted values: | AttentionNeeded, Closed, None, Open |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceRequests.PSServiceRequest