[-Path] <String[]> **[[-Destination] <String>] **[-Container][-Force][-Filter <String>][-Include <String[]>] **[-Exclude <String[]>][-Recurse] **[-PassThru][-Credential <PSCredential>][-WhatIf][-Confirm][-UseTransaction][-FromSession <PSSession>][-ToSession <PSSession>][<CommonParameters>]
创建文件
复制.log以外的文件
重定向
dir |Out-file test2.txtdir |Set-Content test3.htmldir |Select-Object name,length,LastWriteTime | ConvertTo-Html |Set-Content test3.html
