Skip to content

Releases: loxia01/PSInternetConnectionSharing

v1.4.1

14 Apr 05:10

Choose a tag to compare

  • Fixed error handling and output for connections that are not ICS settable.
  • Minor bug fix.

v1.4.0

25 Feb 01:20

Choose a tag to compare

  • Significant performance improvements for Set-Ics and Get-Ics, and a small improvement for Disable-Ics.
  • When no ICS connections exist to be disabled Disable-Ics with parameter -PassThru does not produce any output.
  • Minor error reporting fixes.

v1.3.1

26 Nov 14:55

Choose a tag to compare

  • Improvements in error reporting.

v1.3.0

08 Sep 00:56

Choose a tag to compare

  • Get-Ics now returns a PSCustomObject instead of a format object. This change also applies to Set-Ics and Disable-Ics when Passthru parameter is used.
  • Streamlined default output behavior for Get-Ics with no parameters supplied. Get-Ics now only lists connections where ICS is enabled and
    returns $null if ICS is not enabled for any connection.
    A switch parameter AllConnections has been added in order to list all network connections. Parameter HideDisabled was removed.