MemProcFS-Analyzer icon indicating copy to clipboard operation
MemProcFS-Analyzer copied to clipboard

Missing argument in ipinfo execution and Select-Object : Property "org" cannot be found. in IPinfoRecord

Open nicolasvillatte opened this issue 3 months ago • 3 comments

[Info]  0 IPv6 addresses found (2)
flag needs an argument: 't' in -t
Usage of D:\MemProcFS-Analyzer-v1.2.0\Tools\IPinfo\ipinfo.exe:
  -h, --help           show help.
  -j, --json           output JSON format.
      --nocolor        disable color output.
  -p, --pretty         output pretty format. (default) (default true)
  -t, --token string   the token to use.
  -y, --yaml           output YAML format.
flag needs an argument: 't' in -t
Usage of D:\MemProcFS-Analyzer-v1.2.0\Tools\IPinfo\ipinfo.exe:
  -h, --                show help.
  -c, --csv             output CSV format.
  -f, --field strings   specific field to lookup.
      --help            show detailed help
  -j, --json            output JSON format. (default) (default true)
      --nocache         disable the cache.
      --nocolor         disable colored output.
  -p, --pretty          output pretty format. (default true)
  -t, --token string    the token to use.
  -v, --version         print binary release number.
  -y, --yaml            output YAML format.
Select-Object : Property "org" cannot be found.
At D:\MemProcFS-Analyzer-v1.2.0\MemProcFS-Analyzer.ps1:2662 char:94
+ ...           = $IPinfoRecord | Select-Object -ExpandProperty org | ForEa ...
+                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (@{warn: error i...ent: 't' in -t}:PSObject) [Select-Object], PSArgumen
   tException
    + FullyQualifiedErrorId : ExpandPropertyNotFound,Microsoft.PowerShell.Commands.SelectObjectCommand

Select-Object : Property "org" cannot be found.
At D:\MemProcFS-Analyzer-v1.2.0\MemProcFS-Analyzer.ps1:2663 char:94
+ ... ame"      = $IPinfoRecord | Select-Object -ExpandProperty org | ForEa ...
+                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (@{warn: error i...ent: 't' in -t}:PSObject) [Select-Object], PSArgumen
   tException
    + FullyQualifiedErrorId : ExpandPropertyNotFound,Microsoft.PowerShell.Commands.SelectObjectCommand

nicolasvillatte avatar Nov 01 '25 19:11 nicolasvillatte