Partilhar via


Test-IsCrescendoCommand

Testa se um cmdlet foi criado pelo Crescendo.

Syntax

Test-IsCrescendoCommand
    [-Command] <Object[]>
    [<CommonParameters>]

Description

Testa um cmdlet para ver se foi criado pelo Crescendo.

Exemplos

Exemplo 1 - Testar vários cmdlets para ver se foram criados pelo Crescendo

Test-IsCrescendoCommand Get-Command

Test-IsCrescendoCommand: 'Get-Command' is not a function

Test-IsCrescendoCommand Expand-Archive

Module: Microsoft.PowerShell.Archive

Name           IsCrescendoCommand RequiresElevation
----           ------------------ -----------------
Expand-Archive False              False

Test-IsCrescendoCommand Get-VssProvider

Module: VssAdmin

Name            IsCrescendoCommand RequiresElevation
----            ------------------ -----------------
Get-VssProvider True               False

Parâmetros

-Command

O nome do cmdlet a testar.

Type:Object[]
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Entradas

Object[]

Saídas

Object