< Back

Remove-OVGDAppliance

Mon Jan 13, 2020 8:59 pm

NAME Remove-OVGDAppliance



SYNOPSIS

Remove a OneView appliance from the Global Dashboard instance





SYNTAX

Remove-OVGDAppliance [[-Server] <Object>] [-Entity] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

This function will remove a Oneview appliance from the connected 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



-Entity <Object>

The Id of the OneView appliance to remove



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

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:\\>Remove-OVGDAppliance -Entity xxxxxxxx-xxxx-xxxx-xxxx-1b2841850e85



Removes the OneView appliance with the specified uri from the connected Global Dashboard instance











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

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