mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Update FFU.Common.Core.psm1
This commit is contained in:
@@ -156,7 +156,7 @@ function Start-BitsTransferWithRetry {
|
|||||||
$VerbosePreference = 'SilentlyContinue'
|
$VerbosePreference = 'SilentlyContinue'
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
|
||||||
Start-BitsTransfer -Source $Source -Destination $Destination -ErrorAction Stop
|
Start-BitsTransfer -Source $Source -Destination $Destination -Priority Normal -ErrorAction Stop
|
||||||
|
|
||||||
$ProgressPreference = $OriginalProgressPreference
|
$ProgressPreference = $OriginalProgressPreference
|
||||||
$VerbosePreference = $OriginalVerbosePreference
|
$VerbosePreference = $OriginalVerbosePreference
|
||||||
|
|||||||
Reference in New Issue
Block a user