You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.