< Back
Get-OVGDGroup
Post
NAME Get-OVGDGroup
SYNOPSIS
Retrieve Global Dashboard groups
SYNTAX
Get-OVGDGroup [[-Server] <Object>] [[-Id] <Object>] [[-Count] <Object>] [<CommonParameters>]
DESCRIPTION
This function will retrieve logical groups 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 $Global:OVGDPSServer
Accept pipeline input? false
Accept wildcard characters? false
-Id <Object>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Count <Object>
Required? false
Position? 3
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
0.2.1 -- Added help text
0.2.0 -- Added count param
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-OVGDGroup
Lists the groups on the connected Global Dashboard instance
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-OVGDGroup -Id xxxxxxxx-xxxx-xxxx-xxxx-54e195f27f36
Lists the groups on the connected Global Dashboard instance with the specified Id
RELATED LINKS
https://github.com/rumart/GlobalDashboardPS
https://developer.hpe.com/blog/accessin ... hboard-api
SYNOPSIS
Retrieve Global Dashboard groups
SYNTAX
Get-OVGDGroup [[-Server] <Object>] [[-Id] <Object>] [[-Count] <Object>] [<CommonParameters>]
DESCRIPTION
This function will retrieve logical groups 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 $Global:OVGDPSServer
Accept pipeline input? false
Accept wildcard characters? false
-Id <Object>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Count <Object>
Required? false
Position? 3
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
0.2.1 -- Added help text
0.2.0 -- Added count param
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-OVGDGroup
Lists the groups on the connected Global Dashboard instance
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-OVGDGroup -Id xxxxxxxx-xxxx-xxxx-xxxx-54e195f27f36
Lists the groups on the connected Global Dashboard instance with the specified Id
RELATED LINKS
https://github.com/rumart/GlobalDashboardPS
https://developer.hpe.com/blog/accessin ... hboard-api