Vertaling van "get-command" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
2216478 Error message when you run Get-Command in a PowerShell version 2 environment on a server that is running SQL Server 2008: "Object reference not set to an instance of an object"
6574042216478 Mensaje de error al ejecutar comando Get en un entorno de PowerShell versión 2 en un servidor que está ejecutando SQL Server 2008: "Referencia a objeto no establecida en una instancia de un objeto"
Use Get-Command to export the aliases and cmdlets in ServerManager.
Usa comando Get para exportar el alias y cmdlets en ServerManager.
C:\PS>get-command -verb set | format-list This command gets information about all of the cmdlets and functions with the verb "set", and it displays some of that information in a list.
C:\PS>get-command -verb set | format-list Descripción - Este comando obtiene información acerca de todos los cmdlets y funciones con el verbo "set" y muestra parte de esta información en una lista.
For more information about these cmdlets, type the following command: get-command -event Modules Windows PowerShell modules let you divide and organize your Windows PowerShell scripts into independent, self-contained, reusable units.
Para obtener más información sobre estos cmdlets, escriba el comando siguiente: PowerShell permiten dividir y organizar los scripts de Windows PowerShell en unidades independientes, autónomas y reutilizables.
In this command, the "get-command get-childitem -ArgumentList cert:" is processed first.
En este comando, "get-command get-childitem -ArgumentList cert:" se procesa primero.
C:\PS>get-command This command gets information about the Windows PowerShell cmdlets, functions, filters, scripts, and aliases in the current console.
C:\PS>get-command Descripción - Este comando obtiene información sobre los cmdlets, funciones, filtros, scripts y alias de Windows PowerShell en la consola actual.
For more information about the cmdlets that are related to modules, type the following command: get-command -module* Transactions Windows PowerShell 2.0 includes support for transactions.
Para obtener más información sobre los cmdlets relacionados con módulos, escriba el comando siguiente: get-command -module* Transacciones Windows PowerShell 2.0 incluye compatibilidad con transacciones.
C:\PS>get-command This command gets information about all of the Windows PowerShell cmdlets and functions.
C:\PS>get-command Descripción - Este comando obtiene información acerca de todos los cmdlets y funciones de Windows PowerShell.
To find the session configuration cmdlets, type: get-command *pssessionconfiguration WHAT ARE FAN-IN AND FAN OUT CONFIGURATIONS?
Para obtener los cmdlets de configuración de sesión, escriba: get-command *pssessionconfiguration ¿EN QUÉ CONSISTEN LAS CONFIGURACIONES DENOMINADAS FAN-IN Y FAN-OUT?
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
El cmdlet Get-Command obtiene funciones de forma predeterminada, además de cmdlets.
Get-Command returns the commands in alphabetical order.
Get-Command devuelve los comandos en orden alfabético.
By default, Get-Command gets cmdlets and functions.
De forma predeterminada, Get-Command obtiene cmdlets y funciones.
Use the Get-Command cmdlet to find all available commands.
Para importar todos los comandos, utilice el parámetro AllowClobber.