You dont have the module installed in your system. It doesn't come by default.
So, what you need to do is below:
#To Find the module
Find-Module -Name *Forensic*
The Module name is actually PowerForensics
. So, you can install it using:
Install-Module -Name PowerForensics
Press A, to Confirm All installation.
Then,
#To Import the module
Import-Module PowerForensics
#To Get all the available commands in the module
Get-Command -Module PowerForensics
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…