
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2025 12:38 PM - edited ‎02-26-2025 12:39 PM
Hello
is it possibile to use data from reports in a deployment?
Example:
I want to lunch a command like:
command $username
For every username in the column user of the report "Active Directory Disabled Users"
How can I achieve this?
- Labels:
-
Deployment discussions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 03:30 PM
Hello @SIA_URM
The deployment feature doesn't have much logic built into it to be able to reference a report.
But a work around for this is to create a report for the usernames you are looking to run the deployment against and then manually trigger a deployment against the results. It's not automated, but it's the same concept.
I hope this helps.
Lansweeper Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 01:57 PM
Sorry I wasn't clear @SIA_URM
First, create a report that has all of the user information you'd like in it. In that report you can filter out the users you are trying to run your command against.
Once that report is created, run it, and then you can run a deployment against all of the results.
I'm not sure if that helps. Or maybe I'm not understanding the exact need you are trying to achieve.
Lansweeper Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 10:18 AM
Sorry but I can't understand if this workaround can work.
In this way I can deploy the command to the computers where those users have logged in but I can't use a command like: command $username right?
