Execute Scripts Placed in Intune from Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 05:29 AM
Hi ,
Client have placed self-execution scripts in the Intune Company portal and the requirement is to run the scripts from Servicenow Virtual agent on a single click or request by the end users. These scripts need to get executed in the end user machine.
We have set up Microsoft Intune Spoke in our environment. Kindly guide me the ways in which this can be implemented
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 05:55 AM
Hi Praveena,
If you have the spoke already setup, then your pending work is will be quite straightforward.
- Start with implementing your spoke in a flow designer flow or subflow for triggering the intune script, and activate it.
- Next, keep the code handy to implement the flow/subflow. You need to run this code whenever you want to trigger the script.
3. If you are looking to trigger it via virtual agent, add a script action to a va topic with the script as the one in step 2.
Hope this helps
Best
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 06:48 AM
Hi Hasan,
Thank you for the solution. Could you please elaborate on the Flow designer part. For triggering scripts placed in Intune which flow action/step should be used.