Search found 2 matches

by aaron-saic
Mon Dec 03, 2012 9:15 am
Forum: Productivity Pack Support
Topic: openFileDialog - how to
Replies: 2
Views: 20936

openFileDialog - how to

Actually this can be done, as I had looked around on google and found an answer here on the support forum somewhere... Basically do the following: - Add a button to your form. For the on click action: $openfiledialog1.ShowDialog() Here is the link to where I found it: viewtopic.php?f=18&t=4281#p...
by aaron-saic
Sun Oct 21, 2012 5:15 pm
Forum: PowerShell
Topic: Powershell Script which allows me to RDP into multiple servers with single login credential
Replies: 4
Views: 5167

Powershell Script which allows me to RDP into multiple servers with single login credential

I am just starting out with powershell, but try the attached script. I would then think that you could write a loop using a file called "servers.txt" that contains a list of the servers you want to RDP to. something similar to this.. $arrServers = get-content foreach ($server in $arrServer...