powershell introduction
powershell introduction
• Introduced in 2006
• Both a CLI and scripting language
• Commands include:
• Cmdlets (pronounced command-lets)
• Functions
• Filters
• Workflows
• Console
• Basic command-line interface
• Maximum support for PowerShell features
• Minimal editing capabilities
• ISE
• Script editor and console combination
• Some Windows PowerShell features not
supported
• Rich editing capabilities
Logon Information
Virtual machines: 10961C-LON-DC1
10961C-LON-CL1
User name: ADATUM\
Administrator
Password: Pa55w.rd
Estimated Time: 15 minutes
Lab Scenario
Cmdlet structure
Parameters
Tab completion
Using Get-Help
Demonstration: Viewing help
Interpreting the help syntax
Updating help
About files
• Demonstration: Using About files
Cmdlet structure
• Modules:
• Are containers for related cmdlets
• Are provided as part of management tools for
various software packages
• Must be loaded into current session