Import Module in PowerShell on Windows - DevPops-Inc/windows GitHub Wiki
• Press the Windows key, type “powershell” and select “Run as Administrator.”
•
• Type Import-Module -name < module >
and press the Enter key to import module.
•
• Type either Y
or A
and press the Enter key to confirm.
•