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.
Again, we can use the where-object commandlet to select out the NumCpu object.
De nuevo, podemos usar el where-object commandlet para seleccionar el NumCpu objeto.
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 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.
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.