Search found 1637 matches

by brittneyr
Fri Mar 15, 2024 10:46 am
Forum: PowerShell Studio
Topic: Unable to Install PowerShell Studio 2024
Replies: 4
Views: 95

Re: Unable to Install PowerShell Studio 2024

This problem seems to occur when the installer is set to remove any previous instances before installing an upgrade, and Windows Installer is unable to remove the previous instance. This is normally due to a corruption or loss of required entries/files on your system in order to uninstall the softwa...
by brittneyr
Thu Mar 14, 2024 7:33 am
Forum: PowerShell Studio
Topic: Unable to Install PowerShell Studio 2024
Replies: 4
Views: 95

Re: Unable to Install PowerShell Studio 2024

Please try the following tool to remove your previous installation of PowerShell Studio:
https://sapien.s3.us-east-1.amazonaws.c ... lFix64.exe
by brittneyr
Wed Mar 13, 2024 1:34 pm
Forum: PowerShell Studio
Topic: Message: PowerShell cannot be instantiated
Replies: 4
Views: 75

Re: Message: PowerShell cannot be instantiated

Please look at the following and see if this applies to your issue: https://superuser.com/questions/1399906/powershell-error-the-type-initializer-for-system-net-servicepointmanager-thre If this is not the case, can you upload your script and psbuild file here: https://www.sapien.com/support/upload
by brittneyr
Tue Mar 12, 2024 6:57 am
Forum: PowerShell GUIs
Topic: Dynamically create buttons with on click events
Replies: 2
Views: 293

Re: Dynamically create buttons with on click events

[Topic was moved to PowerShell GUIs forum by moderator]
by brittneyr
Wed Mar 06, 2024 3:14 pm
Forum: PowerShell Studio
Topic: Expand All Aliases to Cmdlets keyboard shortcut not working
Replies: 6
Views: 570

Re: Expand All Aliases to Cmdlets keyboard shortcut not working

The context menu item 'Expand to Cmdlet' is only for the currently highlighted alias. It is not the same as the 'CTRL + SHIFT + A' shortcut to expand all aliases. This shortcut has not been removed. Just to clarify, is it just aliases specified in custom functions? Can you provide a script? If so, y...
by brittneyr
Mon Mar 04, 2024 3:23 pm
Forum: Wish List and Feature Requests
Topic: Azure / Intune
Replies: 1
Views: 2020

Re: Azure / Intune

Looking more into Azure support is on our to-do list.

As for Intune, please submit a feature request with as much detail as possible here:
https://www.sapien.com/requests
by brittneyr
Mon Mar 04, 2024 10:09 am
Forum: PowerShell Studio
Topic: Expand All Aliases to Cmdlets keyboard shortcut not working
Replies: 6
Views: 570

Re: Expand All Aliases to Cmdlets keyboard shortcut not working

Is it all aliases or just specific ones? What aliases are not expanding for you?

Do you have any issues with similar shortcuts? (Examples: Format Script (CTRL+Shift+J), open a new project (CTRL+Shift+N), or save all (CTRL+Shift+S))
by brittneyr
Mon Mar 04, 2024 9:36 am
Forum: PowerShell Studio
Topic: Expand All Aliases to Cmdlets keyboard shortcut not working
Replies: 6
Views: 570

Re: Expand All Aliases to Cmdlets keyboard shortcut not working

From my initial tests, I've not been able to reproduce this behavior.

Is the editor in focus when you attempt the shortcut?
Are the aliases that are not updating recognized by the editor?
by brittneyr
Mon Mar 04, 2024 9:12 am
Forum: PowerShell Studio
Topic: WebView2 & PowerShell Studio Problematic
Replies: 2
Views: 314

Re: WebView2 & PowerShell Studio Problematic

Thank you for reporting. We will look into this and get back to you.

Can you please upload one of your projects with this behavior here:
https://www.sapien.com/support/upload
by brittneyr
Fri Mar 01, 2024 3:30 pm
Forum: PowerShell Studio
Topic: Background jobs don't work from packaged code and can't get workaround to work
Replies: 1
Views: 312

Re: Background jobs don't work from packaged code and can't get workaround to work

The issue lies with the Start-Job command being hosted in other applications, such as packaged scripts from our SAPIEN Script Packager. As stated in the forum post mentioned, Start-Job depends on the PowerShell executable to be available under $PSHOME to start an out-of-process background job, but w...