You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-CIPPOffboardingJob.ps1
+40-5Lines changed: 40 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ function Invoke-CIPPOffboardingJob {
if ($User.onPremisesSyncEnabled-ne$true-and![string]::IsNullOrEmpty($User.onPremisesImmutableId)) {
186
+
Write-LogMessage-Message "User $Username has an ImmutableID set but is not synced from on-premises. Proceeding to clear the ImmutableID."-TenantFilter $TenantFilter-Severity 'Warning'-APIName $APIName-Headers $Headers
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
0 commit comments