Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageOrganizationMember

Namespace ImagePlayground
Inputs
None
Outputs
ChartForgeX.Topology.TopologyTeamMember

Creates one member for an organization or team chart.

Remarks

The returned ChartForgeX team member can be passed to New-ImageOrganizationChart.

Examples

Authored help example

Create a manager

PS>


New-ImageOrganizationMember -Id lead -Name 'Avery Stone' -Role 'Engineering Lead' -Status Healthy
        

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

New-ImageOrganizationMember [-IconId <String>] -Id <String> [-LayoutPolicy <Auto|Standard|Compact|Vertical>] [-Level <Int32>] [-Metadata <Hashtable>] -Name <String> [-ParentId <String>] [-Role <String>] [-Status <Healthy|Warning|Critical|Unknown|Disabled>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

IconId String optionalposition: namedpipeline: False
Optional ChartForgeX topology icon identifier.
Id String requiredposition: 0pipeline: False
Stable member identifier.
LayoutPolicy TopologyHierarchyLayoutPolicy optionalposition: namedpipeline: Falsevalues: 4
Sibling layout applied to this member's direct reports and inherited by its subtree.
Possible values: Auto, Standard, Compact, Vertical
Level Int32 optionalposition: namedpipeline: False
Optional explicit hierarchy level.
Metadata Hashtable optionalposition: namedpipeline: False
Optional host-readable metadata copied to the generated topology node.
Name String requiredposition: 1pipeline: False
Member display name.
ParentId String optionalposition: namedpipeline: False
Manager or parent member identifier.
Role String optionalposition: 2pipeline: False
Optional role or job title.
Status TopologyHealthStatus optionalposition: namedpipeline: Falsevalues: 5
Member health or availability state.
Possible values: Healthy, Warning, Critical, Unknown, Disabled

Outputs

ChartForgeX.Topology.TopologyTeamMember