This web site uses Kentico CMS, the content management system for ASP.NET developers.

Community > Blogs > Max-PIT> PowerShell Blog > July 2008 > PowerShell Speedy Intro...
 

PowerShell Speedy Intro...

Here's the 6 basic PowerShell CMDLET you all need to know to start working with this new scripting technology:


Get-Command 
(gives you a list of all cmdlets)

Get-Alias (gives you the list of cmdlets short-cuts/abbreviations)

Get-Variable (list all customs/predefined variables)

Get-PSdrive (list all drives accessible through PowerShell)

Get-Member (list collection of properties and method accessible to you)

Get-Help (Give you a good detailed/full information about the cmdlet)


That's it!!!  Just a teaser start.
:)
Posted: 7/29/2008 1:23:09 PM by Global Administrator | with 0 comments


Comments There are no comments on this post.
This web site uses Kentico CMS, the content management system for ASP.NET developers.