Vertaling van "Get-Module" 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.
The result shows that Get-Module can get the new dynamic module.
El resultado muestra que Get-Module puede obtener el nuevo módulo dinámico.
Get-Module only gets modules; it does not import them.
Get-Module se limita a obtener los módulos; no los importa.
You can also pipe the names to Get-Module.
También se pueden canalizar los nombres a Get-Module.
You can also refer to Get-Module by its alias, "gmo".
También se puede hacer referencia a Get-Module por su alias, "gmo".
Without this parameter, Get-Module gets only the modules that have been imported into the session.
Sin este parámetro, Get-Module obtiene solamente los módulos que se han importado en la sesión.
The second command uses the Get-Module cmdlet to get the modules in the session.
El segundo comando utiliza el cmdlet Get-Module para obtener los módulos de la sesión.
This action adds the dynamic module to the Get-Module list, but it does not save the module to disk or make it persistent.
Esta acción agrega el módulo dinámico a la lista de Get-Module, pero no guarda el módulo en disco ni lo hace persistente.
Nested modules in the module session state are available to the root module, but they are not returned by a Get-Module command in the caller's session state.
Los módulos anidados en el estado de sesión del módulo están disponibles para el módulo raíz, pero un comando Get-Module no los devuelve en el estado de sesión del autor de llamada.
Without the All parameter, Get-Module gets only the module object for the default module file.
Sin el parámetro All, Get-Module obtiene solamente el objeto de módulo del archivo de módulo predeterminado.
Get-Module returns objects that represent the modules. Notes
Get-Module devuelve objetos que representan los módulos. Notas
Enter a variable that contains a module object (PSModuleInfo) or a command that gets a module object, such as a Get-Module command.
Escriba una variable que contenga un objeto de módulo (PSModuleInfo) o un comando que lo obtenga, como un comando Get-Module.
These commands are equivalent to using a pipeline operator (|) to send the output of a Get-Module command to Import-Module.
Estos comandos equivalen a utilizar un operador de canalización (|) para enviar los resultados de un comando Get-Module a Import-Module.
Get-Module looks for available modules in the path specified by the $env:PSModulePath environment variable.
Get-Module busca módulos disponibles en la ruta de acceso especificada por la variable de entorno $env:PSModulePath.