PSInternetConnectionSharing icon indicating copy to clipboard operation
PSInternetConnectionSharing copied to clipboard

This PowerShell Module provides simple functions to control Windows Internet Connection Sharing (ICS) from command line.

Results 4 PSInternetConnectionSharing issues
Sort by recently updated
recently updated
newest added

Under the Sharing tab there is a settings button. Is it possible to set the Services? For instance in our environment we use 1706 (Port 80) and 1707 (Port 443)...

Hi @loxia01, I need to share a VPN connection with a network adapter: FAH_VPN shared to VoipPhone ![image](https://github.com/loxia01/PSInternetConnectionSharing/assets/91334170/a5038b11-915d-4cb6-b9f8-631fd0ebd3dc) However when I issue the command: `Set-Ics -PublicConnectionName "FAH_VPN" -PrivateConnectionName "VoipPhone" -PassThru`...

I need to turn off & on ICS for my VPN connection which connects me to the internet, but the program can't seem to see or access it anyhow ![image](https://user-images.githubusercontent.com/1309656/116657672-80250e00-a997-11eb-97d1-a1d60e381d7b.png)

I am trying to share a VPN connection with a device manufacturer being "WireGuard LLC" in my VM to my host computer, via a NIC with host-only network. The VPN...