Orchestration - Remove AD Object

GaneshKumar
Tera Guru

Hello Experts,

As part of the Off-boarding workflow, once the user has returned the computer , I am trying to use the 'Remove AD Object' activity to delete the computer(asset) from AD.

in the run script, I am taking the entered Asset value and searching the 'cmdb_ci_computer' value and passing it to the 'Object name' field, however i see that 'Type' is appearing as the User. Should i leave it as is ? or should i change it to something else to identify that as computer ?

Please advise, What should be the Type value in this case. Thank you in advance !

 

GaneshKumar_0-1724175255448.png

 

GaneshKumar_1-1724175790526.png

 

 

1 ACCEPTED SOLUTION

Charles Ladesic
Tera Expert

Hello GaneshKumar,

I was able to use computer as the type and remove it from the AD using the workflow. 
ServiceNow document: 
https://www.servicenow.com/docs/bundle/washingtondc-integrate-applications/page/administer/orchestra...

CharlesLadesic_0-1735927120951.png

 

View solution in original post

2 REPLIES 2

Charles Ladesic
Tera Expert

Hello GaneshKumar,

I was able to use computer as the type and remove it from the AD using the workflow. 
ServiceNow document: 
https://www.servicenow.com/docs/bundle/washingtondc-integrate-applications/page/administer/orchestra...

CharlesLadesic_0-1735927120951.png

 

Thanks Charles