PowerShell 博文目录

幽沉谢世事,俯默窥唐虞。这篇文章主要讲述PowerShell 博文目录相关的知识,希望能为你提供帮助。
【PowerShell 博文目录】
为了便于查看和学习,我将" PowerShell基础" 分类中的博文做了汇总。

环境配置说明

  • Windows 21H1
  • PSVersion 5.1.19041.1320

目录
  1. PowerShell Where-Object 筛选出包含指定内容的行
  2. PowerShell Sort-Object 按照列的内容进行升降序排列
  3. PowerShell Select-Object Property和ExpandProperty的差别
  4. PowerShell Select-Object 选择要显示的列
  5. PowerShell Select-Object 保留排序后一定数量的首尾行
  6. PowerShell PSModulePath 查看默认的模块存放路径
  7. PowerShell Out-GridView 结果显示到可交互的独立窗口中
  8. PowerShell KB MB GB TB PB在powershell的显示
  9. PowerShell Get-PSRepository 查看存储库信息
  10. PowerShell Get-NetAdapter 查看网络适配器的参数
  11. PowerShell Get-Module 查看PSModulePath路径中的模块
  12. PowerShell Get-Member 查看对象的成员列表
  13. PowerShell Get-HotFix 查看已安装的更新
  14. PowerShell Get-Command 查看AppvClient模块的命令
  15. PowerShell Format-Wide 设置显示的列数
  16. PowerShell Export-Csv 导出与导入CSV文件
  17. PowerShell ConvertTo-Html 将查询结果转换并保存成Html
  18. PowerShell 比较运算符和逻辑运算符
  19. PowerShell Get-Service 查看运行状态的服务并将信息保存成txt文件
  20. PowerShell Get-Date 获取年月日时分秒
  21. PowerShell Get-Help 查看cmdlet的帮助信息
  22. PowerShell 简述参数类型
  23. PowerShell Get-PSDrive 查看在线的驱动器
  24. PowerShell Update-Help 更新帮助
  25. PowerShell PSHOME 查看powershell的安装位置
  26. PowerShell 使用通配符查找包含相关字符的命令
  27. PowerShell Get-Help 帮助信息显示在新窗口中
  28. PowerShell get-verb 查看powershell的动词体系
  29. PowerShell Get-PSProvider 查看PSProvider
  30. PowerShell New-Item 新建文件和文件夹
  31. PowerShell Get-Alias 查看系统预先定义的所有别名
  32. PowerShell Set-Location 切换当前所在的文件夹
  33. PowerShell Show-Command 图形化的方式展示cmdlet的所有参数
  34. PowerShell Get-Alias 对别名进行正查和反查
  35. PowerShell host 查看版本信息
  36. PowerShell PSVersionTable 查看版本信息
  37. PowerShell CMD、ISE与ISE更改字体的步骤

学习资料
  • PowerShell 版本 + 工具
  • PowerShell/PowerShell
  • 51CTO社区

感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心

    推荐阅读