Skip to content

Commit 0ec79c4

Browse files
authored
Merge pull request MicrosoftDocs#2642 from velkovb/fix/2589-add-parameter
Resolves MicrosoftDocs#2589
2 parents 4542628 + c66efa7 commit 0ec79c4

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docset/winserver2019-ps/bitstransfer/Start-BitsTransfer.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Start-BitsTransfer [-Asynchronous] [-Authentication <String>] [-Credential <PSCr
2121
[-TransferPolicy <CostStates>] [-UseStoredCredential <AuthenticationTargetValue>]
2222
[-ProxyAuthentication <String>] [-ProxyBypass <String[]>] [-ProxyCredential <PSCredential>]
2323
[-ProxyList <Uri[]>] [-ProxyUsage <String>] [-RetryInterval <Int32>] [-RetryTimeout <Int32>]
24-
[-Source] <String[]> [-Suspended] [-TransferType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-SecurityFlags <String>] [-Source] <String[]> [-Suspended] [-TransferType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -486,6 +486,24 @@ Accept pipeline input: False
486486
Accept wildcard characters: False
487487
```
488488

489+
### -SecurityFlags
490+
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.
491+
492+
Note: This parameter is only available in Windows 10.
493+
494+
```yaml
495+
Type: String
496+
Parameter Sets: (All)
497+
Aliases:
498+
Accepted values: RedirectPolicyAllowSilent, EnableCRLCheck, IgnoreCertCNInvalid, IgnoreCertDateInvalid, IgnoreUnknownCA, IgnoreCertWrongUsage, RedirectPolicyAllowReport, RedirectPolicyDisallow, RedirectPolicyAllowHttpsToHttp
499+
500+
Required: False
501+
Position: Named
502+
Default value: None
503+
Accept pipeline input: True (ByPropertyName)
504+
Accept wildcard characters: False
505+
```
506+
489507
### -Source
490508
Specifies the source location and the names of the files that you want to transfer.
491509
The source file names are paired with the corresponding destination file names.

0 commit comments

Comments
 (0)