Array Expression Operator

suggest change

Returns the expression as an array.

@(Get-ChildItem $env:windir\System32\ntdll.dll)

Will return an array with one item

@(Get-ChildItem $env:windir\System32)

Will return an array with all the items in the folder (which is not a change of behavior from the inner expression.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents