Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.71 KB

File metadata and controls

60 lines (42 loc) · 2.71 KB

external help file: ConnectWiseManageAPI-help.xml Module Name: ConnectWiseManageAPI online version: schema: 2.0.0

Get-CWMReportColumn

SYNOPSIS

This function will list the columns of the specified report.

SYNTAX

Get-CWMReportColumn [-Report] <String> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-CWMReportColumn -Report ServiceNote

Will return columns for the ServiceNote report.

PARAMETERS

-Report

The name of the report you want the columns for.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
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.

INPUTS

OUTPUTS

NOTES

Author: Chris Taylor Date: 11/12/2018

RELATED LINKS

https://developer.connectwise.com/products/manage/rest?a=System&e=Reports&o=COLUMNS