We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f0c59c + df2b189 commit 7a2e7c3Copy full SHA for 7a2e7c3
workload/scripts/Manual-DSC-Storage-Scripts.ps1
@@ -146,5 +146,6 @@ Write-Host "Applying MOF files. DSC configuration"
146
Set-WSManQuickConfig -Force -Verbose
147
Start-DscConfiguration -Path $MofPath -Wait -Verbose -Force
148
149
-Write-Host "DSC extension run clean up"
150
-Remove-Item -Path $MofPath -Force -Recurse
+# Commenting as it may create issues when running script
+# Write-Host "DSC extension run clean up"
151
+# Remove-Item -Path $MofPath -Force -Recurse
0 commit comments