After the commands in a module are added to the current session, you can use the Get-Help and Get-Command cmdlets to learn about the imported commands, just as you would use them for any command in the session.
Una vez agregados a la sesión actual los comandos de un módulo, puede utilizar los cmdlets Get-Help y Get-Command para obtener información sobre los comandos importados, tal y como los utilizaría para cualquier comando de la sesión.
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
To find native commands of other types, you can use the CommandType parameter of the Get-Command cmdlet.
Para buscar comandos nativos de otros tipos, puede usar el parámetro CommandType del cmdlet Get-Command.
Finding Functions Functions are commands, so to find functions, use the Get-Command cmdlet.
Las funciones son comandos, por lo que para buscar funciones se utiliza el cmdlet Get-Command.
The Get-Command cmdlet has a Syntax parameter that allows you to retrieve just the syntax of each cmdlet.
El cmdlet Get-Command tiene un parámetro Syntax que permite recuperar solo la sintaxis de cada cmdlet.
Description The Get-Command cmdlet gets basic information about cmdlets and other elements of Windows PowerShell commands in the session, such as aliases, functions, filters, scripts, and applications.
Descripción El cmdlet Get-Command obtiene información básica sobre cmdlets y otros elementos de comandos de Windows PowerShell en la sesión, como alias, funciones, filtros, scripts y aplicaciones.
To use the Help and Man functions to display Help for the Get-Command cmdlet, type
Si desea utilizar las funciones Help y Man para mostrar la Ayuda del cmdlet Get-Command, escriba
For example, if you type get-co and then press the Tab key, Windows PowerShell will automatically expand this to the Get-Command cmdlet (notice that it also changes the case of letters to their standard form).
Por ejemplo, si escribe get-co y presiona la tecla Tabulador, Windows PowerShell completará el texto automáticamente proporcionando el cmdlet Get-Command (observe que también se cambia la grafía del nombre a su forma estándar).
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple