Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Computer Science for IAM Cybersecurity
·
Module 1
PowerShell Foundations for Identity Work
1
Tracing PowerShell Pipeline Objects and Formatted Output
Trace values through a PowerShell pipeline and distinguish live objects from formatted text.
Trace values through a PowerShell pipeline and distinguish live objects from formatted text.
2
Creating and Updating Variables with Common Data Types
Create and update variables using strings, numbers, Boolean values, arrays, and hash tables.
Create and update variables using strings, numbers, Boolean values, arrays, and hash tables.
3
Expressing Identity Conditions with Operators
Use comparison, logical, and membership operators to express identity-related conditions.
Use comparison, logical, and membership operators to express identity-related conditions.
4
Implementing Access Decisions with Conditional Statements
Use if, elseif, and switch statements to implement access-processing decisions.
Use if, elseif, and switch statements to implement access-processing decisions.
5
Enumerating Identity Records with foreach and Pipelines
Iterate through identity records with foreach and pipeline-based enumeration.
Iterate through identity records with foreach and pipeline-based enumeration.
6
Filtering, Selecting, Sorting, and Grouping PowerShell Objects
Filter, select, sort, and group object properties in the PowerShell pipeline.
Filter, select, sort, and group object properties in the PowerShell pipeline.
7
Creating a Validated PowerShell Function with Typed Parameters and Pipeline Output
Define a PowerShell function with typed parameters, validation rules, and pipeline output.
Define a PowerShell function with typed parameters, validation rules, and pipeline output.
Next module isn't ready yet,
Back to course
Previous module
Next module