PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.05k stars 811 forks source link

Update README.md #6

Closed crypticgeek closed 9 years ago

crypticgeek commented 9 years ago

Shouldn't the command to load the powerview module should point to the script module file?

For example:

PS > Import-Module .\powerview.ps1
PS > Get-Command -Module powerview
PS >

vs

PS > Import-Module .\powerview.psm1
PS > Get-Command -Module powerview

CommandType     Name                            Definition
-----------     ----                            ----------
Function        Add-Win32Type                   ...
Function        Export-CSV                      ...
Function        field                           ...
Function        func                            ...
Function        Get-ComputerProperties          ...
Function        Get-HostIP                      ...
Function        Get-LastLoggedOn                ...
Function        Get-NetComputers                ...
Function        Get-NetConnections              ...
<snip>
HarmJ0y commented 9 years ago

Added into README.md.