Get-OVFixMeInstallationLog
Syntax
Get-OVFixMeInstallationLog
[-Location <System.IO.DirectoryInfo>]
[-ApplianceConnection <Object>]
[<CommonParameters>]
Description
This Cmdlet will Retrieve any fixme patch installation log files needed by HPE Support to analyze for installation completion or errors.
Info
Minimum required privileges: Infrastructure Administrator
Examples
Example 1
Get the fixme installation logs for the connected appliance.
Parameters
-ApplianceConnection <Object>
Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).
| Aliases | Appliance |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | (${Global:ConnectedSessions} | ? Default) |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-Location <System.IO.DirectoryInfo>
The directory location where to save the generated file to. If omitted, will use the current working directory.
| Aliases | None |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| 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)
Input Types
None. You cannot pipe objects to this Cmdlet.
Return Values
The downloaded log file.