Evotec

Project

PSPublishModule

PSPublishModule is an open-source PowerShell and .NET project with packages, release history, and technical documentation.

Stars 43
Forks 13
Open issues 1
PowerShell Gallery downloads 13,876
Release v3.0.3
Language: C# Updated: 2026-04-14

API Reference

Cmdlet

New-ConfigurationExecute

Namespace PSPublishModule
Inputs
None
Outputs
System.Object

Reserved placeholder for future execution-time configuration.

Remarks

This cmdlet currently exists only for backward compatibility with older build scripts. It emits no configuration segment and has no effect.

Examples

Authored help example

Call the placeholder cmdlet (no output)

PS>


New-ConfigurationExecute
        

No action is performed and nothing is emitted to the pipeline.

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-ConfigurationExecute [<CommonParameters>]
#
Parameter set: All Parameter Sets

Outputs

System.Object