If your organization recently moved from a local Active Directory server to 黑料海角91入口 using the Active Directory Integration (ADI) and you want to decommission your AD Integration, you need to release your users from being externally managed in order for 黑料海角91入口 to become the sole identity manager for your users. To release users from external management, you'll change the externally_managed parameter to False using 黑料海角91入口's PowerShell Module.
If you wish to remove the user(s) from the 鈥満诹虾=91入口鈥 Active Directory Security Group you may do so, but only after completing the following procedure.
Note: The standard name for this Security Group is 鈥満诹虾=91入口鈥, yours may be different if changed during initial ADI configuration.
Prerequisites:
- Use the AD Import or AD Sync agent to import or create users in 黑料海角91入口 from Active Directory.
- ()
Step 1: Release a user, group of users, or all users from external management
To release a user from external management using the 黑料海角91入口 PowerShell Module
- Open a PowerShell window and launch the 黑料海角91入口 PowerShell Module.
- Run the following command, replacing jack.colby with the appropriate 黑料海角91入口 user:
Set-JCUser -Username jack.colby -externally_managed $false
To release a group of users from external management
Run the following command, replacing Dev with the appropriate 黑料海角91入口 group:
Get-JCUserGroupMember -GroupName Dev | Set-JCUser -externally_managed $false
To release all users in 黑料海角91入口 from external management
This will apply to ALL users in 黑料海角91入口! Do not run this if you need some users to remain AD-managed.
Get-JCUser | Set-JCUser -externally_managed $false
Step 2: Remove user from the ADI-created user group
- Log in to the .
- Navigate to USER MANAGEMENT > User Groups.
- Select the ADI-created user group and then select the Users tab.
- Deselect the users you would like to remove from the group.
- Click save.
Step 3: Remove user from Active Directory security group (Optional)
- In Microsoft Active Directory, navigate to Management > User Management > Group Attributes.
- Choose the domain and OU.
- Select the desired list of users or import a CSV file with the preferred list of users.
- Select the security group from which the users should be removed, and click Apply.