Condividi tramite


Test-IsCrescendoCommand

Verifica se un cmdlet è stato creato da Crescendo.

Sintassi

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

Descrizione

Testa un cmdlet per verificare se è stato creato da Crescendo.

Esempio

Esempio 1- Testare vari cmdlet per verificare se sono stati creati da 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

Parametri

-Command

Nome del cmdlet da testare.

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

Input

Object[]

Output

Object