Workflows
Share your workflow designs
30 topics in this forum
-
Hi Guys, I've cobbled together a workflow using Powershell that looks at membership of the local Administrators group and that output is emailed to me. That's gone without issue but I want to refine it and that's where I'm struggling. So I know that in our case, every machine's local admin group has some membership, i.e. the local admin account and our domain admins group. I want to filter these machines out and have email results for only those where there's anything more than those "defaults". Get-LocalGroupMember -Group 'Administrators' | Where-Object {$_.PrincipalSource -ne 'Local' -and $_.Name -ne 'MyDomain\Administrator' -and $_.Name -ne 'M…
-
- 1 reply
- 1.1k views
-
-
How to make a scheduled workflow for deleting devices that haven't connected for a certain defined time? Is this possible to start with?
-
- 0 replies
- 1.1k views
-
-
I'm trying to create an Ad-hoc workflow and every time I choose Scope as the context and click 'save' it changes the context to 'All Systems' regardless of what I actually chose. Is there something I'm not understanding about workflow context or is this a bug?
-
- 1 reply
- 951 views
-
-
Hello, I am trying to run a workflow to automatically install an application via Workflows -> Create from Template -> Deploy Application From EXE File. I have replaced the "Get URL" Workflow with "Write File" to download from the Managed Files storage area as described in the template. However, when running the workflow it fails at the process of installation. When I check the workflow history I see the following error: Timeout to respond with EXECUTE_FILE for 62bfb72f-9bff-433c-ba9a-426f17d5721a Whenever I try this with another file (Notepad++), also stored in the Managed Files storage area, it works like a charm. Any ideas? Thanks in advance…
- 2 replies
- 826 views
- 1 follower
-
I noticed that several of the Schedules on Tasks that I've created, seem to be creeping. I suspect that this is likely due to the fact that I work remotely from Wisconsin (in the CST Time Zone), while my employer and many of our customers are located in California (in the PST Timezone). For instance, I set the Schedule to Run every 2nd Thursday at 12:00 AM CST (the equivalent of Wednesday 10:00 PM PST) and a week or two later, it shows that it's running at 12:00 AM CST on Wednesday (which would be the equivalent of 10:00 PM on Tuesday). That said, you may want to look into this, as the Schedules definitely don't seem to be functioning reliably, across Timezones, etc.
-
- 1 reply
- 35 views
-