Page 1 of 1

Browse button: form on RDS server, howto point to local drive?

Posted: Fri Sep 20, 2019 8:30 am
by stevens
To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: PS Studio, latest update
32 or 64 bit version of product: 64
Operating system: W2K15
32 or 64 bit OS: 64

*** Please add details and screenshots as needed below. ***

DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM

Hi,

I have a Powershell Studio form which I offer via Remote Desktop on a Windows 2016 server (to upload software).
I offer a browse function, that by default points to the drive of the server, whereas it should point to any other location (preferrably the local drive).

$btnBrowse.Enabled = $false
Write-LogText "Getting installation file"
$dlgFileBrowse.Title = "Please select an installation file"


Pease advise,
S

Re: Browse button: form on RDS server, howto point to local drive?

Posted: Fri Sep 20, 2019 8:46 am
by brittneyr
[TOPIC MOVED TO WINDOWS POWERSHELL FORUM BY MODERATOR]

Re: Browse button: form on RDS server, howto point to local drive?

Posted: Mon Sep 23, 2019 4:59 pm
by jvierra
You have to set the initial folder to any location you want.