El cmdlet Get-Command tiene un parámetro Syntax que permite recuperar solo la sintaxis de cada cmdlet.
The Get-Command cmdlet has a Syntax parameter that allows you to retrieve just the syntax of each cmdlet.
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.
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.
Este comando utiliza el cmdlet Get-Command para obtener un objeto CmdletInfo que representa cada uno de los cmdlets y funciones de la sesión.
This command uses the Get-Command cmdlet to get a CmdletInfo object representing each of the cmdlets and functions in the session.
Las funciones son comandos, por lo que para buscar funciones se utiliza el cmdlet Get-Command.
Finding Functions Functions are commands, so to find functions, use the Get-Command cmdlet.
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).
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).
El segundo comando utiliza el cmdlet Get-Command para obtener los comandos Get-Date de la sesión actual.
El segundo comando utiliza el cmdlet Get-Command para obtener los comandos Get-Date de la sesión actual.
The command uses the Get-Process cmdlet to get processes that have names that begin with "P".
El segundo comando utiliza el cmdlet Get-Command para obtener los comandos Get-Date de la sesión actual.
This command uses the Select-Object cmdlet to select all but the first computer in a list of computer names.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.