Get -ChildItem –Path C:\Logs\ -Recurse –File | Where-Object –Filter { $PSItem.LastAccessTime –lt $date }. Note that in PowerShell v2, ...
確定! 回上一頁