Invoke HPOVWebBrowser - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Invoke-HPOVWebBrowser

Start default web browser opened to appliance dashboard.

SYNTAX

Invoke-HPOVWebBrowser[ [-Resource] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

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.

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? 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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

None.

Examples

 -------------------------- 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.

Related Links


Top

HPE OneView 4.00 Library

Invoke-HPOVWebBrowser

Start default web browser opened to appliance dashboard.

SYNTAX

Invoke-HPOVWebBrowser[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

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.

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? 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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

None.

Examples

 -------------------------- 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.

Related Links


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