Vertaling van "a PowerShell" in Engels
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.
Haz clic derecho en el acceso directo a PowerShell y, luego, inícialo como administrador.
Right-click on the shortcut to PowerShell and start it as an administrator.
Otro punto que los administradores sí pueden implementar fácilmente, y que es igual de eficaz, es bloquear el acceso de los usuarios a PowerShell por defecto.
Something that has a similarly blunting effect on email-borne Emotet, but is easier for admins to implement successfully, is to block their users' access to PowerShell by default.
Por ejemplo, si el equipo tiene instalado PowerShell 1.0 y actualiza a PowerShell 2.0, o si el equipo ha instalado recientemente una actualización y hay un reinicio pendiente.
For example, your computer has PowerShell 1.0 installed and you upgrade to PowerShell to 2.0, or your computer has installed an update recently and a restart is pending.
WMF5.1 añade muchas funciones a Powershell, pero, sobre todo, permite la posibilidad de actualizar los módulos de la propia Shell.
WMF5.1 adds many features to Powershell but importantly it enables the ability to update modules directly from the Shell itself.
Los administradores pueden deshabilitar el acceso para determinados usuarios o grupos a PowerShell.
Indica a PowerShell dónde se va a aplicar el cmdlet.
Esto le dice a PowerShell que agregue la nueva información.
This tells PowerShell to append the new information.
Esto le indica a PowerShell que se mueva al escritorio.
Lo que hace .txt es decirle a PowerShell que encuentre todo lo que termine con.txt.
What the .txt does is tell PowerShell to find anything ending with.txt.
Si le decimos a PowerShell que escriba en un archivo que no está en tu directorio, lo creará para nosotros.
If we tell PowerShell to write to a file that isn't there, it will make the file for us.
Al usar >, le ordenamos a PowerShell que pusiera el contenido de un texto en otro y sobrescribió lo que ya estaba allí.
Using >, we just told PowerShell to put the content of one text into another, and it overwrote what was already there.
Le dijimos a PowerShell que pusiera todos los archivos que terminaran en.txt en un nuevo archivo que terminara en.txt.
We told PowerShell to put all files ending in.txt into a new file ending in.txt.
El comando pushd indica a PowerShell que se mueva a un directorio determinado desde tu directorio actual al que puedes ser devuelto con popd.
The command pushd tells powershell to move into the given directory after marking the current directory so it can be returned to with popd.