Browse by Tags
All Tags »
PowerShell (RSS)
Sorry, but there are no more tags available to filter with.
I wanted to see what additional PowerShell cmdlet’s I had installed on my computer. I found out that get-pssnapin does the job! Just run the following in your PowerShell window: get-pssnapin –registered You should get an out put like this: PS C:\tools>
Read More...