diff --git a/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md b/docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md index 3ca7f13cb8..d56022faf3 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: False +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.