PSInternetConnectionSharing
1.4.0
PSInternetConnectionSharing is a PowerShell module that provides simple functions
to control Windows Internet Connection Sharing (ICS) from command line.
The module includes three functions:
- Set-Ics
- Get-Ics
- Disable-Ics
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2024 Per Allner. All rights reserved.
Package Details
Author(s)
- Per Allner
Tags
Functions
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v1.4.0:
- 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:
- Improvements in error reporting.
v1.3.0:
- 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.
FileList
- PSInternetConnectionSharing.nuspec
- PSInternetConnectionSharing.psd1
- PSInternetConnectionSharing.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.4.1 | 3,524,580 | 4/14/2024 |
1.4.0 (current version) | 649,123 | 2/25/2024 |
1.3.1 | 705,742 | 1/6/2024 |
1.3 | 1,453,800 | 9/8/2023 |