Get-OVRemoteSyslog
Syntax
Description
The remoteSyslog API provides the ability to configure remote logging on devices managed by OneView. This Cmdlet handles disabling the remote syslog configuration. Only a single destination can be set. When configured, the HPE OneView appliance will deploy the SysLog settings to managed resources automatically.
Info
Minimum required privileges: Read-only
Examples
Example 1
Get-OVRemoteSyslog
Appliance Destination Port Enabled
--------- ----------- ---- -------
appliance1.domain.com False
appliance2.domain.com 10.150.20.1 514 True
Get the current configuration from all connected appliances.
Example 2
Get-OVRemoteSyslog -ApplianceConnection appliance1.domain.com
Appliance Destination Port Enabled
--------- ----------- ---- -------
appliance1.domain.com False
Get the current configuration from specified 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 |
<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
If successful, returns Appliance Syslog settings
Collection of Appliance Syslog settings