Search found 4 matches

by ron.allison08
Tue Dec 10, 2019 1:13 pm
Forum: PowerShell
Topic: Can't type to console window with Read-Host after PuTTY Plink command
Replies: 3
Views: 3415

Re: Can't type to console window with Read-Host after PuTTY Plink command

Hi jvierra, we've attempted this approach, but importing modules requires setting the ExecutionPolicy, which is not possible for us. Please advise.

Thanks!
by ron.allison08
Tue Dec 10, 2019 11:17 am
Forum: PowerShell
Topic: Can't type to console window with Read-Host after PuTTY Plink command
Replies: 3
Views: 3415

Can't type to console window with Read-Host after PuTTY Plink command

Hi all, I have PuTTY Plink setup between my Windows machine and Linux compute cluster. I've developed a Powershell script that runs Plink commands, then prompts for user input. Unfortunately, after the Plink command is completed, I am no longer able to type anything to the console when the Read-Host...
by ron.allison08
Tue Feb 16, 2016 12:03 pm
Forum: PowerShell GUIs
Topic: Powershell GUI for LMUTIL
Replies: 3
Views: 3242

Re: Powershell GUI for LMUTIL

Hi,

Thanks for the input, unfortunately this did not work. It continues to append the output to the richtextbox.
by ron.allison08
Tue Feb 16, 2016 11:13 am
Forum: PowerShell GUIs
Topic: Powershell GUI for LMUTIL
Replies: 3
Views: 3242

Powershell GUI for LMUTIL

Hi, I'm a beginner with Powershell, but in the process of creating a GUI for returning license statistics on our license servers. Here's the gist: The different network-licensed software packages are listed in a combobox. When I select from the combobox, it outputs the text to a richtextbox. As of r...