It is a good idea to check out how PowerShell v.2 automatically detects and loads all available system modules. Simply look at the definition of the pre-defined function ImportSystemModules:
$function:ImportSystemModules
It is a good idea to check out how PowerShell v.2 automatically detects and loads all available system modules. Simply look at the definition of the pre-defined function ImportSystemModules: