Vertaling van "Get-Eventlog" in Frans
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.
The first command saves a Get-Eventlog command in the $command variable.
La première commande enregistre une commande Get-Eventlog dans la variable $command.
The job runs a Get-Eventlog command that gets the events in the System log.
La tâche exécute une commande Get-Eventlog qui obtient les événements dans le journal System.
Other cmdlets that have a ComputerName parameter, such as Get-Eventlog and Get-WmiObject, use different remoting technologies to gather data.
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.
The ComputerName parameter has also been added to several cmdlets, including the Get-Process, Get-Service, and Get-Eventlog cmdlets.
Le paramètre ComputerName a également été ajouté à plusieurs applets de commande, notamment aux applets de commande 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.
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.
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.
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.
Get-EventLog gets events only in classic event logs.
Get-EventLog obtient des événements uniquement en provenance des journaux d'événements classiques.
Use the parameters of Get-EventLog to search for events by using their property values.
Utilisez les paramètres de Get-EventLog pour rechercher des événements à l'aide de leurs valeurs de propriété.
Get-EventLog gets the specified number of events, beginning with the newest event in the log.
Get-EventLog obtient le nombre spécifié d'événements, en commençant par l'événement le plus récent dans le journal.
The commands used in the preceding section target the local computer; the Get-EventLog cmdlet can do that.
Les commandes utilisées dans la section précédente ciblent l'ordinateur local ; l'applet de commande Get-EventLog peut le faire.
For example, you can assign an alias to the Get-EventLog cmdlet, but you cannot assign an alias to the "get-event log -logname system" command.
Par exemple, vous pouvez attribuer un alias à l'applet de commande Get-EventLog, mais pas à la commande "get-eventlog - logname system".
Gets the events in the event queue. Get-EventLog
Obtient les événements présents dans la file d'attente des événements. 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.
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.