Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 1.57 KB

File metadata and controls

75 lines (54 loc) · 1.57 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> [-ProgressAction <ActionPreference>] [<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

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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