Top "Powershell-module" questions

Powershell Modules are sets of related Windows PowerShell functionalities that can be dynamic or persist on disk.

How to execute .sql file using powershell?

I have a .sql file. I am trying to pass connection string details through a Powershell script and invoke an .…

sql sql-server powershell powershell-module
How do I force powershell to reload a custom module?

I have created a module 'ActiveDirectory.psm1' which contains a class in powershellv5. I am importing that module in …

powershell powershell-5.0 powershell-module
Installing PowerShell module persistently for all users

I'm installing a PowerShell module via Octopus Deploy onto a number of different servers. For testing purposes, I went with …

powershell module powershell-module
PowerShell 5.1 - How to uninstall module which is currently use

We are using some PowerShell modules in one deployment PowerShell script. Using following command we are installing module (i.e. …

powershell uninstallation powershell-5.0 powershell-module
Powershell Remoting: using imported module cmdlets in a remote pssession

Is there a way to use modules that were imported in a local session in a remote session? I looked …

powershell powershell-remoting powershell-module
Install-Package & NuGet Package install location - where installed to?

> nuget nuget : The term 'nuget' is not recognized as the name of a cmdlet, function, script file, or operable …

powershell nuget installation powershell-module
PowerShell Module Manifest - automatically loading a Required Module

I am creating a module that depends on several other modules that I need loaded into the global environment. I …

powershell powershell-module
The Powershell Command "Get-DistributionGroup" doesn't work

The Get-DistributionGroup command is supposed to list distribution groups in a domain but I can't get it to run on …

powershell active-directory powershell-module
install Active Directory module powershell for windows 10

Good afternoon! I need to add only the module rsat Active Directory module powershell in windows 10 Execute command: Enable-WindowsOptionalFeature -Online …

powershell powershell-module
Passing through -Verbose status to module cmdlets

I have a PowerShell module that encapsulates a number of commonly-used business functions. It's not generally called from the console; …

powershell powershell-module