PowerShell Module DictionaryFile v 2.0 PowerShell Module DictionaryFile has been updated to version 2.0. The module has been redesigned to include more functionality with better inputs and outputs. We will go though the module to help you understand what you are able to do with it. Module ...
Get-PasswordNumber
Get-PasswordNumber Description Get-PasswordNumber will calculate the number of possible passwords that you are able to generate based on your input and parameters. You can use this command to know beforehand what is the expected output when you want to create a dictionary file. It will provide you ...
New-DictionaryFile
New-DictionaryFile Description New-DictionaryFile creates all possible passwords based on the character set and parameters that you will use and saves the results in a text file. Note: You need to install DictionaryFile module version 2.0 in order for this cmdlet to be available. For more ...
Get-PasswordCombination
Get-PasswordCombination Description Get-PasswordCombination creates all possible passwords based on the character set and parameters that you will use and provides the results in the output. If you will not pipe the results in another cmdlet, the generated password will appear in console. Note: ...
Get-DictionaryFile
Get-DictionaryFile Description Get-DictionaryFile creates all possible passwords based on the character set and parameters that you will use and saves the results in a text file. Note: You need to install DictionaryFile module version 2.0 in order for this cmdlet to be available. For more ...
PowerShell Module DictionaryFile
PowerShell Module DictionaryFile In this post I will provide you with some information about PowerShell Module DictionaryFile, which I wrote and published in PowerShell Gallery. This is my first module that I publish and I hope that you will like it. Note: Module has been updated to version ...