< Back

Add-OVGDAppliance

Mon Jan 13, 2020 8:49 pm

NAME Add-OVGDAppliance



SYNOPSIS

Adds a OneView applicane to Global Dashboard





SYNTAX

Add-OVGDAppliance [[-Server] <Object>] [-ApplianceName] <Object> [-ApplianceIP] <Object> [[-Username] <Object>]

[[-Password] <SecureString>] [[-LoginDomain] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

This function will add a OneView appliance to the specified Global Dashboard instance





PARAMETERS

-Server <Object>

The Global Dashboard to work with, defaults to the Global variable OVGDPSServer



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApplianceName <Object>

The Name of the OneView appliance to add



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-ApplianceIP <Object>

The IP Address of the OneView appliance to add



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Username <Object>

The Username of a user with access to the OneView appliance you want to add



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Password <SecureString>

The Password of the specified user



Required? false

Position? 5

Default value (Read-Host -Prompt "Provide your password please" -AsSecureString)

Accept pipeline input? false

Accept wildcard characters? false



-LoginDomain <Object>

The LoginDomain of the specified user, defaults to local



Required? false

Position? 6

Default value local

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Info

Author : Rudi Martinsen / Intility AS

Date : 25/03-2019

Version : 0.1.1

Revised : 17/04-2019

Changelog:

0.1.1 -- Added help text



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



PS C:\\>Add-OVGDAppliance -ApplianceIp 10.10.10.10 -ApplianceName oneview-001



Adds the specified OV appliance to the connected Global Dashboard instance











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

https://developer.hpe.com/blog/accessin ... hboard-api