GET-PROCESS in Italian translation

get-process

Examples of using Get-process in English and their translations into Italian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
  • Official/political category close
Here's a command that performs the same exact function: Get-Process| Out-File Processes. txt.
Ecco un comando che esegue esattamente la stessa funzione: Get-Process| Out-File Processes. txt.
Process object that the Get-Process cmdlet returns.
Process restituito dal cmdlet Get-Process.
For example,"get-process-id 664, 2060".
Ad esempio,"get-process-id 664, 2060".
You can pipe a process object to Get-Process.
È possibile reindirizzare un oggetto processo a Get-Process.
Get-Process also accepts multiple values for the Name parameter.
Get-Process accetta anche più valori per il parametro Name.
such as"Get-Process" or function names.
ad esempio"Get-Process" o nomi di funzione.
The Get-Process command gets all of the processes on the computer.
Con il comando Get-Process si otterranno tutti i processi in esecuzione nel computer.
By default, Get-Process returns a System. Diagnostics. Process object.
Per impostazione predefinita, Get-Process restituisce un oggetto System. Diagnostics. Process.
PS> get-process winword Get-Process: Cannot find a process with the name'winword'.
PS> get-process winword Get-Process: C Impossibile trovare un processo con nome'winword'.
type"get-process get-member".
digitare"get-process get-member".
The command uses the Get-Process cmdlet to get a list of processes.
Il comando utilizza il cmdlet Get-Process per ottenere un elenco di processi.
The Get-Process cmdlet gets objects representing each process on the computer.
Il cmdlet Get-Process ottiene gli oggetti che rappresentano ciascun processo nel computer.
It uses the Get-Process cmdlet to get the processes on the computer.
Utilizza il cmdlet Get-Process per ottenere i processi disponibili nel computer.
For example, the following commands run a Get-Process command remotely.
Ad esempio, con i comandi seguenti viene eseguito un comando Get-Process in modalità remota.
type"Get-Process Get-Member".
digitare"Get-Process Get-Member".
Without parameters, Get-Process gets all of the processes on the local computer.
Senza parametri, Get-Process ottiene tutti i processi nel computer locale.
You can use the ComputerName parameter of Get-Process to get processes on remote computers.
È possibile utilizzare il parametro ComputerName del cmdlet Get-Process per ottenere i processi in computer remoti.
The Get-Process cmdlet gets the processes on a local or remote computer.
Con il cmdlet Get-Process vengono ottenuti i processi in un computer locale o remoto.
Get-process notepad stop-process The first command uses the Get-Process cmdlet to get an object representing the Notepad process.
Get-process notepad stop-process Il primo comando utilizza il cmdlet Get-Process per ottenere un oggetto che rappresenta il processo Notepad.
use the ID parameter of Get-Process.
utilizzare il parametro ID di Get-Process.
Results: 117, Time: 0.0362

Get-process in different Languages

Top dictionary queries

English - Italian