Previous
Left Arrow
PowerShell - Export SSL Certificate, Copy to other Network machines, Import SSL Certificate on each machine
Current Code Entry
Next
CFF Coding Source - 
Using PowerShell to check the Health and Performance of a hard drive on a Remote Server
  • Using PowerShell to get a list of all cmdlets available on your computer or server

    Article Entry Date: February 17,2026 @ 12:06:10 / Last Updated On: February 17,2026 @ 12:06:10
PowerShell makes it easy to get a list of all cmdlets available on your computer or server
Every computer will be different, depending only on what is installed.
In my case, I have VMWare Workstation Pro installed, so this command picks up on all the cmdlets that are available with that.

These two codes will perform similar actions.
1st: Get a list, which includes:
CommandType Name Version Source

1st: Get a list with only the names of the cmdlets.