TestimoX

API Reference

Command

ConvertTo-CxServerFeatureFlat

Namespace ComputerX.PowerShell
Inputs
ComputerX.Features.ServerFeatureInfo
Outputs
ComputerX.Features.ServerFeatureEntry

Converts ServerFeatureInfo items into a flattened view with hierarchical paths.

Examples

Authored help example

Example 1


Get-CxServerFeature | ConvertTo-CxServerFeatureFlat | Sort-Object Path
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

ConvertTo-CxServerFeatureFlat -InputObject <ServerFeatureInfo> [<CommonParameters>]
#

Parameters

InputObject ServerFeatureInfo requiredposition: 0pipeline: true (ByValue)
Gets or sets the InputObject parameter.

Outputs

ComputerX.Features.ServerFeatureEntry