From bfa16b2ef8b94d6acccdb4d2a2b53b660495a795 Mon Sep 17 00:00:00 2001 From: Borislav Velkov Date: Wed, 8 Sep 2021 10:26:16 +0300 Subject: [PATCH 1/2] Resolves #2589 Add parameter for Windows 10. https://github.com/MicrosoftDocs/windows-powershell-docs/issues/2589 --- .../bitstransfer/Start-BitsTransfer.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md b/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md index 3ca7f13cb8..7807035111 100644 --- a/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md +++ b/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md @@ -21,7 +21,7 @@ Start-BitsTransfer [-Asynchronous] [-Authentication ] [-Credential ] [-UseStoredCredential ] [-ProxyAuthentication ] [-ProxyBypass ] [-ProxyCredential ] [-ProxyList ] [-ProxyUsage ] [-RetryInterval ] [-RetryTimeout ] - [-Source] [-Suspended] [-TransferType ] [-WhatIf] [-Confirm] [] + [-SecurityFlags ] [-Source] [-Suspended] [-TransferType ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -486,6 +486,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SecurityFlags +Specifies security flags for HTTP to determine if BITS should check the certificate revocation list, ignore certain certificate errors, and define the policy to use when a server redirects the HTTP request. + +Note: This parameter is only available in Windows 10. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Accepted values: RedirectPolicyAllowSilent, EnableCRLCheck, IgnoreCertCNInvalid, IgnoreCertDateInvalid, IgnoreUnknownCA, IgnoreCertWrongUsage, RedirectPolicyAllowReport, RedirectPolicyDisallow, RedirectPolicyAllowHttpsToHttp + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Source Specifies the source location and the names of the files that you want to transfer. The source file names are paired with the corresponding destination file names. From 34e358218ca54d370c38101bf7fa331ef0177b6a Mon Sep 17 00:00:00 2001 From: Borislav Velkov Date: Wed, 15 Sep 2021 21:29:59 +0300 Subject: [PATCH 2/2] Update docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md --- docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md b/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md index 7807035111..d56022faf3 100644 --- a/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md +++ b/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md @@ -497,7 +497,7 @@ Parameter Sets: (All) Aliases: Accepted values: RedirectPolicyAllowSilent, EnableCRLCheck, IgnoreCertCNInvalid, IgnoreCertDateInvalid, IgnoreUnknownCA, IgnoreCertWrongUsage, RedirectPolicyAllowReport, RedirectPolicyDisallow, RedirectPolicyAllowHttpsToHttp -Required: True +Required: False Position: Named Default value: None Accept pipeline input: True (ByPropertyName)