PowerShell Format-Wide 设置显示的列数

Posted 师万物的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PowerShell Format-Wide 设置显示的列数相关的知识,希望对你有一定的参考价值。

环境配置说明

  • 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 Core。
欢迎关注公众号:悟为生心

以上是关于PowerShell Format-Wide 设置显示的列数的主要内容,如果未能解决你的问题,请参考以下文章

powershell设置背景图片文件路径

powershell PowerShell的下设置环境变量

powershell 设置Powershell环境

powershell 设置特定文件#powershell的时间戳

powershell自动提示、快速跳转、代理设置

powershell 设置Powershell ISE fon和颜色