< Back

New-OVGDGroup

Mon Jan 13, 2020 8:58 pm

NAME New-OVGDGroup



SYNOPSIS

Create a new Global Dashboard group





SYNTAX

New-OVGDGroup [[-Server] <Object>] [-GroupName] <Object> [[-Parent] <Object>] [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

This function will create a new logical group in 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



-GroupName <Object>

The Name of the Group to create



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Parent <Object>

The Id of the Parent group



Required? false

Position? 3

Default value

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:\\>New-OVGDGroup -GroupName MyGroup



Creates a logical group on the connected Global Dashboard instance with the name "MyGroup"









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



PS C:\\>New-OVGDGroup -GroupName MyGroup -Parent /rest/groups/xxxxxxxx-xxxx-xxxx-xxxx-2e4e1f02b0c0



Creates a logical group on the connected Global Dashboard instance with the name "MyGroup" as a child group of the

specified parent











RELATED LINKS

https://github.com/rumart/GlobalDashboardPS

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