当前位置: 代码迷 >> 综合 >> 第四天 powershell
  详细解决方案

第四天 powershell

热度:27   发布时间:2023-12-04 11:57:10.0

powershell的应用命令
基础命令
get-service 获取服务
get-process 获取进程
stop-process 停止进程
get-date 获取时间
get-alias cls 查看cls别名命令
Get-ChildItem -Path C:\WINDOWS\System32 | Out-Host -Paging 查看c:\widnows\system32 目录并分页显示
get-psdrive 获取驱动器
get-service 获取服务
get-process 获取进程
stop-process 停止进程
get-date 获取时间
get-alias cls 查看cls别名命令
Get-ChildItem -Path C:\WINDOWS\System32 | Out-Host -Paging 查看c:\widnows\system32 目录并分页显示
get-psdrive 获取驱动器

  相关解决方案