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.
Andere Cmdlets wie Get-Eventlog und Get-WmiObject, die über einen ComputerName-Parameter verfügen, erfassen Daten mit anderen Remotingtechnologien.
Other cmdlets that have a ComputerName parameter, such as Get-Eventlog and Get-WmiObject, use different remoting technologies to gather data.
Außerdem wurde der ComputerName-Parameter mehreren Cmdlets einschließlich Get-Process , Get-Service und Get-Eventlog hinzugefügt.
The ComputerName parameter has also been added to several cmdlets, including the Get-Process, Get-Service, and Get-Eventlog cmdlets.
Außerdem wurde der ComputerName-Parameter mehreren Cmdlets einschließlich "Get-Process", "Get-Service" und "Get-Eventlog" hinzugefügt.
The ComputerName parameter has also been added to several cmdlets, including the Get-Process, Get-Service, and Get-Eventlog cmdlets.
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.
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.
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.
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.
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.