Returns a list of service requests or a specified service request.
Get-PCSR [-TenantId <String>] [-SaToken <String>] [<CommonParameters>]
Get-PCSR [-ServiceRequestId <String>] [-SaToken <String>] [<CommonParameters>]
The Get-PCSR cmdlet retrieves a list of service requests or a specified service request.
Specifies the tenant used for scoping this cmdlet.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Specifies a service request id.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Specifies an authentication token with your Partner Center credentials.
Required? false
Position? named
Default value $GlobalToken
Accept pipeline input? false
Accept wildcard characters? false
The -All parameter has been removed in this version.
Get all service requests.
PS C:\>Get-PCSR
Get a specific service request
Get-PCSR -ServiceRequestId '<service request id>'
Get all customer service requests for the specified tenant id.
Get-PCSR -TenantId 'e974093c-2a52-4ebd-994e-b3e7e0f90cf2'