cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 
jwissing
Engaged Sweeper

Is there a way to automatically populate the LS description of a computer from the AD description?

tblADComputers.Description 

to 

tblAssets.Description

Thanks for any insight. 

3 REPLIES 3
Mister_Nobody
Honored Sweeper II

You can create sql job with select and insert data.

But don't use tblAssets.Description field. It will be rewrite by scan engine.

You have to use custom fields.

Also you can sync descriptions AD<=>Computer by script.

Can an sql job be created within the lansweeper console? What kind of script syncs within LS? I guess I am unsure of what you mean here.

 

Thanks

If you have full SQL Server then you can create job for SQL management agent.

Sync descriptions AD<=>Computer by script on computer site via group policy.