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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSInternetConnectionSharing -RequiredVersion 1.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSInternetConnectionSharing -Version 1.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 Per Allner. All rights reserved.

Package Details

Author(s)

  • Per Allner

Tags

ICS Windows

Functions

Set-Ics Get-Ics Disable-Ics

PSEditions

Desktop Core

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

Version History

Version Downloads Last updated
1.4.1 262,594 4/14/2024
1.4.0 649,116 2/25/2024
1.3.1 705,731 1/6/2024
1.3 (current version) 1,453,746 9/8/2023