-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVAuditLogArchive
Download appliance audit log.
Get-HPOVAuditLogArchive [-Location] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Use this Cmdlet to download the on appliance audit log.
-ApplianceConnection <Object>
One or more Appliance Connection Objects, Connection ID, or Connection Name. If omitted, all connected appliances will be processed.
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Location <String>
The full path to where the audit log will be saved to. If omitted, current directory location will be used.
Aliases | save |
Required? | true |
Position? | named |
Default value | (get-location).Path |
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 (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this Cmdlet.
The generated audit log File
-------------------------- EXAMPLE 1 --------------------------Get-HPOVAuditLogArchive c: emp
Save the Appliance audit log archive to C: emp
Download appliance audit log.
Get-HPOVAuditLogArchive [-Location] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Use this Cmdlet to download the on appliance audit log.
-ApplianceConnection <Object>
One or more Appliance Connection Objects, Connection ID, or Connection Name. If omitted, all connected appliances will be processed.
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Location <String>
The full path to where the audit log will be saved to. If omitted, current directory location will be used.
Aliases | save |
Required? | true |
Position? | named |
Default value | (get-location).Path |
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 (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this Cmdlet.
The generated audit log File
-------------------------- EXAMPLE 1 --------------------------Get-HPOVAuditLogArchive c:\temp
Save the Appliance audit log archive to C:\Temp