Get-PropertiesToCSV

SYNOPSIS

Get member data of an object. Use it to create other PSObjects.

SYNTAX

Get-PropertiesToCSV [[-Data] <Object[]>] [<CommonParameters>]

DESCRIPTION

Get member data of an object. Use it to create other PSObjects.

EXAMPLES

EXAMPLE 1

Get-PropertiesToCSV -data $data

PARAMETERS

-Data

Parameter description

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

Required: False
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.

INPUTS

OUTPUTS

NOTES