Vertaling van "computername" 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.
Después de programar una tarea, escriba a \\computername para confirmar que la sintaxis es correcta.
After you schedule a task, type at \\computer name to confirm that the syntax is correct.
Como conseguir el código de equipo en powershell?: Usar el comando gc env:computername
How to get the computer code in powershell?: Use the command gc env: computer name
computername: Utilice este parámetro para especificar un equipo remoto.
abra la carpeta \\computername\admin$ en el Explorador de archivos (para acceder a la carpeta admin$ en la otra computadora)
Is it possible to open \\{computer name}\admin$ in File Explorer (to access the admin$ folder on the other computer)?
Por lo tanto, si se debe agregar la cuenta NetworkService o la cuenta LocalSystem a un grupo de seguridad, debe agregar la cuenta "domainname\computername $".
Therefore, if you must add the NetworkService account or the LocalSystem account to a security group, you must add the "domain name\computer name $" account.
Por ejemplo, el comando siguiente ejecuta el script Ejemplo.ps1 en los equipos S1 y S2: invoke-command -computername S1, S2 -filepath C:\Test\Ejemplo.ps1 Los resultados del script se devuelven al equipo local.
For example, the following command runs the Sample.ps1 script on the S1 and S2 computers: invoke-command -computer name S1, S2 -file path C:\Test\Sample.ps1 The results of the script are returned to the local computer.
C:\PS>show-eventlog -computername Server01 Descripción - Este comando abre el visor de eventos y muestra en él los registros de eventos tradicionales del equipo Server01.
C:\PS>show-event log -computer name Server01 This command opens Event Viewer and displays in it the classic event logs on the Server01 computer.
La cuenta NetworkService y la cuenta LocalSystem están representadas por la cuenta de "domainname\computername $".
The NetworkService account and the LocalSystem account are both represented by the "domain name\computer name $" account.
C:\PS>get-service -computername Server02 Descripción - Este comando obtiene los servicios en el equipo remoto Server02.
C:\PS>get-service -computer name Server02 This command gets the services on the Server02 remote computer.
C:\PS>new-pssession -computername (get-content servers.txt | select-object -skip 1) Descripción - Este comando crea una nueva PSSession en cada uno de los equipos incluidos en los archivos Servers.txt, salvo en el primero.
C:\PS>new-pssession -computer name (get-content servers.txt | select-object -skip 1) This command creates a new PSSession on each of the computers listed in the Servers.txt files, except for the first one.
Multisitio no está habilitado en el servidor especificado por el ComputerName parámetro.
Multisite is not enabled on the server specified by the ComputerName parameter.
El parámetro ComputerName siempre se puede usar para especificar un equipo remoto.
The ComputerName parameter can always be used to specify a remote computer.
O bien, puede utilizar el parámetro ComputerName para iniciar una sesión temporal.
Or, you can use the ComputerName parameter to start a temporary session.