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

LAPS: Login fails with double backslash in script #81

Open
alexhass opened this issue Sep 11, 2023 · 2 comments
Open

LAPS: Login fails with double backslash in script #81

alexhass opened this issue Sep 11, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@alexhass
Copy link

alexhass commented Sep 11, 2023

I found that logins are all failing.

Replace
$JSON += " "Username" : ".\\Administrator",n"
`

With
$JSON += " "Username" : ".\Administrator",n"
`

And the login works.

@alexhass alexhass changed the title LAPS: Login fails LAPS: Login fails with double backslash in script Sep 11, 2023
@alexhass
Copy link
Author

Royal TS 7. latest version

@StefanKoell StefanKoell added the help wanted Extra attention is needed label Sep 11, 2023
@krikk
Copy link
Contributor

krikk commented Dec 4, 2023

when my pull request is merged, this can be closed i think...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants