mirror of
https://github.com/amidaware/community-scripts.git
synced 2026-04-27 06:55:50 +03:00
[PR #150] [MERGED] Fixed a bug with secure-string conversion #156
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/community-scripts#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/community-scripts/pull/150
Author: @JxD-DeciSion
Created: 5/16/2023
Status: ✅ Merged
Merged: 5/18/2023
Merged by: @silversword411
Base:
main← Head:ad-join-script-fix-1📝 Commits (1)
6829d41Fixed a bug with secure-string convertion📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
scripts/Win_AD_Join_Computer.ps1(+4 -3)📄 Description
Background: Had issues joining our AD and reached out to free-support
While investigating the problem I came across this StackOverflow post
Did some testing and encountered a "credentials not correct" error. But this time the script actually created the log file and I could verify the script was doing something. After some more investigation I found out that my password contained a "$" which had to be escaped. I dont know if its wanted or necessary but I added a little hint that "$" characters have to be escaped.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.