We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a2aa3 commit a5371c8Copy full SHA for a5371c8
extensions/powershell/convert-resource.ps1
@@ -6,10 +6,9 @@ param (
6
7
begin {
8
$lines = [System.Collections.Generic.List[string]]::new()
9
+ "The current module paths: $env:PSModulePath" | Write-DscTrace -Operation Trace
10
11
$scriptModule = Import-Module "$PSScriptRoot/convertDscResource.psd1" -Force -PassThru -WarningAction SilentlyContinue -ErrorAction Stop
-
12
- "The current module paths: $env:PSModulePath" | Write-DscTrace -Operation Trace
13
}
14
15
process {
0 commit comments