DEV Community

terminalpuncher.com
terminalpuncher.com

Posted on

Learn a Random PowerShell Command or Concept Using these two simple commands

Learn a Random PowerShell Command or Concept Using these two simple commands

Get-Command -Module Microsoft*,Cim*,PS* | Get-Random | Get-Help -ShowWindow

Get-Random -input (Get-Help about*) | Get-Help -ShowWindow"
Enter fullscreen mode Exit fullscreen mode

Top comments (0)