Skip to content

Commit c5f4909

Browse files
fixes value
1 parent acc8aed commit c5f4909

File tree

1 file changed

+1
-1
lines changed
  • Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-EditUser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Function Invoke-EditUser {
9393
$null = $results.Add('Added Sherweb License, scheduling assignment')
9494
$taskObject = [PSCustomObject]@{
9595
TenantFilter = $UserObj.tenantFilter
96-
Name = "Assign License: $Username"
96+
Name = "Assign License: $UserPrincipalName"
9797
Command = @{
9898
value = 'Set-CIPPUserLicense'
9999
}

0 commit comments

Comments
 (0)