Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

remove accounts from an old endpoint/security system

theosveg
Regular Contributor II
Regular Contributor II

Hello community,

We have an old endpoint and security system that is no longer used and we have manually provisioned accounts on it. We have disabled the endpoint and will disable the security system as well. Is there a way to disable the accounts and remove their association/remove them from the endpoints?

2 REPLIES 2

stalluri
Valued Contributor II
Valued Contributor II

@theosveg 

  • Once the association is established, you can't remove/move the accounts association in EID
  • You can use enhanced queries and change the status of the account.

 

SELECT '2' AS ACCOUNTS__STATUS, a.accountkey as ACCOUNTS__PRIMARYKEY
FROM ACCOUNTS a where a.accountkey in (1,2,3);​

 

 


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.