New-UDProgress
Progress dialogs can show both determinate and indeterminate progress. They can also be circular or linear.
Synopsis
Syntax
New-UDProgress [[-Id] <String>] [[-PercentComplete] <Int32>] [[-BackgroundColor] <DashboardColor>] [[-ProgressColor] <DashboardColor>] [-Circular] [[-Size] <String>] [[-Label] <String>] [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? 1
Default value [Guid]::NewGuid().ToString()
Accept pipeline input? false
Aliases
Accept wildcard characters? false-PercentComplete
-BackgroundColor
-ProgressColor
-Size
-Label
Outputs
Last updated
Was this helpful?