Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Release date updated in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoc70 committed Dec 9, 2017
1 parent 1b684d8 commit 9f8f93a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Copy-ReceiveConnector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE
RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.
Version 1.5, 2016-11-11
Version 1.5, 2017-11-11
Please send ideas, comments and suggestions to [email protected]
Expand Down Expand Up @@ -184,7 +184,9 @@ function Copy-ToServer {
-EnableAuthGSSAPI $sourceRC.EnableAuthGSSAPI `
-ExtendedProtectionPolicy $sourceRC.ExtendedProtectionPolicy `
-SizeEnabled $sourceRC.SizeEnabled `
-TarpitInterval $sourceRC.TarpitInterval ` -EnhancedStatusCodesEnabled $sourceRC.EnhancedStatusCodesEnabled ` -Server $TargetServerName `
-TarpitInterval $sourceRC.TarpitInterval `
-EnhancedStatusCodesEnabled $sourceRC.EnhancedStatusCodesEnabled `
-Server $TargetServerName `
-AuthMechanism $sourceRC.AuthMechanism `
-Fqdn $sourceRC.Fqdn

Expand Down Expand Up @@ -252,7 +254,8 @@ function Copy-ToServer {
-EnableAuthGSSAPI $sourceRC.EnableAuthGSSAPI `
-ExtendedProtectionPolicy $sourceRC.ExtendedProtectionPolicy `
-SizeEnabled $sourceRC.SizeEnabled `
-TarpitInterval $sourceRC.TarpitInterval ` -EnhancedStatusCodesEnabled $sourceRC.EnhancedStatusCodesEnabled `
-TarpitInterval $sourceRC.TarpitInterval `
-EnhancedStatusCodesEnabled $sourceRC.EnhancedStatusCodesEnabled `
-AuthMechanism $sourceRC.AuthMechanism `
-Fqdn $sourceRC.Fqdn
# -Bindings $targetRC.Bindings `
Expand Down

0 comments on commit 9f8f93a

Please sign in to comment.