Search found 399 matches

by mxtrinidad
Wed Mar 04, 2020 11:19 am
Forum: PowerShell Studio
Topic: problem when resizing the console window
Replies: 7
Views: 2756

Re: problem when resizing the console window

Please if the exception is still happening, we need to know and a screenshot would help too.

Thank You!
by mxtrinidad
Wed Mar 04, 2020 11:09 am
Forum: PowerShell Studio
Topic: problem when resizing the console window
Replies: 7
Views: 2756

Re: problem when resizing the console window

So, I'm assuming the exception is now gone.

Can you please open a separate support issue? This way we can address the new issue separately.

Thanks
by mxtrinidad
Wed Mar 04, 2020 9:46 am
Forum: PowerShell Studio
Topic: problem when resizing the console window
Replies: 7
Views: 2756

Re: problem when resizing the console window

OK. Try with the updated version and let us know if it clears the issue.
by mxtrinidad
Wed Mar 04, 2020 9:44 am
Forum: PowerShell Studio
Topic: Popup to install Microsoft Dot Net Framework 3.5
Replies: 5
Views: 2445

Re: Popup to install Microsoft Dot Net Framework 3.5

I'm assuming you're creating an executable from a script file. But, it still not clear what option you have selected. Is it SAPIEN PowerShell v3(..)? Or, SAPIEN PowerShell v5(..). The error is leading to believe that you're building the executable to use PowerShell v3.0. So, you need to install .NET...
by mxtrinidad
Wed Mar 04, 2020 9:14 am
Forum: PowerShell Studio
Topic: Popup to install Microsoft Dot Net Framework 3.5
Replies: 5
Views: 2445

Re: Popup to install Microsoft Dot Net Framework 3.5

Can you please provide the requested information?
Product, version and build: Sapien Powershell Studion 2020 > what version?
64 bit version of product:
Operating system:
64 bit OS:

Also, which "Platform" you have selected to work in PowerShell Studio?
by mxtrinidad
Wed Mar 04, 2020 9:10 am
Forum: PowerShell Studio
Topic: problem when resizing the console window
Replies: 7
Views: 2756

Re: problem when resizing the console window

Can you provide a screenshot of how the editor looks before the exception?

What console shell is currently selected? Windows PowerShell (x86/x64), or is it PowerShell (x86/x64).

Can you please try the new PowerShell Studio version 2020 5.7.173? Just to make sure the error still persists.
by mxtrinidad
Mon Mar 02, 2020 1:16 pm
Forum: PowerShell
Topic: Import-CSV Alter cell based on header name
Replies: 6
Views: 4427

Re: Import-CSV Alter cell based on header name

It's, not clear yet, but getting there. Also, providing a sample of the *.csv file would have help. But, you'll need to rebuild the object. The line: $_.Destination -eq "\\Server\$user\OneNote Notebooks", only returns "True" or "False". And, you're trying to do everythi...
by mxtrinidad
Mon Mar 02, 2020 10:12 am
Forum: PowerShell
Topic: Import-CSV Alter cell based on header name
Replies: 6
Views: 4427

Re: Import-CSV Alter cell based on header name

The code you presented is not correct, and I'm not sure why you are using the Import-CSV cmdlet as you already have the $Config object created. You better off work with the existing object $Config, build another object with the updated changes. It is not clear where you want to display the results. ...
by mxtrinidad
Wed Feb 26, 2020 6:38 am
Forum: PowerShell Studio
Topic: PSF file not saving
Replies: 3
Views: 2432

Re: PSF file not saving

Although is unfortunate that you have experienced losing the work, and we all have been in the same position, we take your feedback very seriously. Look in the editor Option menu, you'll find the Backup tab where you can set the time for the autosave to kick in. By default is set to 0 minutes. Here'...