For reasons of script portability, I need to dynamically load snap-ins in a PowerShell script. This is easily accomplished in PowerShell v2 with the Load-Module
function. I need to run this particular script on a machine where I, for various reasons, do not want to install PowerShell v2, but have v1.
Is there a Load-Module
equivalent in PowerShell v1?