Top "Import-module" questions

Import-Module is a powershell cmdlet that adds modules to the current session.

PowerShell 4 - Import-Module : The specified module 'SQLPS' was not loaded because no valid module file was found in any module directory

Previously working with PowerShell 3. Upgraded to PowerShell 4 and uninstalled it as facing error stated. Import-Module : The specified module 'SQLPS' was …

powershell import-module sqlps
ConfigParser vs. import config

ConfigParser is the much debated vanilla configuration parser for Python. However you can simply import config where config.py has …

python configuration configparser import-module
What's the difference between Add-PsSnapIn and Import-Module

Powershell has two means for importing additional cmdlets into a session, Add-PsSnapIn and Import-Module. The docs are not at all …

powershell import-module
Powershell Invoke-SQLCmd and SQLPS

Windows 7 workstation POSH 3.0 SS 2012 SP1 Abstract: Developer 1 cannot run Invoke-SQLCmd Developer 2 with similar SS Client tools installation can run Invoke-SQLCmd …

powershell import-module sqlps executionpolicy
Editing an already imported module

Before importing my powershell module (MyModule.psm1), I have written one function in it: Function T1() { Write-Host "T1 is just …

powershell module import-module
PowerShell Import-Module vs Dot Sourcing

If I want to separate out some of my functionality from my main PowerShell script, I can either write that …

powershell import-module
How to correctly ignore Import-Module errors in PowerShell

I'm currently having issues whilst calling Import-Module with Powershell and would be grateful for some advice. According to previous questions …

powershell import-module
How to update an imported module in Android Studio?

While I develop an Android App, I have a library which I have created as separate Android Studio project and …

android android-studio import-module
Suppressing VERBOSE for Import-Module

I'm importing Carbon into my PowerShell script; however when running my script with -Verbose, Carbon also outputs a lot of …

powershell powershell-3.0 import-module