PSInternetConnectionSharing
1.3
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
Author(s)
Per Allner
Copyright
(c) 2023 Per Allner. All rights reserved.
Package Details
Owners
Tags
Functions
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v1.3:
- 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.3 (current version) | 1,011,807 | 9/8/2023 |
1.2.4 | 369,640 | 7/29/2023 |
1.2.3 | 666,486 | 5/27/2023 |