- PowerShell 2.0 Home
- PowerShell 2.0 Tutorial - Part I
- PowerShell 2.0 Tutorial - Part II
- PowerShell 2.0 Tutorial - Part III
- PowerShell 2.0 Tutorial - Part IV
- PowerShell 2.0 Tutorial - Part V
- PowerShell 2.0 Tutorial - Part VI
- Powershell 2.0 Tutorial - Part VII
- Powershell 2.0 Tutorial - Part VIII
- PowerShell 2.0 Tutorial - Part IX
PowerShell 2.0 Tutorial - Part VII - Ten Most Important PowerShell Cmdlets
A cmdlet is the smallest unit of functionality in Windows PowerShell. You can think of a cmdlet as a built-in command. You use cmdlets the same way you use any other commands and utilities. Cmdlet names are not case sensitive. This means you can use a combination of both uppercase and lowercase characters. After starting Windows PowerShell, you can enter the name of the cmdlet at the prompt, and it will run in much the same way as a command-line command. Windows PowerShell 2 contains several hundred Cmdlets. All of them are important in one way or the other, Computer Anthem has picked up 10 most important ones for our users
1. Getting help with Get-Help command
2. Familiarising with objects using Get-Member
3. Using Set-Location to navigate
4. Using Get-Content to read text files
5. Writing to a file by using Out-File
6. Leveraging WMI by using Get-WMIObject
7. Using New-Object to create new objects
8. Getting picky with Select-Object
9. Going through collections with Foreach-Object
10. Using Where-Object to control the pipeline
- 05/05/2011 06:03 - PowerShell 2.0 Tutorial - Part IX - PowerShell commonly used built-in Aliases
- 03/02/2011 00:45 - PowerShell 2.0 Tutorial - Part VIII - Working with WMI Objects and Queries
- 12/11/2010 02:17 - PowerShell 2.0 Tutorial - Part VI - Commonly Used Cmdlets for Administrator
- 07/10/2010 01:31 - PowerShell 2.0 Tutorial - Part V - Common Verbs Used with Cmdlets
- 01/10/2010 06:08 - PowerShell 2.0 Tutorial - Part IV - What's New In PowerShell 2.0 ?
- 17/09/2010 03:57 - PowerShell 2.0 Tutorial - Part III - Running PowerShell Script
- 17/09/2010 01:23 - PowerShell 2.0 Tutorial - Part II - Finding way around with Windows PowerShell
- 16/09/2010 11:53 - PowerShell 2.0 Tutorial - Part I - PowerShell Definition
Last Updated (Thursday, 13 January 2011 01:18)
Back






