Search found 41 matches

by CermakPOI
Mon Apr 03, 2023 1:23 am
Forum: PowerShell Studio
Topic: Compiled Service hangs with 'command was found in the module'
Replies: 5
Views: 2527

Re: Compiled Service hangs with 'command was found in the module'

After Windows update, the servers are restarted anyway. The times this happens do not really match. The links you posted do not apply to our issue. We adressed some memory leak scenarios inside this service with cleaning up vaiables and tehn initiating a garbage collection [System.GC]::GetTotalMemor...
by CermakPOI
Mon Mar 20, 2023 12:22 am
Forum: PowerShell Studio
Topic: Compiled Service hangs with 'command was found in the module'
Replies: 5
Views: 2527

Compiled Service hangs with 'command was found in the module'

Product: PowerShell Studio 2023 (64 Bit) Build: v5.8.218 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.19044.0 PowerShell version(s): 5.1.17763.3770 *** Please add details and screenshots as needed below. *** We are working with the Powershell Studios Windows Service feature since 2017. 3 Services...
by CermakPOI
Wed Jun 29, 2022 12:47 am
Forum: PowerShell Studio
Topic: Format Script Hashtables many spaces
Replies: 2
Views: 2276

Format Script Hashtables many spaces

Product: PowerShell Studio 2022 (64 Bit) Build: v5.8.207 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.18363.0 PowerShell version(s): 5.1 *** Please add details and screenshots as needed below. *** This issue is existing for a very long time, and now i need to report this. The Format Script functi...
by CermakPOI
Wed Jun 17, 2020 12:38 am
Forum: PowerShell Studio
Topic: Edit Script Parameters not working
Replies: 1
Views: 1226

Edit Script Parameters not working

Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.178 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 *** Please add details and screenshots as needed below. *** Hi, There is something wrong with the functionality: Edit Script Parameters It doesn't read the existing Script Parameters! I c...
by CermakPOI
Fri Feb 14, 2020 1:16 am
Forum: PowerShell Studio
Topic: Function List sorted Case sensitive
Replies: 3
Views: 3098

Function List sorted Case sensitive

Product: PowerShell Studio 2020 (64 Bit) Build: v5.7.172 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 *** Please add details and screenshots as needed below. *** The Function List is sorted Case sensitive, this is not expected behaviour. It should be sorted CAse-insensitive.
by CermakPOI
Wed Oct 02, 2019 11:27 pm
Forum: PowerShell Studio
Topic: Function List malfunction after filter
Replies: 2
Views: 2180

Function List malfunction after filter

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.167 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 *** Please add details and screenshots as needed below. *** I have a module with 100+ function. When i filter (This version only) the functions get filtered successfully - everything is o...
by CermakPOI
Fri Mar 29, 2019 4:47 am
Forum: PowerShell
Topic: Compiled exe and Help
Replies: 2
Views: 2365

Compiled exe and Help

Product, version and build: Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.160 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 When compiling a Script to an executable i want to use the Powershell build-in Help function. My Workaround is in the code below. Basically i recreate the Scri...
by CermakPOI
Mon Aug 06, 2018 11:57 pm
Forum: PowerShell Studio
Topic: Signing issues
Replies: 1
Views: 1435

Signing issues

Product, version and build: PowerShell Studio 2018 v5.5.153 32 or 64 bit version of product: 64 Operating system: Win10 Por 32 or 64 bit OS: 64 *** Please add details and screenshots as needed below. *** Powershell studio doesn't use the selected certificate (Certificate in local store). It's been w...
by CermakPOI
Fri May 18, 2018 12:18 am
Forum: PowerShell Studio
Topic: MSI Installer Module issues
Replies: 5
Views: 2919

Re: MSI Installer Module issues

Well, i solved it myself, so i won't waste your time with a feature request. For people having the same requirement i post the solution: Add this to the C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2018\MSIBuilder\ WixModuleTemplate.txt <Directory Id="INSTALLDIR" Name="...
by CermakPOI
Thu May 17, 2018 7:20 am
Forum: PowerShell Studio
Topic: MSI Installer Module issues
Replies: 5
Views: 2919

Re: MSI Installer Module issues

Well, it's standard for Powershell Modules so support multiple Versions! Get-Module will not work correctly otherwise! I found a solution, by adding this to the WixModuleTemplate.txt and it works as it should! <Directory Id="INSTALLDIR" Name="%PRODUCT%"> <Directory Id="VERSI...