A user asked for assistance in exporting a list of all connected machines to a CSV file. Another user suggested using the "Invoke-CUQuery" function from ControlUp’s support page. Another solution was also provided using the "Export-CUQuery" function with different fields selected.
Read the entire ‘How to Export Connected Machines from ControlUp with Ease’ thread below:
Hello all. Does anyone here know a way to pull a list of ALL connected machines and export to a CVS file?
This should help you. If you still need more help i can be more detailed tomorrow. But @member might have a good script example.
https://support.controlup.com/docs/invoke-cuquery
Thank you Luke! For anyone else needing it, this did the trick:
(Export-CUQuery -OutputFolder "C:\donotbackup" -Table Computers -Fields sName).Data
if its too many fields you could select a few with -fields
Continue reading and comment on the thread ‘How to Export Connected Machines from ControlUp with Ease’. Not a member? Join Here!
Categories: All Archives, ControlUp for VDI, ControlUp Scripts & Triggers
