美文网首页
PowerShellネットワックパス\\xxxx\\文件路径中查

PowerShellネットワックパス\\xxxx\\文件路径中查

作者: 马云生 | 来源:发表于2024-02-07 16:25 被阅读0次

PowerShellネットワックパス\\xxxx\\文件路径中查找文件

Get-ChildItem -Path \\xxxxx\aaa\bb\cc\47_s\03リ -Depth 2 -Filter *要件定義_*.xlsx|%{$_.FullName}

Get-ChildItem -Path \\xxxxx\aaa\bb\cc\47_s\03リ -Depth 2 -Filter  *要件定義_*.xlsx | Format-Table -Property fullname, lastwriteTime > C:\work\test.txt

Get-ChildItem -Path \\xxxxx\aaa\bb\cc\47_s\03リ -Depth 2 -Filter  *要件定義_*.xlsx | get-member -memberType property > C:\work\test.txt

Get-ChildItem -Path \\xxxxx\aaa\bb\cc\47_s\03リ -Depth 2 -Filter  *要件定義_*.xlsx | get-member

相关文章

网友评论

      本文标题:PowerShellネットワックパス\\xxxx\\文件路径中查

      本文链接:https://www.haomeiwen.com/subject/rlbhadtx.html