Download for Windows Premium
Publiciteit
commande Get-Service

Vertaling van "commande Get-Service" 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.
Get-Service command
La commande Get-Service s'exécute sur les ordinateurs distants et les résultats sont retournés à l'ordinateur local.
The Get-Service command runs on the remote computers, and the results are returned to the local computer.
La commande suivante crée la variable « services » et stocke dans cette dernière les résultats d'une commande Get-Service.
This command creates the "services" variable and stores the results of a Get-Service command in it.
Entrez une variable qui contient l'objet ou tapez une commande ou une expression qui obtient l'objet (commande Get-Service, par exemple).
Enter a variable that contains the object, or type a command or expression that gets the object, such as a Get-Service command.
La commande Get-Service n'a pas simplement affiché du texte mais a généré un objet qui peut être manipulé (par exemple appliquer un filtre n'affichant que les services démarrés) ou bien envoyer vers une autre commande au travers d'un pipeline.
The Get-Service command doesn't just display text, but generates an object that can be manipulated (for example by applying a filter to show only started services), or to pipe the output into another command.
Elle utilise un symbole dollar ($) pour indiquer une variable et l'opérateur d'assignation (=) permettant d'assigner le résultat de la commande Get-Service à la variable nouvellement créée.
The command uses a dollar sign ($) to indicate a variable and the assignment operator (=) to assign the result of the Get-Service command to the newly created variable.
Lancées unitairement, elles permettent d'exécuter une action précise, comme par exemple la commande Get-Service qui comme son nom l'indique permet d'afficher des informations concernant les services Windows.
When launched unilaterally, they can be used to execute a specific action, such as the Get-Service command, which, as its name indicates, is used to view information about Windows services.
Elle utilise une commande Get-Service pour obtenir tous les services, puis envoie les résultats à travers le pipeline à l'applet de commande Group-Object, qui groupe les résultats par état de service.
It uses a Get-Service command to get all of the services, and then send the results through the pipeline to the Group-Object cmdlet, which groups the results by the service status.
La première commande utilise l'applet de commande Invoke-Command pour démarrer une tâche en arrière-plan qui exécute une commande Get-Service sur trois ordinateurs distants.
The first command uses the Invoke-Command cmdlet to start a background job that runs a Get-Service command on three remote computers.
Par exemple, la commande suivante envoie les objets récupérés par une commande Get-Service à Get-Member.
For example, the following command sends the objects retrieved by a Get-Service command to Get-Member.
Elle utilise l'opérateur de pipeline (|) pour envoyer la sortie d'une commande Get-Service à Get-Member.
The command uses the pipeline operator (|) to send the output of a Get-Service command to Get-Member.
Par exemple, la commande suivante envoie la sortie d'une commande Get-Service à l'applet de commande Format-List.
For example, the following command sends the output of a Get-Service command to the Format-List cmdlet.
Comme avec Get-Process, l'utilisation de la commande Get-Service sans paramètres retourne tous les services.
As with Get-Process, using the Get-Service command without parameters returns all services.
L'applet de commande Get-Service a deux paramètres qui sont très utiles pour l'administration des services.
The Get-Service cmdlet has two parameters that are very useful in service administration.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor commande Get-Service in het Frans

Publiciteit

Suggesties

Resultaten: 32. Exact: 32. Verstreken tijd: 36 ms.