Welcome to Dirteam.com/ActiveDir.org Blogs Sign in | Join | Help

Matt Johnson's Technical Adventures

One server at a time.

Browse by Tags

All Tags » PowerShell   (RSS)
Sorry, but there are no more tags available to filter with.
Random PowerShell Cmdlet Fun
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...