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-ImageQRCodeWiFi

Namespace ImagePlayground
Inputs
System.String

Creates a WiFi QR code image.

Remarks

The generated QR code uses a WiFi payload that can be scanned by mobile devices to prefill network settings.

Examples

Authored help example

Create WiFi QR

PS>


New-ImageQRCodeWiFi -SSID Test -Password pass123 -FilePath wifi.png
        

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-ImageQRCodeWiFi [-BackgroundColor <Color>] -FilePath <String> [-ForegroundColor <Color>] -Password <String> [-PixelSize <Int32>] [-Show] -SSID <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

BackgroundColor Color optionalposition: namedpipeline: False
Background color of the QR code.
FilePath String requiredposition: 2pipeline: True (ByValue)
The image format is inferred from the file extension.
ForegroundColor Color optionalposition: namedpipeline: False
Foreground color of QR modules.
Password String requiredposition: 1pipeline: False
WiFi password.
PixelSize Int32 optionalposition: namedpipeline: False
Pixel size for each QR module.
Show SwitchParameter optionalposition: namedpipeline: False
Open the image after creation.
SSID String requiredposition: 0pipeline: False
WiFi network name.