Introduction
Importing modules lets you use extra commands and features that are not built into PowerShell by default.
You want to use special commands for managing files or system settings.
You need to run scripts that require extra tools or functions.
You want to organize your scripts by loading only the parts you need.
You want to share useful commands with others by packaging them in modules.