来自powershell窗口:$ PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
3 0 -1 -1
根据文档,V3支持Get-ChildItem的-File参数。 https://technet.microsoft.com/en-us/library/hh847897(v=wps.620).aspx
当我运行时:Get-ChildItem -File -Recurse -Path $ Path
其中$ Path是包含有效文件夹路径的变量。
我收到错误: Get-ChildItem:找不到与参数名称匹配的参数'文件'。
我读到的每个地方v3都支持这个。我错过了什么?
答案 0 :(得分:0)
https://technet.microsoft.com/en-us/library/hh849800.aspx
这些是v5.0 docs,但-file未列为get-childitem的参数。