< Back

Get-ALAuditInfo

Mon Jan 13, 2020 7:20 am

NAME Get-ALAuditInfo



SYNOPSIS

Gets audit information





SYNTAX

Get-ALAuditInfo [-websession] <Object> [-entitytype] <String> [[-id] <String>] [<CommonParameters>]





DESCRIPTION

Gets System Settings





PARAMETERS

-websession <Object>

Existing Webrequest session for ELM Appliance



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-entitytype <String>

Type of log to pull



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-id <String>

ID of entity to pull audit logs



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ALAuditInfo -websession $websession -entitytype OsLayer -id 753664













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-ALAuditInfo -websession $websession -entitytype ManagementAppliance















RELATED LINKS