e Get-TdBudgetHolder | Welcome to TOPdeskPS

Main | Command Reference | Quick Start

Welcome to TOPdeskPS

PowerShell module to interact with the TOPdesk REST Api

Get-TdBudgetHolder

SYNOPSIS

Returns budget holders

SYNTAX

Get-TdBudgetHolder [[-Name] <Object>] [<CommonParameters>]

DESCRIPTION

Gets a list of budgetholders. Use the Name parameter to filter.

EXAMPLES

EXAMPLE 1

Get-TdBudgetHolder

returns a list of budget holders

PARAMETERS

-Name

Filter based on Names. Wildcards accepted. Default Value = ‘*’

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES