Skip to content

Get UniversalDeploymentError

github-actions[bot] edited this page Jul 21, 2026 · 1 revision

Get-UniversalDeploymentError

SYNOPSIS

Gets PowerShell Universal deployment error notifications.

SYNTAX

Get-UniversalDeploymentError [-ServerUrl] <String> [-AppToken] <String> [-Since] <DateTimeOffset>
 [[-FilterText] <String>] [<CommonParameters>]

DESCRIPTION

Queries recent PowerShell Universal notifications and returns deployment-related errors created on or after a specified time.

EXAMPLES

EXAMPLE 1

Get-UniversalDeploymentError -ServerUrl $url -AppToken $token -Since $startedAt

PARAMETERS

-AppToken

Application token used to authenticate the notification request.

Type: String
Parameter Sets: (All)
Aliases:

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

-FilterText

Optional text that must appear in the notification title or description.

Type: String
Parameter Sets: (All)
Aliases:

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

-ServerUrl

Base URL of the PowerShell Universal server.

Type: String
Parameter Sets: (All)
Aliases:

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

-Since

Earliest notification creation time to include.

Type: DateTimeOffset
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
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

OUTPUTS

System.Management.Automation.PSObject

NOTES

RELATED LINKS

Clone this wiki locally