< Back
Remove-OVGDGroup
Post
NAME Remove-OVGDGroup
SYNOPSIS
Delete a Global Dashboard group
SYNTAX
Remove-OVGDGroup [[-Server] <Object>] [-Group] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
This function will remove a 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
-Group <Object>
The Id of the Group to delete
Required? true
Position? 2
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:\\>Remove-OVGDGroup -Group xxxxxxxx-xxxx-xxxx-xxxx-1b2841850e85
Deletes the logical group on the connected Global Dashboard instance with the specified uri
RELATED LINKS
https://github.com/rumart/GlobalDashboardPS
https://developer.hpe.com/blog/accessin ... hboard-api
SYNOPSIS
Delete a Global Dashboard group
SYNTAX
Remove-OVGDGroup [[-Server] <Object>] [-Group] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
This function will remove a 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
-Group <Object>
The Id of the Group to delete
Required? true
Position? 2
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:\\>Remove-OVGDGroup -Group xxxxxxxx-xxxx-xxxx-xxxx-1b2841850e85
Deletes the logical group on the connected Global Dashboard instance with the specified uri
RELATED LINKS
https://github.com/rumart/GlobalDashboardPS
https://developer.hpe.com/blog/accessin ... hboard-api