• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Podcast
  • Meetups
  • Archives
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp for Desktops
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp for VDI
  • Topics
  • Events
    • Logos & Wallpaper
    • ControlUp.com
  • Join

How to Run and View Output from PowerShell Scripts on ControlUp for Desktops

Posted on August 22, 2025

A user asked about how to run a PowerShell script and view the output for desktops on ControlUp. Gemini provided a helpful answer, explaining that a script can be created and run through the Scripts section in the ControlUp for Desktops console, with the output appearing in the Device Events log. The user tagged @member for feedback on this process. The steps to create a SIP event script were also provided.


Read the entire ‘How to Run and View Output from PowerShell Scripts on ControlUp for Desktops’ thread below:

I’ve a powershell script that I want to run and see the output from, when doing this for VDI I just use Action menu and select my script and get the output in my browser session.

How is it supposed to work for desktop? do I need to create a custom report which seems a bit overkill or I’m missing something trivial?


Gemini gave a really good answer…

AI Overview

+4

To create a ControlUp script for a "SIP event," you should understand that "SIP" refers to the ControlUp for Desktops (Edge DX) agent/platform itself. You would create a script, often a PowerShell script for Windows devices, and place your desired command or data collection logic between ### SIP EVENT BEGINS ### and ### SIP EVENT ENDS ### to send the output to the Device Events log. This allows you to collect custom data, such as specific event logs, or perform administrative tasks for later analysis and automation within the ControlUp platform.

Steps to Create a SIP Event Script

  1. Navigate to Scripts:

In the ControlUp for Desktops console, go to Configuration and then select Scripts.

  1. Add a New Script:

Click Add Script and choose the desired operating system (e.g., Windows) and scripting language (e.g., PowerShell).

  1. Write Your Script:

Enter your PowerShell commands to gather the necessary data or perform an action.

  1. Define SIP Event Output:

Enclose the output of your commands within the special markers:

Code

Write-Output "### SIP EVENT BEGINS ###"

# Your PowerShell commands and data collection logic here

Write-Output $EventList | Format-List # Example: output specific event data

Write-Output "### SIP EVENT ENDS ###"

Write-Output: This cmdlet is used to send the data to the output.

SIP EVENT BEGINS ### / ### SIP EVENT ENDS ###: These specific lines tell ControlUp to treat the enclosed output as a "SIP Event".

Save the Script: Save the script to your ControlUp environment.

Run the Script: You can run the script manually from the Actions dropdown on a target device or schedule it to run automatically using triggers.

View the Output: The output will appear in the Device Events log for the targeted devices.

So basically:

  1. Create your PowerShell script
  2. Make sure you add the SIP event begins / ends thing
  3. Run the script
  4. Watch the script output in Device events in our web UI

good luck


Thnx got it working, still prefer the way you do this VDI tho 🙂


Me too!


Tagging @member so he can see your feedback, since he’s working a project related to the CU4D scrip library

Continue reading and comment on the thread ‘How to Run and View Output from PowerShell Scripts on ControlUp for Desktops’.  Not a member? Join Here!


Categories: All Archives, ControlUp for Desktops, ControlUp Scripts & Triggers
Topics: Automation, Automation & Alerting, Browsers, ControlUp Agent, Logs, Microsoft Windows, Physical Desktops, PowerShell, Reporting, Scripts, Triggers, VDI

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn
Did you Know - with Sivan Kroitoru
Practical Perspectives Technical Use Case Training

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp solutions.

Browse here >

Download ControlUp RealTime DX

Start with ControlUp for real-time end-user environment insights, swift troubleshooting, and unprecedented performance optimization. Download now.

Download here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2025 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..