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

Support for Secure String #13

Closed
WestWolverine opened this issue Apr 22, 2016 · 1 comment
Closed

Support for Secure String #13

WestWolverine opened this issue Apr 22, 2016 · 1 comment
Assignees
Milestone

Comments

@WestWolverine
Copy link

Support for secure string so New-GAUser can be used within the same script of a new AD user account creation script.

$password = Read-Host -AsSecureString "AccountPassword"
New-GAUser $username -GivenName $FirstName -FamilyName $LastName -domain $domain -Password $password

@squid808 squid808 self-assigned this Apr 22, 2016
@squid808 squid808 added this to the 0.0.9.0 milestone Jul 19, 2016
@squid808
Copy link
Owner

This should be available in release 0.0.9.0 for both New-GAUser and Set-GAUser. The parameter is SecureStringPassword. It seems like it works on my end, if you can test it out once I release the next installer I'd appreciate it! Closing until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants