仓廪实则知礼节,衣食足则知荣辱。这篇文章主要讲述PowerShell Format-Wide 设置显示的列数相关的知识,希望能为你提供帮助。
环境配置说明
- Windows 21H1
- PSVersion 5.1.19041.1320
示例
PS C:\\Users\\admin>
Get-Service | Select-Object -Property Name -First 25Name
----
AarSvc_31241
AJRouter
ALG
AppIDSvc
Appinfo
AppMgmt
AppReadiness
AppVClient
AppXSvc
AssignedAccessManagerSvc
AudioEndpointBuilder
Audiosrv
autotimesvc
AxInstSV
BcastDVRUserService_31241
BDESVC
BFE
BITS
BluetoothUserService_31241
BrokerInfrastructure
BTAGService
BthAvctpSvc
bthserv
camsvc
CaptureService_31241
PS C:\\Users\\admin>
Get-Service | Select-Object -ExcludeProperty Name -First 25 | Format-Wide -Column 4AarSvc_31241AJRouterALGAppIDSvc
AppinfoAppMgmtAppReadinessAppVClient
AppXSvcAssignedAccessManagerSvcAudioEndpointBuilderAudiosrv
autotimesvcAxInstSVBcastDVRUserService_31241BDESVC
BFEBITSBluetoothUserService_31241BrokerInfrastructure
BTAGServiceBthAvctpSvcbthservcamsvc
CaptureService_31241
学习资料
- PowerShell 版本 + 工具
- PowerShell/PowerShell
- 51CTO社区
感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心
推荐阅读
- PowerShell Export-Csv 导出与导入CSV文件
- #yyds干货盘点# MySQL性能优化(MySQL架构与核心问题)
- PowerShell Get-Command 查看AppvClient模块的命令
- PowerShell Get-HotFix 查看已安装的更新
- 二级菜单未显示在WordPress页脚中
- $.scroll在Chrome中不起作用
- 屏幕宽度不正确。如果删除滚动条,则变得准确
- admin_post_ {action}调用的函数中全局变量的范围
- WordPress博客中的Rogue&nbsp