Top "Powershell-module" questions

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

Combine Powershell Scripts into a module

I have a half dozen powershell scripts (.ps1 files) that all have related functionality. Is there an easy way that …

powershell powershell-3.0 powershell-module
How do I debug a Windows PowerShell module in Visual Studio?

I'm trying to write a PowerShell module as a VB.NET project with Visual Studio 2015. I've been able to put …

.net visual-studio powershell debugging powershell-module
PowerShell module design - Export-ModuleMember

I am building a module that exports a cmdlet that I would like to make available through my profile. The …

function powershell powershell-module
How to install module into Custom directory?

Currently we are installing some modules using the command below, but it installs modules in C:\Program Files\WindowsPowerShell\Modules. …

powershell powershell-module powershellget