-
Notifications
You must be signed in to change notification settings - Fork 52
Invoke HPOVWebBrowser
Start default web browser opened to appliance dashboard.
Invoke-HPOVWebBrowser[ [-Resource] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
This Cmdlet will open the default web browser to the specified appliance, logged in with the same credentials as the PowerShell library connection is authenticated with. To open multiple browser windows to each appliance connection, use the global $ConnectedSessions variable to override the -ApplianceConnection parameter.
-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? | 1 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Resource <String>
Use to quickly jump to the specific UI section of the connected appliance. Allowed values:
* Dashboard
* Enclosures
* LogicaInterconnectGroups
* LogicalEnclosures
* LogicalInterconnects
* Networks
* RackManagers
* ServerHardware
* ServerProfiles
* ServerProfileTemplates
* Settings
* StoragePools
* StorageSystems
* StorageVolumes
By default, the Cmdlet will open your default web browser to the appliance dashboard.
Aliases | None |
Required? | false |
Position? | 0 |
Default value | |
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.
None.
-------------------------- EXAMPLE 1 --------------------------Connect-HPOVMgmt -Hostname MyAppliance.domain.com -Username MyAccount -Password $MySecurePassword Invoke-HPOVWebBrowser
Connect to the appliance, then launch default web browser to the appliance dashboard.
Start default web browser opened to appliance dashboard.
Invoke-HPOVWebBrowser[ [-ApplianceConnection] <Object>] [<CommonParameters>]
This Cmdlet will open the default web browser to the specified appliance, logged in with the same credentials as the PowerShell library connection is authenticated with. To open multiple browser windows to each appliance connection, use the global $ConnectedSessions variable to override the -ApplianceConnection parameter.
-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? | 0 |
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.
None.
-------------------------- EXAMPLE 1 --------------------------Connect-HPOVMgmt -Hostname MyAppliance.domain.com -Username MyAccount -Password $MySecurePassword Invoke-HPOVWebBrowser
Connect to the appliance, then launch default web browser to the appliance dashboard.