SIEM event

Format-SIEMEvent

Synopsis

Format and decode a SIEM event object.

Syntax

Format-SIEMEvent [-SIEMEvent] <Object> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

It's an internal function used by the Get-SIEMData operation when the -Decode switch has been enabled, which will base64- and url- decode returned SIEM data to help with readability.

Parameters

-SIEMEvent

SIEM event as PSCustomObject.

Type: Object
Parameter Sets: (All)
Aliases: None
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object

Related links