If / Else Blocks
  • 07 Apr 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

If / Else Blocks

  • Dark
    Light
  • PDF

Article Summary

If / Else blocks allow for greater flexibility when creating plans, and reusing plan blocks in multiple situations.

For example, maybe a security certificate is only needed on production servers, so an If/Else block can be inserted so that if the server is in the Production environment, the security certificate will be installed via PowerShell.

Visual Mode
if-else-block.png

Text Mode
if-else-text.png

If this is run on any non-production server, it will simply log that a certificate isn't needed.


Was this article helpful?