spelling: lifting

This commit is contained in:
Josh Soref 2019-10-26 22:08:50 -04:00
parent a2c3df5c99
commit 1c2ff20ab4

View File

@ -51,10 +51,10 @@ Param (
Function Create-HNetObjects { Function Create-HNetObjects {
<# <#
.SYNOPSIS .SYNOPSIS
A helper function that does the heavy lifiting with NetCfg.HNetShare A helper function that does the heavy lifting with NetCfg.HNetShare
.DESCRIPTION .DESCRIPTION
A helper function that does the heavy lifiting with NetCfg.HNetShare. This returns a PSObject containing the `INetSharingConfigurationForINetConnection` info of 2 Adapters. A helper function that does the heavy lifting with NetCfg.HNetShare. This returns a PSObject containing the `INetSharingConfigurationForINetConnection` info of 2 Adapters.
.PARAMETER InternetAdaptor .PARAMETER InternetAdaptor
The output of Get-NetAdaptor filtered down to the 'main' uplink interface. The output of Get-NetAdaptor filtered down to the 'main' uplink interface.