
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2024 06:49 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 05:23 AM - edited ‎07-10-2024 05:28 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 12:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 05:22 AM
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.
