Vertaling van "Get-EventLog" in Duits
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-EventLog gets only the events that match all of the specified property values.
Get-EventLog ruft nur die Ereignisse ab, bei denen alle angegebenen Eigenschaftenwerte übereinstimmen.
Get-EventLog gets events only in classic event logs.
Get-EventLog ruft Ereignisse nur in klassischen Ereignisprotokollen ab.
Use the parameters of Get-EventLog to search for events by using their property values.
Mit den Parametern von Get-EventLog können Sie Ereignisse anhand ihrer Eigenschaftenwerte suchen.
The Get-EventLog cmdlet gets events and event logs on the local and remote computers.
Das Cmdlet Get-EventLog ruft Ereignisse und Ereignisprotokolle auf den lokalen und Remotecomputern ab.
Get-EventLog gets the specified number of events, beginning with the newest event in the log.
Get-EventLog ruft die angegebene Anzahl von Ereignissen ab, beginnend mit dem neuesten Ereignis im Protokoll.
This command retrieves and runs the first example in the Get-EventLog cmdlet help topic.
Mit diesem Befehl wird das erste Beispiel im Hilfethema zum Cmdlet Get-EventLog abgerufen und ausgeführt.
The commands used in the preceding section target the local computer; the Get-EventLog cmdlet can do that.
Die Befehle im vorangegangenen Abschnitt beziehen sich auf den lokalen Computer. Zu diesem Zweck kann das Cmdlet Get-EventLog verwendet werden.
To view the log, use the cmdlets designed for classic event logs, such as Get-EventLog.
Zum Anzeigen des Protokolls verwenden Sie die Cmdlets für klassische Ereignisprotokolle, z. B. Get-EventLog.
For example, you can assign an alias to the Get-EventLog cmdlet, but you
Sie können z. B. dem Cmdlet "Get-EventLog" einen Alias zuweisen,
The cmdlets work in a similar manner, and Get-EventLog does the trick in most cases.
Die Cmdlets haben ähnliche Funktionsweise, wobei Get-EventLog für die meisten Fällen ausreichend ist.
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.
The second command stores a Get-EventLog command string (in quotation marks) in the $c variable.
The first command uses the Get-EventLog cmdlet to retrieve the events and the assignment operator (=) to save them in the $events variable.
Im ersten Befehl werden die Ereignisse mit dem Cmdlet "Get-EventLog" abgerufen und mit dem Zuweisungsoperator (=) in der Variablen"$events" gespeichert.