The property 'coord' cannot be found on this object. Verify that the property exists.At C:\Users\Marcin\Desktop\Cmdr's Log v1.6b\ED-Limit-Sphere.ps1:22 char:4
+ $xd = $_.coord[0] - $center.coord[0]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified:

) [], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict
The property 'coord' cannot be found on this object. Verify that the property exists.
At C:\Users\Marcin\Desktop\Cmdr's Log v1.6b\ED-Limit-Sphere.ps1:23 char:4
+ $yd = $_.coord[1] - $center.coord[1]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified:

) [], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict
The property 'coord' cannot be found on this object. Verify that the property exists.
At C:\Users\Marcin\Desktop\Cmdr's Log v1.6b\ED-Limit-Sphere.ps1:24 char:4
+ $zd = $_.coord[2] - $center.coord[2]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified:

) [], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict
The variable '$xd' cannot be retrieved because it has not been set.
At C:\Users\Marcin\Desktop\Cmdr's Log v1.6b\ED-Limit-Sphere.ps1:25 char:30
+ $Distance = [math]::Sqrt(($xd * $xd) + ($yd * $yd) + ($zd * $zd))
+ ~~~
+ CategoryInfo : InvalidOperation: (xd:String) [], RuntimeException
+ FullyQualifiedErrorId : VariableIsUndefined
The variable '$Distance' cannot be retrieved because it has not been set.
At C:\Users\Marcin\Desktop\Cmdr's Log v1.6b\ED-Limit-Sphere.ps1:26 char:8
+ if ($Distance -le $Radius) { $_.Name }
+ ~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Distance:String) [], RuntimeException
+ FullyQualifiedErrorId : VariableIsUndefined
WARNING: No systems found within 150 Light Years of Hyroks