-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVApplianceSshAccess
Get the current SSH console access state.
Get-HPOVApplianceSshAccess[ [-ApplianceConnection] <Object>] [<CommonParameters>]
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
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.SshAccess
The configured state of the appliance SSH console.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceSshAccess
Get the current state of the appliance SSH console.