If / Else Blocks
- 07 Apr 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
If / Else Blocks
- Updated on 07 Apr 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
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
Text Mode
If this is run on any non-production server, it will simply log that a certificate isn't needed.
Was this article helpful?