When you execute this command on a remote computer, the scan will be performed without disingection and the process log will be created in \\share\logs
Después de ejecutar este comando en el host remoto, se realizará el análisis SIN DESINFECCIÓN y se creará el archivo de registro (log file) de actividad en el catálogo \\share\logs\.
Therefore, to run a stop process command on a remote computer, you need to use the Invoke-Command cmdlet.
Por lo tanto, para ejecutar un comando de detención de proceso en un equipo remoto, es necesario usar el cmdlet Invoke-Command.
To run a single command on a remote computer, use the ComputerName parameter.
To start a background job on a remote computer, use the Invoke-Command cmdlet with its AsJob parameter, or use the Invoke-Command cmdlet to run a Start-Job command on a remote computer.
Para iniciar un trabajo en segundo plano en un equipo remoto, utilice el cmdlet Invoke-Command con el parámetro AsJob o use el cmdlet Invoke-Command para ejecutar un comando Start-Job en un equipo remoto.
DISPLAYING THE COMPUTER NAME When you use the Invoke-Command cmdlet to run a command on a remote computer, the command returns an object that includes the name of the computer that generated the data.
MOSTRAR EL NOMBRE DEL EQUIPO Cuando se usa el cmdlet Invoke-Command para ejecutar un comando en un equipo remoto, el comando devuelve un objeto que incluye el nombre del equipo que generó los datos.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.