Skip to content

Format-RyverAttachmentObject

SYNOPSIS

Parse attachment objects.

SYNTAX

Format-RyverAttachmentObject [-InputObject] <PSObject[]> [<CommonParameters>]

DESCRIPTION

Parse attachment objects.

EXAMPLES

EXAMPLE 1

Format-RyverAttachmentObject -InputObject $objects

Parses the attachment objects.

EXAMPLE 2

$objects | Format-RyverAttachmentObject

Parses the attachment objects via the pipeline.

EXAMPLE 3

Format-RyverAttachmentObject $objects

Parses the attachment objects via positional parameter.

PARAMETERS

-InputObject

The public forum or private team channel objects to parse.

Type: PSObject[]
Parameter Sets: (All)
Aliases:

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

System.Management.Automation.PSCustomObject[]

System.Management.Automation.PSCustomObject

OUTPUTS

System.Management.Automation.PSObject[]

System.Management.Automation.PSObject

NOTES

  • Troy Lindsay
  • Twitter: @troylindsay42
  • GitHub: tlindsay42

https://tlindsay42.github.io/PSRyver/Private/Format-RyverAttachmentObject/

https://github.com/tlindsay42/PSRyver/blob/master/PSRyver/Private/Format-RyverAttachmentObject.ps1