Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.22 KB

File metadata and controls

25 lines (21 loc) · 1.22 KB

Clear-CIPPImmutableID

SYNOPSIS

Clears the Immutable ID for a user in a specified tenant.

DESCRIPTION

The Clear-CIPPImmutableID function removes the Immutable ID attribute from a user account in a specified tenant. This is commonly used when migrating users or fixing synchronization issues between on-premises Active Directory and Azure AD.

PARAMETERS

-CustomerTenantID

Foo Foo
The tenant ID of the customer where the user exists. This parameter is mandatory and should be in the format of a domain name (e.g., "contoso.onmicrosoft.com") or the tenant ID.

-UserID

Foo Foo
The ID of the user whose Immutable ID will be cleared. Can be either the user's UserPrincipalName (UPN) or their GUID. This parameter is mandatory.

EXAMPLE 1

PS > Clear-CIPPImmutableID -CustomerTenantID "contoso.onmicrosoft.com" -UserID "user@contoso.com"

EXAMPLE 2

PS > Set-CIPPClrImmID -CustomerTenantID "fabrikam.onmicrosoft.com" -UserID "12345678-1234-1234-1234-123456789012"