Skip to content

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

@nicolasvillatte

Description

@nicolasvillatte
[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions