For the complete documentation index, see llms.txt. This page is also available as Markdown.

Show-UDConfirm

Shows a confirmation prompt.

Syntax

Show-UDConfirm [[-Title] <Object>] [[-Question] <Object>] [[-Choices] <string[]>] [<CommonParameters>]

Parameters

-Choices <string[]>

Required?                    false
Position?                    2
Accept pipeline input?       false
        Parameter set name           (All)
Aliases                      None
        Dynamic?                     false
Accept wildcard characters?  false

-Question Required? falsePosition? 1Accept pipeline input? false Parameter set name (All)Aliases None Dynamic? falseAccept wildcard characters? false-Title Required? falsePosition? 0Accept pipeline input? false Parameter set name (All)Aliases None Dynamic? falseAccept 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).InputsNoneOutputsSystem.ObjectALIASES NoneREMARKS None

Last updated

Was this helpful?