GetEventLogCommand Class

The Get-EventLog cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As GetEventLogCommand

Syntax

'Declaration
<CmdletAttribute("Get", "EventLog", DefaultParameterSetName:="LogName", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability:=RemotingCapability.SupportedByCommand)> _
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
Public NotInheritable Class GetEventLogCommand
    Inherits PSCmdlet
[CmdletAttribute("Get", "EventLog", DefaultParameterSetName="LogName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability=RemotingCapability.SupportedByCommand)] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public sealed class GetEventLogCommand : PSCmdlet
[CmdletAttribute(L"Get", L"EventLog", DefaultParameterSetName=L"LogName", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability=RemotingCapability::SupportedByCommand)] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public ref class GetEventLogCommand sealed : public PSCmdlet
/** @attribute CmdletAttribute("Get", "EventLog", DefaultParameterSetName="LogName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability=RemotingCapability.SupportedByCommand) */ 
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
public final class GetEventLogCommand extends PSCmdlet
CmdletAttribute("Get", "EventLog", DefaultParameterSetName="LogName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability=RemotingCapability.SupportedByCommand) 
OutputTypeAttribute(System.Compiler.TypeNode[]) 
public final class GetEventLogCommand extends PSCmdlet

Remarks

This cmdlet retrieves the events in an event log, or a list of the event logs, on the local or remote computers. For more information about this cmdlet, see Get-EventLog in the Microsoft TechNet library.

For Help at the command line, type:

get-help get-eventlog

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.GetEventLogCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

GetEventLogCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK