Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ShowDemo
0.1.4
Types/Demo/get_TotalSteps.ps1
$stepCount
=
0
foreach
(
$chapter
in
$this
.
Chapters
)
{
$stepCount
+=
$chapter
.
Steps
.
Length
}
$stepCount