Skip to content

Helper Functions

Carrie Roberts edited this page Mar 31, 2023 · 10 revisions

The following auxiliary functions are helpful to simplify atomic test creation:

  1. New-Atomic* - A set of functions to facilitate using native PowerShell to create and validate atomic techniques and tests.
  2. Invoke-WebRequestVerifyHash - 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 function as shown in these examples.