Skip to content

Commit 518e72e

Browse files
authored
Merge pull request #964 from ThomasNieto/fix-ps-progress
Suppress Windows PowerShell progress
2 parents 388daa9 + f4612a3 commit 518e72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powershell-adapter/psDscAdapter/win_psDscAdapter.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4+
$global:ProgressPreference = 'SilentlyContinue'
45
$script:CurrentCacheSchemaVersion = 1
56

67
function Write-DscTrace {

0 commit comments

Comments
 (0)