e Get-TdChangeActivity | Welcome to TOPdeskPS

Main | Command Reference | Quick Start

Welcome to TOPdeskPS

PowerShell module to interact with the TOPdesk REST Api

Get-TdChangeActivity

SYNOPSIS

Gets change activities

SYNTAX

Get-TdChangeActivity [-Change <String[]>] [-Archived] [<CommonParameters>]

DESCRIPTION

This command returns change activitites. This returns changes available to the account used with Connect-TdService.

EXAMPLES

EXAMPLE 1

Get-TdChangeActivity -Change 'C1801-123'

Grabs change activitites for C1801-123

PARAMETERS

-Change

Id or number of the parent change This is a repeatable filter parameter

Type: String[]
Parameter Sets: (All)
Aliases: id

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Archived

Whether to only retrieve archived changes or not.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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