あるディレクトリ内のファイルを、lastwritetimeが2010年3月26日午後9時以上の別のディレクトリにコピーする必要があります。私が使用しているもの:
Get-ChildItem C:\pstest\hlstore\folder1\data | where-object {$i.lastwritetime -ge “3/26/2010 9:00 PM”} | Copy-Item -destination c:\pstest\hlstore2\folder1\data
しかし、何も起こりません...
どんな助けでも大歓迎です。
ありがとう!
エモ