We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8aed commit c5f4909Copy full SHA for c5f4909
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-EditUser.ps1
@@ -93,7 +93,7 @@ Function Invoke-EditUser {
93
$null = $results.Add('Added Sherweb License, scheduling assignment')
94
$taskObject = [PSCustomObject]@{
95
TenantFilter = $UserObj.tenantFilter
96
- Name = "Assign License: $Username"
+ Name = "Assign License: $UserPrincipalName"
97
Command = @{
98
value = 'Set-CIPPUserLicense'
99
}
0 commit comments