Vertaling van "Get-Eventlog" 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.
La première commande enregistre une commande Get-Eventlog dans la variable $command.
The first command saves a Get-Eventlog command in the $command variable.
La tâche exécute une commande Get-Eventlog qui obtient les événements dans le journal System.
The job runs a Get-Eventlog command that gets the events in the System log.
Les autres applets de commande qui disposent d'un paramètre ComputerName, telles que Get-Eventlog et Get-WmiObject, utilisent des technologies de communication à distance différentes pour recueillir des données.
Other cmdlets that have a ComputerName parameter, such as Get-Eventlog and Get-WmiObject, use different remoting technologies to gather data.
Le paramètre ComputerName a également été ajouté à plusieurs applets de commande, notamment aux applets de commande Get-Process, Get-Service et Get-Eventlog.
The ComputerName parameter has also been added to several cmdlets, including the Get-Process, Get-Service, and Get-Eventlog cmdlets.
Ensuite, vous souhaiterez peut-être apprendre quelques notions sur les applets de commande de base, telles que Get-Help, Get-Command, Get-Process, Get-Service et Get-Eventlog.
Then, you might be interested in learning about a few of the basic cmdlets, such as Get-Help, Get-Command, Get-Process, Get-Service, and Get-Eventlog.
Par exemple, vous pouvez envoyer les résultats d'une commande Get-Process, Get-WmiObject, Get-WinEvent ou Get-Eventlog à Out-GridView, puis utiliser les fonctionnalités de table pour examiner les données.
For example, you can send the results of a Get-Process, Get-WmiObject, Get-WinEvent, or Get-Eventlog command to Out-GridView and then use the table features to examine the data.
Get-EventLog obtient des événements uniquement en provenance des journaux d'événements classiques.
Get-EventLog gets events only in classic event logs.
Utilisez les paramètres de Get-EventLog pour rechercher des événements à l'aide de leurs valeurs de propriété.
Use the parameters of Get-EventLog to search for events by using their property values.
Get-EventLog obtient le nombre spécifié d'événements, en commençant par l'événement le plus récent dans le journal.
Get-EventLog gets the specified number of events, beginning with the newest event in the log.
Les commandes utilisées dans la section précédente ciblent l'ordinateur local ; l'applet de commande Get-EventLog peut le faire.
The commands used in the preceding section target the local computer; the Get-EventLog cmdlet can do that.
Obtient les événements présents dans la file d'attente des événements. Get-EventLog
Gets the events in the event queue. Get-EventLog
Cette commande utilise le mot clé « param » pour créer deux variables, $log et $num, qui servent d'espaces réservés dans la commande Get-EventLog.
This command uses the "param" keyword to create two variables, $log and $num, that are used as placeholders in the Get-EventLog command.
La première commande utilise l'applet de commande Get-EventLog pour récupérer les événements et l'opérateur d'affectation (=) pour les enregistrer dans la variable $events.
The first command uses the Get-EventLog cmdlet to retrieve the events and the assignment operator (=) to save them in the $events variable.