< Back
Remove-PromptTask
Post
NAME Remove-PromptTask
SYNOPSIS
Remove an existing PromptTask.
SYNTAX
Remove-PromptTask [-Name] <String> [<CommonParameters>]
DESCRIPTION
Function to remove a ScriptBlock or function from the current list of PromptTasks.
PARAMETERS
-Name <String>
Name of the PromptTask being removed.
Required? true
Position? 1
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-PromptTask UpdateWindowTitle
RELATED LINKS
https://github.com/jimmehc/PromptEd
SYNOPSIS
Remove an existing PromptTask.
SYNTAX
Remove-PromptTask [-Name] <String> [<CommonParameters>]
DESCRIPTION
Function to remove a ScriptBlock or function from the current list of PromptTasks.
PARAMETERS
-Name <String>
Name of the PromptTask being removed.
Required? true
Position? 1
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-PromptTask UpdateWindowTitle
RELATED LINKS
https://github.com/jimmehc/PromptEd