e Get-TdChangeDetail | Welcome to TOPdeskPS

Main | Command Reference | Quick Start

Welcome to TOPdeskPS

PowerShell module to interact with the TOPdesk REST Api

Get-TdChangeDetail

SYNOPSIS

returns details of a specified change

SYNTAX

Get-TdChangeDetail [-ChangeNumber] <Object> [<CommonParameters>]

DESCRIPTION

returns details of a specified change

EXAMPLES

EXAMPLE 1

Get-TdChange | Get-TdChangeDetail

returns details of all changes

TODO add support for change ID

PARAMETERS

-ChangeNumber

Change Number in format CYYMM-XXXX

Type: Object
Parameter Sets: (All)
Aliases: number

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
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