Skip to content
New issue

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

Open Console PS does not work for ssl #124

Closed
claus66 opened this issue Sep 16, 2019 · 4 comments
Closed

Open Console PS does not work for ssl #124

claus66 opened this issue Sep 16, 2019 · 4 comments
Assignees
Milestone

Comments

@claus66
Copy link

claus66 commented Sep 16, 2019

There's a bracket too much in mainPage.xaml.cs in line 805:

Explorer.StartInfo.Arguments = @"-NoExit -Command " + sCred + sPS + " -UseSSL -Credential $creds)";

Should be:

Explorer.StartInfo.Arguments = @"-NoExit -Command " + sCred + sPS + " -UseSSL -Credential $creds";

Regards,
Claus

@rzander rzander self-assigned this Sep 16, 2019
@rzander rzander added the bug label Sep 16, 2019
@rzander rzander added this to the V1.0.5.4 milestone Sep 16, 2019
@rzander rzander removed the bug label Sep 16, 2019
@rzander
Copy link
Owner

rzander commented Sep 16, 2019

The current Version of this code section looks different.. Are you referencing an old Version ?

@claus66
Copy link
Author

claus66 commented Sep 16, 2019

The code might be from an earlier version but error is there in v. 1.5.0.3

@rzander
Copy link
Owner

rzander commented Sep 17, 2019

Do you get an error message ? if yes, can you post the message...

@claus66
Copy link
Author

claus66 commented Sep 17, 2019

Hi Roger
Sorry for the inconvenience. I had mixed up versions and can confirm that it works in 1.5.0.3

Thanks,
Claus

@claus66 claus66 closed this as completed Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants