In Powershell, what's the best way to join two tables into one?

后端 未结 3 1900
北恋
北恋 2020-11-22 01:39

I\'m fairly new to Powershell, and am wondering if someone knows of any better way to accomplish the following example problem.

I have an array of mappings from IP a

3条回答
  •  梦谈多话
    2020-11-22 02:17

    Lee Holmes wrote up a blog post on a Join-Object function that does what you want. Too bad it isn't built into PowerShell yet.

提交回复
热议问题