CSC-248 PowerShell
This course features extensive hands-on systems administration tasks through PowerShell, as used in industry today. Topics include automating tasks, cmdlets, providers, the pipeline, objects, formatting, filtering, remoting, writing scripts, and more.
For more detailed course information view the
Course Outline
Department
Computer Science
Course Description
This course features extensive hands-on systems administration tasks through PowerShell, as used in industry today. Topics include automating tasks, cmdlets, providers, the pipeline, objects, formatting, filtering, remoting, writing scripts, and more.
Credit Hours
3Semester(s) Course Will Be Offered
Fall
Course Learning Outcomes
- Demonstrate usage of command line syntax to accomplish tasks
- Write scripts to automate processes that accept multiple inputs and produce customized output
- Find and select the appropriate parameters for a given command
Topic Outline
- Automating tasks through scripting and cmdlets
- Using providers as adapters to get access to data stores
- Passing data and objects through the pipeline
- Discovering object members and putting objects into action
- Sorting, filtering, and measuring output
- Using remoting to perform administrative tasks on other machines
- Writing original effective scripts for systems administration purposes