Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Oct 9, 2022
2 parents dbb7fe9 + f1d6138 commit bf73e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reindex-users-v2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $profiles |% {

}
Write-Output "Found $($accountFragments.Count) profiles"
$json = "{""value"":[" + ($accountFragment -join ',') + "]}"
$json = "{""value"":[" + ($accountFragments -join ',') + "]}"

$propertyMap = @{}
$propertyMap.Add("Department", "Department")
Expand Down

0 comments on commit bf73e4e

Please sign in to comment.