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

Import-AadUser wrong synthaxe un readme #3

Closed
Shind44 opened this issue Jul 9, 2018 · 2 comments
Closed

Import-AadUser wrong synthaxe un readme #3

Shind44 opened this issue Jul 9, 2018 · 2 comments

Comments

@Shind44
Copy link
Contributor

Shind44 commented Jul 9, 2018

Hello,

in readme.md, you say that we can use the import-AadUser with this synthax :
Import-AadUser -Userlist "Claire@contoso.com,Allen@contoso.com"

but the script failed because the value separator must be ";" and not ","
Import-AadUser -Userlist "Claire@contoso.com;Allen@contoso.com"

in the powershell function, you split by using this command
$usersFromList = $UserList.Split(";")

@Splaxi
Copy link
Collaborator

Splaxi commented Jul 9, 2018

Great find!

Will update the Readme later today.

Cheers for taking the time to report the issue.

@Splaxi
Copy link
Collaborator

Splaxi commented Jul 10, 2018

Readme updated

@Splaxi Splaxi closed this as completed Jul 10, 2018
Splaxi pushed a commit to Splaxi/d365fo.tools that referenced this issue Apr 30, 2019
Splaxi pushed a commit to Splaxi/d365fo.tools that referenced this issue Feb 20, 2020
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