← All Kali Issues
PowerShell
Module not found
I Installation
Medium
🔴 Error Message
Import-Module: specified module was not found
📖 What This Means
PowerShell module not installed.
🔧 Step-by-Step Fix
- Install: Install-Module -Name ModuleName
- Check: Get-Module -ListAvailable
- Import: Import-Module ModuleName