< Back

Add-ProgressBlock

Mon Jan 13, 2020 2:49 am

NAME Add-ProgressBlock



SYNOPSIS





SYNTAX

Add-ProgressBlock [[-Title] <String>] [[-Class] <String>] [[-Value] <String>] [[-Max] <String>] [-WhatIf]

[-Confirm] [<CommonParameters>]





DESCRIPTION

Adds Progress Block Element





PARAMETERS

-Title <String>

Title, used for comment



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Class <String>

Class to be used for the color.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Value <String>

Percent of the Progress bar to fill in.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Max <String>

Maximum progress bar value.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String



System.Boolean





NOTES





No notes at this time.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Add-ProgressBlock -Title MyCard -Class "progress success" -Value "29" -Max "100"















RELATED LINKS