Project

PowerBGInfo

Generate support-ready Windows desktop and logon backgrounds from PowerShell data, charts, and topology.

Stars 312
Forks 27
PowerShell Gallery downloads 612,914
Release v2.0.3
Language: C# Updated: 2026-09-02

API Reference

Command

New-BGInfoVisualCanvasFeature

Namespace PowerBGInfo
Inputs
None
Outputs
PowerBGInfo.BgInfoVisualCanvasFeature

Creates a BGInfo visual canvas feature-strip item.

Remarks

Feature-strip items are compact labels shown in the optional visual canvas footer strip.

Examples

Authored help example

EXAMPLE 1


$features = @(
    New-BGInfoVisualCanvasFeature -Icon 'A+' -Label 'light contrast boxes'
    New-BGInfoVisualCanvasFeature -Icon 'JSON' -Label 'portable config'
)
        

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-BGInfoVisualCanvasFeature [-Icon <String>] -Label <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Icon String optionalposition: namedpipeline: False
Compact item icon or symbol.
Label String requiredposition: namedpipeline: False
Feature label.

Outputs

PowerBGInfo.BgInfoVisualCanvasFeature