Concept Flow - Importing modules
Start script
Import-Module command
Check if module exists
Load module
Module ready to use
Continue script execution
The script starts and runs Import-Module. It checks if the module exists. If yes, it loads the module so commands are ready. If no, it shows an error. Then the script continues.