< Back

Get-OVGDGroupMember

Mon Jan 13, 2020 8:52 pm

NAME Get-OVGDGroupMember



SYNOPSIS

Retrieve members from a Global Dashboard groups





SYNTAX

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





DESCRIPTION

This function will retrieve the members of a logical groups on 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>

The Id of the Group to retrieve members from



Required? true

Position? 2

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

Revised : 25/04-2019

Changelog:

0.2.0 -- Changed Entity parameter to Id

0.1.1 -- Added help text



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



PS C:\\>Get-OVGDGroupMember -Id xxxxxxxx-xxxx-xxxx-xxxx-54e195f27f36



Lists the members of the group with the specified Id











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

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

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