Search found 1662 matches

by brittneyr
Thu Apr 18, 2024 12:10 pm
Forum: PowerShell GUIs
Topic: JobTracker Variable passing
Replies: 3
Views: 42

Re: JobTracker Variable passing

The only parameter that is being passed to the Completed scriptblock is the job. This happens in the Update-JobTracker function. When you add a job to the JobTracker, the $Arguments parameter is for arguments to be passed to the job as it is running. I recommend looking over the articles I sent in m...
by brittneyr
Thu Apr 18, 2024 11:40 am
Forum: PowerShell GUIs
Topic: JobTracker Variable passing
Replies: 3
Views: 42

Re: JobTracker Variable passing

Please don't post the same question in different forums. To get the data a job, you need to use the Receive-Job command. When use the JpbTracker, this should be done in the scriptblock parameter CompletedScript. It would look something like the following: CompletedScript = { Param ([System.Managemen...
by brittneyr
Tue Apr 16, 2024 11:32 am
Forum: PowerShell Studio
Topic: Upgrade from 2022 to 2024
Replies: 2
Views: 62

Re: Upgrade from 2022 to 2024

Please try service build 5.8.241 and let me know if you have any issues.
by brittneyr
Tue Apr 16, 2024 8:10 am
Forum: PowerShell Studio
Topic: Control Set questions
Replies: 3
Views: 359

Re: Control Set questions

Please take a look at the 'Button - Start Job' and 'Form - Job Tracker' Control Sets. Based off the variable names provided, this may be what you are looking for. If you have custom Control Sets, you will need to locate the files and put them here: C:\Users\[USER]\AppData\Roaming\SAPIEN\PowerShell S...
by brittneyr
Tue Apr 16, 2024 7:13 am
Forum: Former and Future Customers - Questions
Topic: Import PS1 without recovery data
Replies: 1
Views: 114

Re: Import PS1 without recovery data

This is not a way to import this file without recovery data as part of the recovery data included information for recreating those objects in the designer. Without that, the form will need to be recreated manually.
by brittneyr
Fri Apr 12, 2024 2:35 pm
Forum: PowerShell Studio
Topic: Write-Host $null -NoNewline Writes a Space
Replies: 2
Views: 750

Re: Write-Host $null -NoNewline Writes a Space

This behavior will be addressed in the next service release.
by brittneyr
Thu Apr 11, 2024 9:36 am
Forum: PowerShell Studio
Topic: Control Set questions
Replies: 3
Views: 359

Re: Control Set questions

Control Sets are located in the Toolbox pane under the Control Sets tab:
SPS_ToolboxPaneControlSets.png
SPS_ToolboxPaneControlSets.png (26.9 KiB) Viewed 355 times
Control Set files are loaded from and saved to the following location:
C:\Users\[USER]\AppData\Roaming\SAPIEN\PowerShell Studio\Templates\Control Sets
by brittneyr
Wed Apr 10, 2024 3:26 pm
Forum: PowerShell Studio
Topic: Pinned icon on taskbar for PSS - Jumplists
Replies: 1
Views: 733

Re: Pinned icon on taskbar for PSS - Jumplists

This recent list is provided by the OS and is not managed by PowerShell Studio. The only item added to the jump list by PowerShell Studio is the task option to run as an administrator.

This functionality can even be disabled under Settings -> Personalization:
JumpListRecent.png
JumpListRecent.png (89.94 KiB) Viewed 723 times
by brittneyr
Wed Apr 10, 2024 1:29 pm
Forum: PowerShell Studio
Topic: .NET errors after update 239
Replies: 2
Views: 562

Re: .NET errors after update 239

Please try service build 5.8.240 and let me know if you are still having issues.
by brittneyr
Wed Apr 10, 2024 11:20 am
Forum: Former and Future Customers - Questions
Topic: Can't add buttons after update
Replies: 6
Views: 1312

Re: Can't add buttons after update

Please try service build 5.8.240 and let me know if this is still an issue for you.