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

2024-02-07  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读