We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there... Please let me know what I'm doing wrong. I do appreciate your help!
PS C:\Tools\LyncSniper-master> Import-Module .\LyncSniper.ps1 Add-Type : c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs (29) : Default parameter specifiers are not permitted c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs(28) : c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs(29) : >>> public static void SetValidator(bool ignoreChainErrors = false, Hashtable trustedCerts = null, bool showConsoleStandardOutput = true) c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs(30) : { At C:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableSSLValidator.psm1:1 char:9
The text was updated successfully, but these errors were encountered:
Make sure you are doing:
git clone --recursive https://github.com/mdsecresearch/LyncSniper.git
Paste a screenshot if you can with the error you are getting.
Sorry, something went wrong.
No branches or pull requests
Hi there... Please let me know what I'm doing wrong. I do appreciate your help!
PS C:\Tools\LyncSniper-master> Import-Module .\LyncSniper.ps1
Add-Type : c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs
(29) : Default parameter specifiers are not permitted
c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs(28) :
c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs(29) : >>>
public static void SetValidator(bool ignoreChainErrors = false, Hashtable
trustedCerts = null, bool showConsoleStandardOutput = true)
c:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableValidator.cs(30) :
{
At C:\Tools\LyncSniper-master\Tunable-SSL-Validator\TunableSSLValidator.psm1:1
char:9
CompilerError) [Add-Type], Exception
AddTypeCommand
The text was updated successfully, but these errors were encountered: