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
Title
PowerShell basics and try-out samples. Understanding PowerShell in its basic form can help you to overcome the hurdle. I will post tools, tips and tricks.