4 lines
115 B
PowerShell
4 lines
115 B
PowerShell
# This file represents a script with a DSC configuration
|
|
configuration AConfiguration {
|
|
Node "TEST-PC" {}
|
|
}
|