powershell 渗透相关 cmdlets语句

· Copy a file: Copy-Item source_file destination_file

· Move a file: Move-Item source_file destination_file

· Get Services: Get-Service

· get-command -verb export

· get-process | export-csv processes.csvlop0-

上一篇:Redis - Data type - Set


下一篇:Java编程思想:内部类基础部分