< Back

Get-OVGDTask

Mon Jan 13, 2020 8:57 pm

NAME Get-OVGDTask



SYNOPSIS

Retrieves the Tasks on the Global Dashboard instance





SYNTAX

Get-OVGDTask [[-Server] <Object>] [[-Id] <Object>] [[-Count] <Object>] [<CommonParameters>]





DESCRIPTION

This function will retrieve the Tasks on the specified Global Dashboard instance





PARAMETERS

-Server <Object>

The Global Dashboard to retrieve Tasks from



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Id <Object>

The Id of the Task to retrieve



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Count <Object>

The count of Tasks to retrieve, defaults to 25



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 : 24/04-2019

Version : 0.3.0

Revised : 25/04-2019

Changelog:

0.3.0 -- Reworked output

0.2.0 -- Changed entity param to Id

0.1.1 -- Fixed bug in help text and added link



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



PS C:\\>Get-OVGDTask



Retrieves all Tasks on the Global Dashboard instance









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



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



Retrieves the specific Task 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/