-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVApplianceCurrentSecurityMode
Get the appliance current security mode.
Get-HPOVApplianceCurrentSecurityMode[ [-ApplianceConnection] <Array>] [<CommonParameters>]
Return the current security mode of the appliance.
-ApplianceConnection <Array>
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? | 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.
HPOneView.Appliance.SecurityMode
The current appliance security mode.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceCurrentSecurityMode
Get the appliances current security mode.