Open file explorer locally

Hello,

This might be an easy one. I’m trying to click a button that would open File Explorer or any other local app. I thought a simple New-UDButton with an on click of Invoke-Item but that appears to open it on the server. Is there a simple way to do this?

Thank you!

This isn’t actually super easy. One way to accomplish this would be to use a custom protocol handler: Triggering a PowerShell script from a website using PSCommander