What is the translation of " GET-EVENTLOG " in German?

Adjective
get-eventlog

Examples of using Get-eventlog in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
To get those events, use Get-WinEvent or Get-EventLog.
Verwenden Sie zum Abrufen dieser Ereignisse Get-WinEvent oder Get-EventLog.
The Start-Job command and the Get-Eventlog command are enclosed in braces.
Der Befehl"Start-Job" und der Befehl"Get-Eventlog" werden in geschweifte Klammern eingeschlossen.
Get-EventLog is retained in Windows PowerShell 2.0 for systems earlier than Windows Vista.
Get-EventLog wird in Windows PowerShell 2.0 für frühere Systeme als Windows Vista beibehalten.
Job start-job-scriptblock{get-eventlog-log system} The following command stops the job.
Job start-job -scriptblock{get-eventlog -log system} Mit dem folgenden Befehl wird der Auftrag beendet.
The commands used in thepreceding section target the local computer; the Get-EventLog cmdlet can do that.
Die Befehle im vorangegangenen Abschnitt beziehensich auf den lokalen Computer. Zu diesem Zweck kann das Cmdlet Get-EventLog verwendet werden.
Function syslog{get-eventlog-logname system} You can now type"syslog" instead of the command.
Function syslog{get-eventlog -logname system} Sie können nun"syslog" anstelle des Befehls eingeben.
This command uses the"param" keyword to create two variables,$log and$num, that are used as placeholders in the Get-EventLog command.
Dieser Befehl erstellt die Variablen"$log" und"$num" mit dem Schlüsselwort"param", die im Befehl"Get-EventLog" als Platzhalter verwendet werden.
C:\PS> get-eventlog-list This command displays information about the event logs on the computer.
C: \PS> get-eventlog -list Beschreibung Mit diesem Befehl werden Informationen über die Ereignisprotokolle auf dem Computer angezeigt.
Other cmdlets that have a ComputerName parameter, such as Get-Eventlog and Get-WmiObject, use different remoting technologies to gather data.
Andere Cmdlets wie Get-Eventlog und Get-WmiObject, die über einen ComputerName-Parameter verfügen, erfassen Daten mit anderen Remotingtechnologien.
C:\PS> get-eventlog-logname System-EntryType Error This command gets only error events from the System event log.
C: \PS> get-eventlog -logname System -EntryType Error Beschreibung Dieser Befehl ruft nur Fehlerereignisse aus dem Systemereignisprotokoll ab.
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.
Anschließend interessieren Sie sich möglicherweise für einige grundlegende Cmdlets, z. B. Get-Help, Get-Command, Get-Process,Get-Service und Get-Eventlog.
Get-WinEvent is designed to replace the Get-EventLog cmdlet on computers running Windows Vista and later versions of Windows.
Get-WinEvent soll das Cmdlet"Get-EventLog" auf Computern ersetzen, auf denen Windows Vista und höhere Versionen von Windows ausgeführt werden.
Many other cmdlets that get data from remote computers, such as Get-Process, Get-Service, Get-EventLog, and Get-WmiObject have only a ComputerName parameter.
Viele andere Cmdlets, die Daten von Remotecomputern abrufen, wie"Get-Process","Get-Service","Get-EventLog" und"Get-WmiObject" verfügen nur über den ComputerName-Parameter.
NOTES EXAMPLE 1 C:\PS> get-eventlog-list Description This command displays information about the event logs on the computer.
HINWEISE BEISPIEL 1 C: \PS> get-eventlog -list Beschreibung Mit diesem Befehl werden Informationen über die Ereignisprotokolle auf dem Computer angezeigt.
Note: Many cmdlets(including the Get-Service, Get-Process, Get-WMIObject, Get-EventLog, and Get-WinEvent cmdlets) get objects from remote computers by using Microsoft.
Hinweis: Viele Cmdlets(einschließlich der Cmdlets"Get-Service","Get-Process","Get-WMIObject","Get-EventLog" und"Get-WinEvent") verwenden Microsoft.
Even though Get-EventLog does not have an EventID parameter, you can use the Where-Object cmdlet to select events based on the value of any event property.
Obwohl Get-EventLog nicht über einen EventID-Parameter verfügt, können Sie mit dem Cmdlet"Where-Object" Ereignisse auf Grundlage des Werts einer beliebigen Ereigniseigenschaft auswählen.
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.
Beispielsweise können Sie die Ergebnisse der Befehle"Get-Process","Get-WmiObject","Get-WinEvent" oder"Get-Eventlog" an Out-GridView senden und dann die Tabellenfeatures verwenden, um die Daten zu untersuchen.
C:\PS> get-eventlog-logname system-newest 1000 group-object- property{$_. TimeWritten-$_. TimeGenerated} This command demonstrates how to provide the value of the Property parameter as a script block.
C: \PS> get-eventlog -logname system -newest 1000 group-object -property{$_. TimeWritten-$_. TimeGenerated} Beschreibung Der Befehl veranschaulicht, wie der Wert des Property-Parameters als Skriptblock angegeben wird.
Invoke-command-computername Server01-scriptblock{get-eventlog system}-asjob The results of the command resemble the following sample output.
Invoke-command -computername Server01 -scriptblock{get-eventlog system} -asjob Die Ergebnisse des Befehls entsprechen in etwa der folgenden Beispielausgabe.
C:\PS>$events get-eventlog-logname application-newest 100 C:\PS>$events select-string- inputobject{$_. message}-pattern"failed" This example searches for the string"failed" in the 100 newest events in the Application log in Event Viewer.
C: \PS> $events get-eventlog -logname application -newest 100 C: \PS> $events select-string -inputobject{$_. message} -pattern"failed" Beschreibung In diesem Beispiel wird in den 100 neuesten Ereignissen im Anwendungsprotokoll der Ereignisanzeige nach der Zeichenfolge"failed" gesucht.
Results: 20, Time: 0.0263

Top dictionary queries

English - German