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

Command

New-ConfigurationProjectWorkspace

Namespace PSPublishModule
Inputs
None
Outputs
PowerForge.ConfigurationProjectWorkspace

Creates workspace-validation defaults for a PowerShell-authored project build.

Remarks

Creates workspace-validation defaults for a PowerShell-authored project build.

Examples

Authored help example

EXAMPLE 1


New-ConfigurationProjectWorkspace -ConfigPath 'C:\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

New-ConfigurationProjectWorkspace [-ConfigPath <String>] [-DisableFeature <String[]>] [-EnableFeature <String[]>] [-Profile <String>] [-SkipValidation] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

ConfigPath String optionalposition: namedpipeline: False
Optional workspace validation config path.
DisableFeature String[] optionalposition: namedpipeline: False
Optional features to disable.
EnableFeature String[] optionalposition: namedpipeline: False
Optional features to enable.
Profile String optionalposition: namedpipeline: False
Optional workspace validation profile.
SkipValidation SwitchParameter optionalposition: namedpipeline: False
When set, disables workspace validation by default for this object.

Outputs

PowerForge.ConfigurationProjectWorkspace