Please note that the below command applies for use in the Windows Powershell Console and not in the Windows Powershell ISE
Use the More function to achieve the page wise output
Get-Service -ComputerName computername | more
Please note that the below command applies for use in the Windows Powershell Console and not in the Windows Powershell ISE
Use the More function to achieve the page wise output
Get-Service -ComputerName computername | more