Skip to content

Commit

Permalink
Merge pull request #348 from vinkobedek/FixO365UserIssue
Browse files Browse the repository at this point in the history
O365User: fixed a bug where only the last user was extracted
  • Loading branch information
NikCharlebois authored Jan 23, 2020
2 parents 810e596 + df783fa commit 2a1e0be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ function Export-TargetResource
}

$result = Get-TargetResource @params
$content = ""
if ($null -ne $result.UserPrincipalName)
{
$result.Password = Resolve-Credentials -UserName "globaladmin"
Expand Down

0 comments on commit 2a1e0be

Please sign in to comment.