TheTaylorLee / AdminToolbox

Repository for the AdminToolbox PowerShell Modules
MIT License
191 stars 23 forks source link

New-p2ptunnel calling wrong private function #10

Closed TheTaylorLee closed 3 years ago

TheTaylorLee commented 3 years ago

New-P2Ptunnel is calling the private function New-FirewallPolicyTunnel, but when New-P2PTunnel is run, the private function New-FirewallPolicyTunnelNAT is running instead. New to look for why and fix this.

TheTaylorLee commented 3 years ago

The private function New-FirewallPolicyTunnelNAT was incorrectly name New-FirewallPolicyTunnel in the script file. I updated the function name and that should resolve this problem.