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

include extra help to deal with the special handling of the domain ov… #6222

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

elangelo
Copy link
Contributor

…erride of the login

As I think the way this PowershellOnTargetMachines deals with the domain attribute of the login, it would be good to include it explicitly in the short help text.

(Special in the sense that if you 'normally' start a new remote Powershell Session the fact that the machine is running on a domain pretty much ensures that the user you are using is a domain user. This task specifically overrides this default behavior.)

@elangelo
Copy link
Contributor Author

I would honestly rather fix the code and not default to a local user, but as the code is so explicit I would prefer some documentation that is easier to access.

@Ajay-MS
Copy link

Ajay-MS commented Jan 25, 2018

@elangelo

Thanks for your contribution.

We are currently supporting following formats of username for deployment

  • domain\adminuser
  • .\adminuser
  • adminuser@domain

Please update your PR to include all these three type.

@elangelo elangelo force-pushed the powershellOnTargetMachines branch from 43060ef to 1eea647 Compare January 25, 2018 18:41
@elangelo
Copy link
Contributor Author

That is done. Though I must admit that we haven't had much luck with the 'AdminUser@domain' syntax.

@Ajay-MS
Copy link

Ajay-MS commented Jan 28, 2018

@elangelo

Thanks for the update on PR. I will validate these changes and will merge PR within next 2 days.

@niadak
Copy link
Contributor

niadak commented Jan 28, 2018

looks good to me

@Ajay-MS Ajay-MS merged commit 3a15364 into microsoft:master Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants