< Back

Get-OVGDConvergedSystem

Mon Jan 13, 2020 8:51 pm

NAME Get-OVGDConvergedSystem



SYNOPSIS

Retrieves Converged systems connected to the Global Dashboard instance





SYNTAX

Get-OVGDConvergedSystem [-Server <Object>] [-Count <Object>] [<CommonParameters>]



Get-OVGDConvergedSystem [-Server <Object>] [-SystemName <Object>] [-Appliance <Object>] [-Status <Object>]

[-UserQuery <Object>] [-Count <Object>] [<CommonParameters>]



Get-OVGDConvergedSystem [-Server <Object>] [-Id <Object>] [<CommonParameters>]





DESCRIPTION

This function will retrieve the Converged systems on the specified Global Dashboard instance





PARAMETERS

-Server <Object>

The Global Dashboard to retrieve Converged systems from



Required? false

Position? named

Default value $Global:OVGDPSServer

Accept pipeline input? false

Accept wildcard characters? false



-Id <Object>

The Id of the Converged system to retrieve



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SystemName <Object>

Filter on the System name of the Converged system to retrieve. Note that we search for an exact match



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Appliance <Object>

Filter on the Appliance of the Converged system to retrieve. Note that we search for an exact match



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Status <Object>

Filter on the Status of the Converged system to retrieve. Note that we search for an exact match



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-UserQuery <Object>

Query string used for full text search



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Count <Object>

The count of entities to retrieve, defaults to 25



Required? false

Position? named

Default value 25

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

Revised : 25/04-2019

Changelog:

0.4.0 -- Reworked output

0.3.0 -- Changed Entity parameter to Id, adding Name alias

0.2.0 -- Added support for querying, changed warning text when result is bigger than count

0.1.2 -- Fixed bug in help text and added link

0.1.1 -- Added help text



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



PS C:\\>Get-OVGDConvergedSystem



Retrieves all Converged systems connected to the Global Dashboard instance









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-OVGDConvergedSystem -Appliance appliance-01



Retrieves the specific Converged system connected to the specified Appliance











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

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

https://rudimartinsen.com/2019/04/23/hp ... ll-module/