The following auxiliary functions are helpful to simplify atomic test creation:
New-Atomic*
(opens in a new tab) - A set of functions to facilitate using native PowerShell to create and validate atomic techniques and tests.Invoke-WebRequestVerifyHash
(opens in a new tab) - Useful as part of a GetPrereq Command to validate a Prereq file before download.
You can iterate through atomic tests programmatically with the Get-AtomicTechnique
(opens in a new tab) function as shown in these examples (opens in a new tab).