Не удается найти свойство "IPv4Connectivity" для этого объекта. Убедитесь, что оно существует.
D:\IPv6Tunnel.ps1:141 знак:20
+ ... Where-Object { $_.NetProfile.IPv4Connectivity -eq 'Internet' }).IPV4 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict
Get-NetIPConfiguration -Detailed
показывает что есть. $ClientIPv4Address = $(Get-NetIPConfiguration | Where-Object {
$_.NetProfile -and $_.NetProfile.PSObject.Properties['IPv4Connectivity'] -and $_.NetProfile.IPv4Connectivity -eq 'Internet'
}).IPV4Address[0].IPAddress