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
Calling Get-WiFi Password fails:
Get-WifiPassword -ssid 'rocket only-guest' Exception calling "Add" with "2" argument(s): "Item has already been added. Key in dictionary: 'Authentication' Key being added: 'Authentication'" At C:\Dropbox\Programs\Utilities\profile.ps1:531 char:23 + Foreach-Object{ $wlan.Add($matches.Name, $Matches.Value ) } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ArgumentException Exception calling "Add" with "2" argument(s): "Item has already been added. Key in dictionary: 'Cipher' Key being added: 'Cipher'" At C:\Dropbox\Programs\Utilities\profile.ps1:531 char:23 + Foreach-Object{ $wlan.Add($matches.Name, $Matches.Value ) } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ArgumentException The property 'Key Content' cannot be found on this object. Verify that the property exists. At C:\Dropbox\Programs\Utilities\profile.ps1:532 char:10 + return ([PSCustomObject]$wlan).'Key Content' + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException + FullyQualifiedErrorId : PropertyNotFoundStrict
The text was updated successfully, but these errors were encountered:
Cwhite534
No branches or pull requests
Calling Get-WiFi Password fails:
The text was updated successfully, but these errors were encountered: