Vertaling van "Get-VM" 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.
To get more verbose information from the get-vm commandlet, we can show the full information with the command
Para obtener información más detallada del get-vm commandlet, podemos mostrar la información completa con el comando
We use the get-vm commandlet to show information about the guest VMs.
Usamos el comando get-vm para mostrar información sobre las máquinas virtuales invitadas.
Now, let's return specific useful information from the Get-VM commandlet.
Ahora, regresemos información útil específica del Get-VM commandlet.
To populate the text file, we can run our Get-VM commandlet selecting out the properties we want, then pipe that to a text file.
Para rellenar el archivo de texto, podemos ejecutar nuestro Get-VM commandlet seleccionando las propiedades que queremos, luego canalizamos eso a un archivo de texto.
Try performing a Get-VM operation and you'll see it works now!
¡Ya está! Trate de realizar una operación Get-VM y verás que funciona ahora!
We can get information from the Get-VM commandlet and then pipe that into where-object to select out the specific information we want to query for - in this case PowerState.
Podemos obtener información de la Get-VM commandlet y luego canalizar eso hacia where-object para seleccionar la información específica que queremos consultar, en este caso PowerState.
Get-VM | fl - Displays more verbose information such as the Guest Operating System, Resource pools, VM Hardware version level, folder it is located in, and many other details.
Get-VM | fl - Muestra información más detallada, como el sistema operativo invitado, los grupos de recursos, el nivel de versión del hardware de la máquina virtual, la carpeta en la que se encuentra y muchos otros detalles.
Get-VM - The get-vm commandlet lists VMs running on the connected host
Get-VM - El comando get-vm enumera las máquinas virtuales que se ejecutan en el host conectado