configure show command displays detailed information about a configuration file without applying it.
Syntax
Arguments
Path to YAML configuration file or URL
Options
Configuration file path or URL (alternative to positional argument)
Show configuration from history by ID
Path to PowerShell modules directory
Path to custom DSC processor
Examples
Show configuration file:Output Format
Displays configuration metadata and resources:Use Cases
Preview Configuration
Inspect configuration before applying:Verify Syntax
Validate configuration file is well-formed:Review History
Inspect previously applied configurations:Exit Codes
0- Success0x8A150031- Configuration file not found0x8A150032- Configuration parsing failed
The
show command only displays configuration details and doesn’t make any system changes.