What version of PowerShell ISE is required for an object connection?

When I try to use Join-Object, it throws the following error:

The term "join-object" is not recognized as a cmdlet name, function, script file, or operating program. Check the spelling of the name, or if the path was included, make sure the path is correct and try again.

I am not sure why he is throwing this error.

My current version is Windows PowerShell 3.0.

+4
source share
2 answers

Join-ObjectIt is not a built-in cmdlet in any current version of PowerShell, but several people have written versions of this file. For example, this is one that is part of the PSExcel module:

https://www.powershellgallery.com/packages/PSExcel/1.0.2/Content/Join-Object.ps1

script .ps1 , . Join-Object . PSExcel PowerShell , Join-Object.

PowerShell . . .

+2

, PowerShell cmdlet, function. . PoSh, .

+1

Source: https://habr.com/ru/post/1688579/


All Articles