-
Notifications
You must be signed in to change notification settings - Fork 0
Get UniversalDeploymentError
github-actions[bot] edited this page Jul 21, 2026
·
1 revision
Gets PowerShell Universal deployment error notifications.
Get-UniversalDeploymentError [-ServerUrl] <String> [-AppToken] <String> [-Since] <DateTimeOffset>
[[-FilterText] <String>] [<CommonParameters>]
Queries recent PowerShell Universal notifications and returns deployment-related errors created on or after a specified time.
Get-UniversalDeploymentError -ServerUrl $url -AppToken $token -Since $startedAt
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: FalseOptional 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: FalseBase 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: FalseEarliest 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.