Skip to content

Commit 5bd14ba

Browse files
committed
clarify immutable id clearing next steps
1 parent 984a328 commit 5bd14ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function Invoke-CIPPOffboardingJob {
191191
}
192192
} elseif ($User.onPremisesSyncEnabled -eq $true -and ![string]::IsNullOrEmpty($User.onPremisesImmutableId)) {
193193
Write-LogMessage -Message "User $Username is synced from on-premises. Scheduling an Immutable ID clear for when the user account has been soft deleted." -TenantFilter $TenantFilter -Severity 'Error' -APIName $APIName -Headers $Headers
194-
194+
'Scheduling Immutable ID clear task for when the user account is no longer synced in the on-premises directory.'
195195
$ScheduledTask = @{
196196
TenantFilter = $TenantFilter
197197
Name = "Clear Immutable ID: $Username"

0 commit comments

Comments
 (0)