Powershell Module


 Useful PowerShell modules are mostly used by the IT support team.

ImportExcel :PowerShell module to import/export Excel spreadsheets, without Excel.

Pode :Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers

Pode.Web :Web template framework for use with the Pode PowerShell web server.

PowerShell Universal :A single pane of glass for managing and delegating access to your automation environment.

PSWindowsUpdate :This module contain cmdlets to manage Windows Update Client.

PSWriteHTML :PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge.
                        of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.

WebServer :Powershell WebServer is a Powershell module that starts a webserver (without the need for IIS).


 PowerShell Gallery

PowerShell Gallery :The central repository for sharing and acquiring PowerShell code including PowerShell modules, scripts, and DSC resources.


 Useful Command

Get-InstalledModule
Get-Module -ListAvailable


 Installation
Install-Module : Administrator rights are required to install modules in 'C:\Program Files\WindowsPowerShell\Modules'.

Install-Module -Name ImportExcel
Install-Module -Name ImportExcel -Scope CurrentUser