PowerShell Format-Wide 设置显示的列数#yyds干货盘点#

网友投稿 1025 2022-09-17

PowerShell Format-Wide 设置显示的列数#yyds干货盘点#

PowerShell Format-Wide 设置显示的列数#yyds干货盘点#

环境配置说明

Windows 21H1 PSVersion 5.1.19041.1320

示例

PS C:\Users\admin> Get-Service | Select-Object -Property Name -First 25 Name ---- 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 4 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

学习资料

PowerShell 版本 + 工具 PowerShell/PowerShell 51CTO社区

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Python PIL Image图片显示系列(python中布尔类型的值是)
下一篇:PowerShell Export-Csv 导出与导入CSV文件#yyds干货盘点#
相关文章

 发表评论

暂时没有评论,来抢沙发吧~