From 63617897f3074f6848ea453d6ff95e1fb37b8dd5 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:44:25 -0700 Subject: [PATCH] docs --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0725d48..117e92f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -31,7 +31,7 @@ There are likely going to be bugs with this, but in my testing things seem to wo Simple function that accepts \$URL parameter to test if a URL is accessible. -`Start-BitsTransferWithRetry` +### `Start-BitsTransferWithRetry` This is simply Start-BITSTransfer with some retry logic and setting `$VerbosePreference` and `$ProgressPreference` to SilentlyContinue. The retry logic was needed due to certain driver files randomly failing to download. The function is hardcoded to retry 3 times before failing and will wait 5 seconds between each retry attempt.