Get HPOVApplianceSshAccess - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVApplianceSshAccess

Get the current SSH console access state.

SYNTAX

Get-HPOVApplianceSshAccess[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

You can configure the appliance to allow or deny remote access to the HPE OneView appliance using SSH. This Cmdlet will return the current SSH console access state on the appliance.

Privileges: Infrastructure administrator

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? False
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
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

HPOneView.Appliance.SshAccess

The configured state of the appliance SSH console.

Examples

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

Get-HPOVApplianceSshAccess

Get the current state of the appliance SSH console.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️