Udostępnij za pośrednictwem


Test-IsCrescendoCommand

Sprawdza, czy polecenie cmdlet zostało utworzone przez crescendo.

Składnia

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

Opis

Testuje polecenie cmdlet, aby sprawdzić, czy został utworzony przez crescendo.

Przykłady

Przykład 1 — testowanie różnych poleceń cmdlet w celu sprawdzenia, czy zostały utworzone przez usługę 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

Parametry

-Command

Nazwa polecenia cmdlet do przetestowania.

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

Dane wejściowe

Object[]

Dane wyjściowe

Object