PowerShell Basics : If/Else Statement

Sdílet
Vložit
  • čas přidán 14. 07. 2024
  • In this video we will look at the if/else statements. An if/else statement run code blocks if a specified conditional test evaluates to true.
    Additionally we will look at the new syntax using the ternary operator for PowerShell 7.
    If/Else Statement Documentation : bit.ly/34JdLe8
    Equipment
    ---------------------------------------------------
    Microphone : Blue Yeti (www.bluemic.com/en-us/product...)
    Virtual Environment : Proxmox (www.proxmox.com)
    Screen Capture Software : Screen-O-Matic (screencast-o-matic.com)
    Photo Editor : Adobe Photoshop (www.adobe.com)
    Video Editor : Adobe Premiere Pro (www.adobe.com)
    Graphics Creation : Adobe After Effects (www.adobe.com)
    Timeline
    ---------------------------------------------------
    Intro 0:00
    If/Else Statement 0:40
    Ternary Operator 4:52

Komentáře • 1

  • @krunalkawale5747
    @krunalkawale5747 Před 2 lety

    Hey, can we export contain of if.. else.. loop into .csv format ?