Powershell Versions

Malcolm Rabin 0 Reputation points
2023-01-17T12:41:07.3066667+00:00

I am trying to understand how Powershell has evolved and the number of cmdlets in each release

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,636 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Thameur-BOURBITA 32,641 Reputation points
    2023-01-17T15:18:11.3333333+00:00

    Hi,

    You can run the following Powershell command to get the count and the list of Powershell command by version:

    Get-Command | Group-Object -Property Version

    Please don't forget to accept helpful answer in order to help community to identify the correct answer

    0 comments No comments