Vertaling van "commandlet" 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
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.
Now, let's return specific useful information from the Get-VM commandlet.
Ahora, regresemos información útil específica del Get-VM commandlet.
We can even pipe the result of the above command into the Start-VM commandlet.
Incluso podemos canalizar el resultado del comando anterior en el Start-VM commandlet.
We can call the VM by name and then use the Stop-VMGuest commandlet which initiates a guest operating system shutdown.
Podemos llamar a la máquina virtual por nombre y luego usar el Stop-VMGuest commandlet que inicia un apagado del sistema operativo invitado.
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.
The first commandlet we need to run is the one to actually connect to our vSphere environment.
El primer comando que debemos ejecutar es el que realmente se conecta a nuestro entorno vSphere.
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
I was doing the Hands on Labs from the Azure SDK the other day and one of them involves a task list that a very handy PowerShell commandlet is supposed to fill.
El otro día estaba trabajando en los Hands on Labs del SDK Azure y hay uno que tiene que ver con una lista de tareas que un commandlet PowerShell bastante práctico tenía que preparar.
View the results (including any errors) of the Powershell commandlet "Test-PopConnectivity," which checks the POP3 connection for a specified Client Access server.
Visualice los resultados (incluyendo cualquier error o errores) del comando PowerShell "Test-PopConnectivity" el cual revisa la conexión POP3 para un servidor de acceso de cliente especificado.
Check the IMAP4 connection for any specified Client Access server using this report which runs the Powershell commandlet "Test-ImapConnectivity".
Visualice los resultados cotejados tras ejecutar el comando PowerShell "Test-ImapConnectivity," el cual revisa el desempeño IMAP4 para cualquier servidor de acceso de cliente especificado.
As you can see, there are worlds of possibilities in getting various VM information and piping this information into another PowerShell commandlet.
Como puede ver, hay muchos mundos de posibilidades para obtener información de varias máquinas virtuales y canalizar esta información a otra.