PowerShell Logo Small

Get-SMServerEvent



This is the built-in help made by Microsoft for the command 'Get-SMServerEvent', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the details of events generated in an event log by a particular source.

SYNTAX


Get-SMServerEvent [-AsJob] [-BatchSize <UInt32>] [-CimSession <CimSession[]>] [-EndTime <UInt64[]>] [-Level <EventLevelFlag[]>] [-Log <String[]>] [-QueryFile <String[]>]
[-QueryFileId <Int32[]>] [-StartTime <UInt64[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SMServerEvent cmdlet gets the details of events in an event log generated by a particular source. Windows Server generates log entries for application, security,
system, setup, and forwarded events.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=287577

REMARKS

<

Examples


Example 1:

PS C:\>Get-SMServerEvent -ThrottleLimit 16



This command gets the server events, and specifies a throttle limit value of 16.