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.
Weitere Informationen erhalten Sie mit den Befehlen get-help get-eventlog und get-help get-wmiobject.
For more information, type get-help get-event log and get-help get-wmiobject.
Diese Funktion stellt den Befehl get-eventlog -logname system dar
This function represents the get-event log -logname system command
Geben Sie zum Anzeigen der aktuellen Einstellungen der Ereignisprotokolleigenschaften get-eventlog -list ein.
To see the current settings of the event log properties, type get-event log -list.
Geben Sie zum Anzeigen der aktuellen Einstellungen der Ereignisprotokolleigenschaften "get-eventlog -list" ein.
To see the current settings of the event log properties, type "get-event log -list".
C:\PS>get-eventlog -newest 5 -logname application Beschreibung - Mit diesem Befehl werden die letzten fünf Einträge im Anwendungsereignisprotokoll angezeigt.
C:\PS>get-event log -newest 5 -logname application This command displays the five most recent entries in the Application event log.
C:\PS>get-eventlog -logname Windows PowerShell | convertto-html>pslog.htm Beschreibung - Mit diesem Befehl wird eine HTML-Seite mit dem Namen pslog.htm erstellt, auf der die Ereignisse im Windows PowerShell-Ereignisprotokoll auf dem lokalen Computer angezeigt werden.
C:\PS>get-event log -logname Windows PowerShell | convertto-html>pslog.htm This command creates an HTML page called pslog.htm that displays the events in the Windows PowerShell event log on the local computer.
Diese Funktion stellt den Befehl "get-eventlog -logname system" dar: function syslog {get-eventlog -logname system} Sie können nun "syslog" anstelle des Befehls eingeben.
This function represents the "get-event log -logname system" command: function syslog {get-event log -logname system} You can now type "syslog" instead of the command.
Get-EventLog ruft nur die Ereignisse ab, bei denen alle angegebenen Eigenschaftenwerte übereinstimmen.
Get-EventLog gets only the events that match all of the specified property values.
Get-EventLog ruft Ereignisse nur in klassischen Ereignisprotokollen ab.
Mit den Parametern von Get-EventLog können Sie Ereignisse anhand ihrer Eigenschaftenwerte suchen.
Use the parameters of Get-EventLog to search for events by using their property values.
Das Cmdlet Get-EventLog ruft Ereignisse und Ereignisprotokolle auf den lokalen und Remotecomputern ab.
The Get-EventLog cmdlet gets events and event logs on the local and remote computers.
Get-EventLog ruft die angegebene Anzahl von Ereignissen ab, beginnend mit dem neuesten Ereignis im Protokoll.
Get-EventLog gets the specified number of events, beginning with the newest event in the log.
Mit diesem Befehl wird das erste Beispiel im Hilfethema zum Cmdlet Get-EventLog abgerufen und ausgeführt.
This command retrieves and runs the first example in the Get-EventLog cmdlet help topic.